From 8a93d9d005a1832ce6ed65d0bff94f7ea0e316f4 Mon Sep 17 00:00:00 2001 From: Matei Grigore Date: Thu, 8 Aug 2024 09:34:15 +0100 Subject: [PATCH] Add suggested changes --- docs/RELEASE_NOTES.md | 6 +++--- release.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/RELEASE_NOTES.md b/docs/RELEASE_NOTES.md index ce33b49b8..aed986aa2 100644 --- a/docs/RELEASE_NOTES.md +++ b/docs/RELEASE_NOTES.md @@ -4,15 +4,15 @@ All agent images were updated to use the ubi repo ## Documentation improvements -Improvements were made to the documentatio of using the community operator as well as the one for local development. +Improvements were made to the documentation of using the community operator as well as the one for local development. ## Logging changes - Added `AuditLogRotate` field to `AgentConfiguration` - Fixed JSON key to be lower case: `logRotate` ## Bug Fixes -- Users removed from the resource are now also deleted from the database and their connection string secretes are cleaned up -- Colisions of the scram secret name will now be spotted by spec validation +- Users removed from the resource are now also deleted from the database and their connection string secrets are cleaned up +- Scram secret name collisions will now be caught when validating specs ## Important Bumps - Bumped go to 1.22 \ No newline at end of file diff --git a/release.json b/release.json index 65cd65cd9..403d3f789 100644 --- a/release.json +++ b/release.json @@ -3,6 +3,6 @@ "operator": "0.11.0", "version-upgrade-hook": "1.0.9", "readiness-probe": "1.0.20", - "agent": "107.0.1.8507-1", + "agent": "107.0.7.8596-1", "agent-tools-version": "100.9.4" } \ No newline at end of file