File tree 6 files changed +40
-4
lines changed
6 files changed +40
-4
lines changed Original file line number Diff line number Diff line change 16
16
serviceAccountName : mongodb-kubernetes-operator
17
17
containers :
18
18
- name : mongodb-kubernetes-operator
19
- image : quay.io/mongodb/mongodb-kubernetes-operator:0.5.1
19
+ image : quay.io/mongodb/mongodb-kubernetes-operator:0.5.2
20
20
command :
21
21
- /usr/local/bin/entrypoint
22
22
imagePullPolicy : Always
Original file line number Diff line number Diff line change 9
9
version : " 4.4.0"
10
10
security :
11
11
authentication :
12
- ignoreUnkownUsers : true # users can be added to the deployment through other sources. (not through the CRD) and will not be removed by the agent.
12
+ ignoreUnknownUsers : true # users can be added to the deployment through other sources. (not through the CRD) and will not be removed by the agent.
13
13
modes : ["SCRAM"]
14
14
users :
15
15
- name : my-user
Original file line number Diff line number Diff line change 15
15
serviceAccountName : mongodb-kubernetes-operator
16
16
containers :
17
17
- name : mongodb-kubernetes-operator
18
- image : quay.io/mongodb/mongodb-kubernetes-operator:0.5.1
18
+ image : quay.io/mongodb/mongodb-kubernetes-operator:0.5.2
19
19
command :
20
20
- mongodb-kubernetes-operator
21
21
imagePullPolicy : Always
Original file line number Diff line number Diff line change
1
+ * (Please use the [ release template] ( release-notes-template.md ) as the template for this document)*
2
+ <!-- Next release -->
3
+
4
+ # MongoDB Kubernetes Operator 0.5.2
5
+ ## Kubernetes Operator
6
+ * Changes
7
+ * Readiness probe has been moved into an init container from the Agent image.
8
+ * Security context is now added when the ` MANAGED_SECURITY_CONTEXT ` environment variable is not set.
9
+ * Bug fixes
10
+ * Removed unnecessary environment variable configuration in the openshift samples.
11
+ * Fixed an issue where the operator would perform unnecessary reconcilliations when Secrets were modified.
12
+ * Fixed an issue where a race condition could cause the deployment to get into a bad state when TLS
13
+ settings when being changed at the same time as a scaling operation was happening.
14
+ * Fixed an issue where the agent pod would panic when running as a non-root user.
15
+
16
+ ## MongoDBCommunity Resource
17
+ * Changes
18
+ * Added ` spec.security.authentication.ignoreUnknownUsers ` field. This value defaults to ` true ` . When enabled,
19
+ any MongoDB users added through external sources will not be removed.
20
+
21
+
22
+ ## Miscellaneous
23
+ * Changes
24
+ * Internal code refactorings to allow libraries to be imported into other projects.
25
+
26
+
27
+ ## Updated Image Tags
28
+ * mongodb-kubernetes-operator:0.5.2
29
+ * mongodb-agent:10.27.0.6772-1
30
+ * mongodb-kubernetes-readinessprobe:1.0.1 [ new image]
31
+
32
+ <!-- Past Releases -->
Original file line number Diff line number Diff line change 25
25
* Issue 1
26
26
* Issue 2
27
27
28
+ ## Miscellaneous
29
+ * Item 1
30
+ * Item 2
31
+
28
32
## Updated Image Tags
29
33
* mongodb-kubernetes-operator:0.3.0
30
34
* mongodb-agent:10.19.0.6562-1
Original file line number Diff line number Diff line change 1
1
{
2
- "mongodb-kubernetes-operator" : " 0.5.1 " ,
2
+ "mongodb-kubernetes-operator" : " 0.5.2 " ,
3
3
"version-upgrade-hook" : " 1.0.2" ,
4
4
"readiness-probe" : " 1.0.1" ,
5
5
"agent" : {
You can’t perform that action at this time.
0 commit comments