-
Notifications
You must be signed in to change notification settings - Fork 505
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release MongoDB Kubernetes Operator v0.11.0 (#1601)
* Release 0.11.0 changes * Add suggested changes * Bump agent version
- Loading branch information
1 parent
272e644
commit c5170eb
Showing
4 changed files
with
21 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,18 @@ | ||
# MongoDB Kubernetes Operator 0.10.0 | ||
# MongoDB Kubernetes Operator 0.11.0 | ||
|
||
## Released images signed | ||
## Migrating agent images to ubi | ||
All agent images were updated to use the ubi repo | ||
|
||
All container images published for the community operator are signed with our private key. This is visible on our Quay registry. Signature can be verified using our public key, which is available at [this address](https://cosign.mongodb.com/mongodb-enterprise-kubernetes-operator.pem). | ||
## Documentation improvements | ||
Improvements were made to the documentation of using the community operator as well as the one for local development. | ||
|
||
## Logging changes | ||
- The agent logging can be configured to stdout | ||
- ReadinessProbe logging configuration can now be configured | ||
- More can be found [here](logging.md). | ||
- Added `AuditLogRotate` field to `AgentConfiguration` | ||
- Fixed JSON key to be lower case: `logRotate` | ||
|
||
## Overriding Mongod settings via the CRD | ||
- Example can be found [here](../config/samples/mongodb.com_v1_mongodbcommunity_override_ac_setting.yaml). | ||
|
||
## ReadinessProbe error logging | ||
- fixed a red herring which caused the probe to panic when the health status is not available. Instead it will just log the error | ||
## Bug Fixes | ||
- 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 K8S libs to 1.27 | ||
- Bumped go to 1.22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"golang-builder-image": "golang:1.22", | ||
"operator": "0.10.0", | ||
"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" | ||
} |