Skip to content

Commit e979a05

Browse files
lsierantfealebenpae
authored andcommitted
Merge release 1.32.0 branch into master (#4163)
1 parent bd97b8a commit e979a05

10 files changed

+172
-161
lines changed

RELEASE_NOTES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@
33
# MongoDB Enterprise Kubernetes Operator 1.32.0
44

55
## New Features
6+
* **General Availability - Multi Cluster Sharded Clusters:** Support configuring highly available MongoDB Sharded Clusters across multiple Kubernetes clusters.
7+
- `MongoDB` resources of type Sharded Cluster now support both single and multi cluster topologies.
8+
- The implementation is backwards compatible with single cluster deployments of MongoDB Sharded Clusters, by defaulting `spec.topology` to `SingleCluster`. Existing `MongoDB` resources do not need to be modified to upgrade to this version of the operator.
9+
- Introduced support for Sharded deployments across multiple Kubernetes clusters without requiring a Service Mesh - the is made possible by enabling all components of such a deployment (including mongos, config servers, and mongod) to be exposed externally to the Kubernetes clusters, which enables routing via external interfaces.
10+
- More details can be found in the [public documentation](https://www.mongodb.com/docs/kubernetes-operator/current/reference/k8s-operator-specification/#sharded-cluster-settings).
611
* Adding opt-out anonymized telemetry to the operator. The data does not contain any Personally Identifiable Information
7-
(PII) or even data that can be tied back to any specific customer or company. More can be read [here](https://www.mongodb.com/docs/kubernetes-operator/current/reference/meko-telemetry), this link further elaborates on the following topics:
12+
(PII) or even data that can be tied back to any specific customer or company. More can be read [public documentation](https://www.mongodb.com/docs/kubernetes-operator/current/reference/meko-telemetry), this link further elaborates on the following topics:
813
* What data is included in the telemetry
914
* How to disable telemetry
1015
* What RBACs are added and why they are required
@@ -16,6 +21,7 @@
1621
* Fixed a bug when deploying a Multi-Cluster sharded resource with an external access configuration could result in pods not being able to reach each others.
1722
* Fixed a bug when setting `spec.fcv = AlwaysMatchVersion` and `agentAuth` to be `SCRAM` causes the operator to set the auth value to be `SCRAM-SHA-1` instead of `SCRAM-SHA-256`.
1823

24+
<!-- Past Releases -->
1925
# MongoDB Enterprise Kubernetes Operator 1.31.0
2026

2127
## Kubernetes versions

config/manager/manager.yaml

Lines changed: 55 additions & 55 deletions
Large diffs are not rendered by default.

config/manifests/bases/mongodb-enterprise.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
capabilities: Deep Insights
77
categories: Database
88
certified: "true"
9-
containerImage: quay.io/mongodb/mongodb-enterprise-operator-ubi:1.31.0
9+
containerImage: quay.io/mongodb/mongodb-enterprise-operator-ubi:1.32.0
1010
createdAt: ""
1111
description: The MongoDB Enterprise Kubernetes Operator enables easy deploys of
1212
MongoDB into Kubernetes clusters, using our management, monitoring and backup
@@ -443,5 +443,5 @@ spec:
443443
maturity: stable
444444
provider:
445445
name: MongoDB, Inc
446-
replaces: mongodb-enterprise.v1.30.0
446+
replaces: mongodb-enterprise.v1.31.0
447447
version: 0.0.0

helm_chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: enterprise-operator
33
description: MongoDB Kubernetes Enterprise Operator
4-
version: 1.31.0
4+
version: 1.32.0
55
kubeVersion: '>=1.16-0'
66
type: application
77
keywords:

helm_chart/values-openshift.yaml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ operator:
2727
# Environment variables prefixed with RELATED_IMAGE_ are used by operator-sdk to generate relatedImages section
2828
# with sha256 digests pinning for the certified operator bundle with disconnected environment feature enabled.
2929
# https://docs.openshift.com/container-platform/4.14/operators/operator_sdk/osdk-generating-csvs.html#olm-enabling-operator-for-restricted-network_osdk-generating-csvs
30-
version: 1.31.0
30+
version: 1.32.0
3131
relatedImages:
3232
opsManager:
3333
- 6.0.0
@@ -129,89 +129,89 @@ relatedImages:
129129
- 8.0.0-ubi9
130130
agent:
131131
- 107.0.10.8627-1
132-
- 107.0.10.8627-1_1.29.0
133132
- 107.0.10.8627-1_1.30.0
134133
- 107.0.10.8627-1_1.31.0
134+
- 107.0.10.8627-1_1.32.0
135135
- 107.0.11.8645-1
136-
- 107.0.11.8645-1_1.29.0
137136
- 107.0.11.8645-1_1.30.0
138137
- 107.0.11.8645-1_1.31.0
138+
- 107.0.11.8645-1_1.32.0
139139
- 107.0.12.8669-1
140-
- 107.0.12.8669-1_1.29.0
141140
- 107.0.12.8669-1_1.30.0
142141
- 107.0.12.8669-1_1.31.0
142+
- 107.0.12.8669-1_1.32.0
143143
- 107.0.13.8702-1
144-
- 107.0.13.8702-1_1.29.0
145144
- 107.0.13.8702-1_1.30.0
146145
- 107.0.13.8702-1_1.31.0
146+
- 107.0.13.8702-1_1.32.0
147147
- 107.0.3.8550-1
148-
- 107.0.3.8550-1_1.29.0
149148
- 107.0.3.8550-1_1.30.0
150149
- 107.0.3.8550-1_1.31.0
150+
- 107.0.3.8550-1_1.32.0
151151
- 107.0.4.8567-1
152-
- 107.0.4.8567-1_1.29.0
153152
- 107.0.4.8567-1_1.30.0
154153
- 107.0.4.8567-1_1.31.0
154+
- 107.0.4.8567-1_1.32.0
155155
- 107.0.6.8587-1
156-
- 107.0.6.8587-1_1.29.0
157156
- 107.0.6.8587-1_1.30.0
158157
- 107.0.6.8587-1_1.31.0
158+
- 107.0.6.8587-1_1.32.0
159159
- 107.0.7.8596-1
160-
- 107.0.7.8596-1_1.29.0
161160
- 107.0.7.8596-1_1.30.0
162161
- 107.0.7.8596-1_1.31.0
162+
- 107.0.7.8596-1_1.32.0
163163
- 107.0.8.8615-1
164-
- 107.0.8.8615-1_1.29.0
165164
- 107.0.8.8615-1_1.30.0
166165
- 107.0.8.8615-1_1.31.0
166+
- 107.0.8.8615-1_1.32.0
167167
- 107.0.9.8621-1
168-
- 107.0.9.8621-1_1.29.0
169168
- 107.0.9.8621-1_1.30.0
170169
- 107.0.9.8621-1_1.31.0
170+
- 107.0.9.8621-1_1.32.0
171171
- 108.0.0.8694-1
172-
- 108.0.0.8694-1_1.29.0
173172
- 108.0.0.8694-1_1.30.0
174173
- 108.0.0.8694-1_1.31.0
174+
- 108.0.0.8694-1_1.32.0
175175
- 108.0.1.8718-1
176-
- 108.0.1.8718-1_1.29.0
177176
- 108.0.1.8718-1_1.30.0
178177
- 108.0.1.8718-1_1.31.0
178+
- 108.0.1.8718-1_1.32.0
179179
- 108.0.2.8729-1
180-
- 108.0.2.8729-1_1.29.0
181180
- 108.0.2.8729-1_1.30.0
182181
- 108.0.2.8729-1_1.31.0
182+
- 108.0.2.8729-1_1.32.0
183183
- 108.0.3.8758-1
184-
- 108.0.3.8758-1_1.29.0
185184
- 108.0.3.8758-1_1.30.0
186185
- 108.0.3.8758-1_1.31.0
186+
- 108.0.3.8758-1_1.32.0
187187
- 108.0.4.8770-1
188-
- 108.0.4.8770-1_1.29.0
189188
- 108.0.4.8770-1_1.30.0
190189
- 108.0.4.8770-1_1.31.0
190+
- 108.0.4.8770-1_1.32.0
191191
- 12.0.31.7825-1
192-
- 12.0.31.7825-1_1.29.0
193192
- 12.0.31.7825-1_1.30.0
194193
- 12.0.31.7825-1_1.31.0
194+
- 12.0.31.7825-1_1.32.0
195195
- 12.0.32.7857-1
196-
- 12.0.32.7857-1_1.29.0
197196
- 12.0.32.7857-1_1.30.0
198197
- 12.0.32.7857-1_1.31.0
198+
- 12.0.32.7857-1_1.32.0
199199
- 12.0.33.7866-1
200-
- 12.0.33.7866-1_1.29.0
201200
- 12.0.33.7866-1_1.30.0
202201
- 12.0.33.7866-1_1.31.0
202+
- 12.0.33.7866-1_1.32.0
203203
- 12.0.34.7888-1
204-
- 12.0.34.7888-1_1.29.0
205204
- 12.0.34.7888-1_1.30.0
206205
- 12.0.34.7888-1_1.31.0
206+
- 12.0.34.7888-1_1.32.0
207207
- 12.0.35.7911-1
208-
- 12.0.35.7911-1_1.29.0
209208
- 12.0.35.7911-1_1.30.0
210209
- 12.0.35.7911-1_1.31.0
210+
- 12.0.35.7911-1_1.32.0
211211
- 13.30.0.9350-1
212-
- 13.30.0.9350-1_1.29.0
213212
- 13.30.0.9350-1_1.30.0
214213
- 13.30.0.9350-1_1.31.0
214+
- 13.30.0.9350-1_1.32.0
215215
mongodbLegacyAppDb:
216216
- 4.2.11-ent
217217
- 4.2.2-ent

helm_chart/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ operator:
2020
deployment_name: mongodb-enterprise-operator
2121

2222
# Version of mongodb-enterprise-operator
23-
version: 1.31.0
23+
version: 1.32.0
2424

2525
# The Custom Resources that will be watched by the Operator. Needs to be changed if only some of the CRDs are installed
2626
watchedResources:
@@ -114,24 +114,24 @@ operator:
114114
## Database
115115
database:
116116
name: mongodb-enterprise-database-ubi
117-
version: 1.31.0
117+
version: 1.32.0
118118

119119
initDatabase:
120120
name: mongodb-enterprise-init-database-ubi
121-
version: 1.31.0
121+
version: 1.32.0
122122

123123
## Ops Manager
124124
opsManager:
125125
name: mongodb-enterprise-ops-manager-ubi
126126

127127
initOpsManager:
128128
name: mongodb-enterprise-init-ops-manager-ubi
129-
version: 1.31.0
129+
version: 1.32.0
130130

131131
## Application Database
132132
initAppDb:
133133
name: mongodb-enterprise-init-appdb-ubi
134-
version: 1.31.0
134+
version: 1.32.0
135135

136136
agent:
137137
name: mongodb-agent-ubi

public/mongodb-enterprise-multi-cluster.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ spec:
270270
runAsUser: 2000
271271
containers:
272272
- name: mongodb-enterprise-operator-multi-cluster
273-
image: "quay.io/mongodb/mongodb-enterprise-operator-ubi:1.31.0"
273+
image: "quay.io/mongodb/mongodb-enterprise-operator-ubi:1.32.0"
274274
imagePullPolicy: Always
275275
args:
276276
- -watch-resource=mongodb
@@ -316,21 +316,21 @@ spec:
316316
- name: INIT_DATABASE_IMAGE_REPOSITORY
317317
value: quay.io/mongodb/mongodb-enterprise-init-database-ubi
318318
- name: INIT_DATABASE_VERSION
319-
value: 1.31.0
319+
value: 1.32.0
320320
- name: DATABASE_VERSION
321-
value: 1.31.0
321+
value: 1.32.0
322322
# Ops Manager
323323
- name: OPS_MANAGER_IMAGE_REPOSITORY
324324
value: quay.io/mongodb/mongodb-enterprise-ops-manager-ubi
325325
- name: INIT_OPS_MANAGER_IMAGE_REPOSITORY
326326
value: quay.io/mongodb/mongodb-enterprise-init-ops-manager-ubi
327327
- name: INIT_OPS_MANAGER_VERSION
328-
value: 1.31.0
328+
value: 1.32.0
329329
# AppDB
330330
- name: INIT_APPDB_IMAGE_REPOSITORY
331331
value: quay.io/mongodb/mongodb-enterprise-init-appdb-ubi
332332
- name: INIT_APPDB_VERSION
333-
value: 1.31.0
333+
value: 1.32.0
334334
- name: OPS_MANAGER_IMAGE_PULL_POLICY
335335
value: Always
336336
- name: AGENT_IMAGE

0 commit comments

Comments
 (0)