-
Notifications
You must be signed in to change notification settings - Fork 523
Release MongoDB Kubernetes Operator v0.11.0 #1601
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
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 documentatio 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 secretes are cleaned up | ||
- Colisions of the scram secret name will now be spotted by spec validation | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Typo here as well (secretes) |
||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Typo as well here (spelling) |
||
## Important Bumps | ||
- Bumped K8S libs to 1.27 | ||
- Bumped go to 1.22 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small typo here