Skip to content

Commit 7680e1c

Browse files
authored
Release MongoDB Kubernetes Operator v0.9.0 (#1429)
1 parent a3fee3d commit 7680e1c

File tree

4 files changed

+5
-20
lines changed

4 files changed

+5
-20
lines changed

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
- name: OPERATOR_NAME
4646
value: mongodb-kubernetes-operator
4747
- name: AGENT_IMAGE
48-
value: quay.io/mongodb/mongodb-agent:12.0.25.7724-1
48+
value: quay.io/mongodb/mongodb-agent:107.0.0.8465-1
4949
- name: VERSION_UPGRADE_HOOK_IMAGE
5050
value: quay.io/mongodb/mongodb-kubernetes-operator-version-upgrade-post-start-hook:1.0.8
5151
- name: READINESS_PROBE_IMAGE

deploy/openshift/operator_openshift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
- name: OPERATOR_NAME
4848
value: mongodb-kubernetes-operator
4949
- name: AGENT_IMAGE
50-
value: quay.io/mongodb/mongodb-agent:12.0.25.7724-1
50+
value: quay.io/mongodb/mongodb-agent:107.0.0.8465-1
5151
- name: READINESS_PROBE_IMAGE
5252
value: quay.io/mongodb/mongodb-kubernetes-readinessprobe:1.0.17
5353
- name: VERSION_UPGRADE_HOOK_IMAGE

docs/RELEASE_NOTES.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,7 @@
1-
# MongoDB Kubernetes Operator 0.8.3
1+
# MongoDB Kubernetes Operator 0.8.4
22

33
## MongoDBCommunity Resource
44

55
- Changes
6-
- Introduced support for [X.509 authentication](https://github.com/mongodb/mongodb-kubernetes-operator/blob/master/docs/x509-auth.md) for client and agent
7-
- `spec.security.authentication.modes` now supports value `X509`
8-
- The agent authentication mode will default to the value in `spec.security.authentication.modes` if there is only one specified.
9-
- Otherwise, agent authentication will need to be specified through `spec.security.authentication.agentMode`.
10-
- When agent authentication is set to `X509`, the field `spec.security.authentication.agentCertificateSecretRef` can be set (default is `agent-certs`).
11-
- The secret that `agentCertificateSecretRef` points to should contain a signed X.509 certificate (under the `tls.crt` key) and a private key (under `tls.key`) for the agent.
12-
- X.509 users can be added the same way as before under `spec.users`. The `db` field must be set to `$external` for X.509 authentication.
13-
- For these users, `scramCredentialsSecretName` and `passwordSecretRef` should **not** be set.
14-
- Sample resource [yaml](https://github.com/mongodb/mongodb-kubernetes-operator/blob/master/config/samples/mongodb.com_v1_mongodbcommunity_x509.yaml)
15-
- Sample agent certificate [yaml](https://github.com/mongodb/mongodb-kubernetes-operator/blob/master/config/samples/external_access/agent-certificate.yaml)
16-
- Add support for configuring [logRotate](https://www.mongodb.com/docs/ops-manager/current/reference/cluster-configuration/#mongodb-instances) on the automation-agent. The settings can be found under `processes[n].logRotate.<setting>`.
17-
- Additionally, [systemLog](https://www.mongodb.com/docs/manual/reference/configuration-options/#systemlog-options) can now be configured. In particular the settings: `path`, `destination` and `logAppend`.
18-
- MongoDB 7.0.0 and onwards is not supported. Supporting it requires a newer Automation Agent version. Until a new version is available, the Operator will fail all deployments with this version. To ignore this error and force the Operator to reconcile these resources, use `IGNORE_MDB_7_ERROR` environment variable and set it to `true`.
19-
- Introduced support for ARM64 architecture
20-
- A manifest supporting both AMD64 and ARCH64 architectures is released for each version.
21-
- `ubuntu` based images are deprecated, users should move to `ubi` images next release.
6+
- Introduced support for [Mongodb7](https://www.mongodb.com/docs/manual/release-notes/7.0/)
7+
- Upgrading Kubernetes client APIs to 1.26

docs/how-to-release.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11

22
## How to Release
3-
43
* Prepare release PR:
54
* Pull the changes in the helm-charts sub module folder to get the latest main.
65
* `cd helm-charts && git pull origin main`.

0 commit comments

Comments
 (0)