Skip to content

Commit c5170eb

Browse files
authored
Release MongoDB Kubernetes Operator v0.11.0 (#1601)
* Release 0.11.0 changes * Add suggested changes * Bump agent version
1 parent 272e644 commit c5170eb

File tree

4 files changed

+21
-22
lines changed

4 files changed

+21
-22
lines changed

config/manager/manager.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@ spec:
4545
- name: OPERATOR_NAME
4646
value: mongodb-kubernetes-operator
4747
- name: AGENT_IMAGE
48-
value: quay.io/mongodb/mongodb-agent-ubi:107.0.1.8507-1
48+
value: quay.io/mongodb/mongodb-agent-ubi:107.0.7.8596-1
4949
- name: VERSION_UPGRADE_HOOK_IMAGE
50-
value: quay.io/mongodb/mongodb-kubernetes-operator-version-upgrade-post-start-hook:1.0.8
50+
value: quay.io/mongodb/mongodb-kubernetes-operator-version-upgrade-post-start-hook:1.0.9
5151
- name: READINESS_PROBE_IMAGE
52-
value: quay.io/mongodb/mongodb-kubernetes-readinessprobe:1.0.19
52+
value: quay.io/mongodb/mongodb-kubernetes-readinessprobe:1.0.20
5353
- name: MONGODB_IMAGE
5454
value: mongodb-community-server
5555
- name: MONGODB_REPO_URL
5656
value: quay.io/mongodb
57-
image: quay.io/mongodb/mongodb-kubernetes-operator:0.10.0
57+
image: quay.io/mongodb/mongodb-kubernetes-operator:0.11.0
5858
imagePullPolicy: Always
5959
name: mongodb-kubernetes-operator
6060
resources:

deploy/openshift/operator_openshift.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@ spec:
4747
- name: OPERATOR_NAME
4848
value: mongodb-kubernetes-operator
4949
- name: AGENT_IMAGE
50-
value: quay.io/mongodb/mongodb-agent-ubi:107.0.1.8507-1
50+
value: quay.io/mongodb/mongodb-agent-ubi:107.0.7.8596-1
5151
- name: READINESS_PROBE_IMAGE
52-
value: quay.io/mongodb/mongodb-kubernetes-readinessprobe:1.0.19
52+
value: quay.io/mongodb/mongodb-kubernetes-readinessprobe:1.0.20
5353
- name: VERSION_UPGRADE_HOOK_IMAGE
54-
value: quay.io/mongodb/mongodb-kubernetes-operator-version-upgrade-post-start-hook:1.0.8
54+
value: quay.io/mongodb/mongodb-kubernetes-operator-version-upgrade-post-start-hook:1.0.9
5555
- name: MONGODB_IMAGE
5656
value: mongo
5757
- name: MONGODB_REPO_URL
5858
value: quay.io
59-
image: quay.io/mongodb/mongodb-kubernetes-operator:0.10.0
59+
image: quay.io/mongodb/mongodb-kubernetes-operator:0.11.0
6060
imagePullPolicy: Always
6161
name: mongodb-kubernetes-operator
6262
resources:

docs/RELEASE_NOTES.md

+11-12
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
1-
# MongoDB Kubernetes Operator 0.10.0
1+
# MongoDB Kubernetes Operator 0.11.0
22

3-
## Released images signed
3+
## Migrating agent images to ubi
4+
All agent images were updated to use the ubi repo
45

5-
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).
6+
## Documentation improvements
7+
Improvements were made to the documentation of using the community operator as well as the one for local development.
68

79
## Logging changes
8-
- The agent logging can be configured to stdout
9-
- ReadinessProbe logging configuration can now be configured
10-
- More can be found [here](logging.md).
10+
- Added `AuditLogRotate` field to `AgentConfiguration`
11+
- Fixed JSON key to be lower case: `logRotate`
1112

12-
## Overriding Mongod settings via the CRD
13-
- Example can be found [here](../config/samples/mongodb.com_v1_mongodbcommunity_override_ac_setting.yaml).
14-
15-
## ReadinessProbe error logging
16-
- fixed a red herring which caused the probe to panic when the health status is not available. Instead it will just log the error
13+
## Bug Fixes
14+
- Users removed from the resource are now also deleted from the database and their connection string secrets are cleaned up
15+
- Scram secret name collisions will now be caught when validating specs
1716

1817
## Important Bumps
19-
- Bumped K8S libs to 1.27
18+
- Bumped go to 1.22

release.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"golang-builder-image": "golang:1.22",
3-
"operator": "0.10.0",
3+
"operator": "0.11.0",
44
"version-upgrade-hook": "1.0.9",
55
"readiness-probe": "1.0.20",
6-
"agent": "107.0.1.8507-1",
6+
"agent": "107.0.7.8596-1",
77
"agent-tools-version": "100.9.4"
88
}

0 commit comments

Comments
 (0)