Skip to content

Commit

Permalink
Release MongoDB Kubernetes Operator v0.7.8 (#1209)
Browse files Browse the repository at this point in the history
  • Loading branch information
mircea-cosbuc authored Jan 30, 2023
1 parent 696cc82 commit 1990312
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
value: mongo
- name: MONGODB_REPO_URL
value: docker.io
image: quay.io/mongodb/mongodb-kubernetes-operator:0.7.6
image: quay.io/mongodb/mongodb-kubernetes-operator:0.7.8
imagePullPolicy: Always
name: mongodb-kubernetes-operator
resources:
Expand Down
2 changes: 1 addition & 1 deletion deploy/openshift/operator_openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
value: mongo
- name: MONGODB_REPO_URL
value: docker.io
image: quay.io/mongodb/mongodb-kubernetes-operator:0.7.6
image: quay.io/mongodb/mongodb-kubernetes-operator:0.7.8
imagePullPolicy: Always
name: mongodb-kubernetes-operator
resources:
Expand Down
11 changes: 6 additions & 5 deletions docs/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# MongoDB Kubernetes Operator 0.7.7
# MongoDB Kubernetes Operator 0.7.8

## Kubernetes Operator

- Changes
- Fix TLS configuration to allow enabling both server encryption and secure Prometheus connections ([#1127](https://github.com/mongodb/mongodb-kubernetes-operator/issues/1127)
)
- Fix TLS validation to correctly indicate an incomplete configuration
- Fix a StatefulSet controller race condition with the mongodb-agent
- Fix merging label selectors when source is nil
- Improve logging verbosity


## Updated Image Tags

- mongodb-kubernetes-operator:0.7.7
- mongodb-kubernetes-operator:0.7.8
- mongodb-agent:12.0.15.7646-1
- mongodb-kubernetes-readinessprobe:1.0.12
- mongodb-kubernetes-operator-version-upgrade-post-start-hook:1.0.6
Expand Down
2 changes: 1 addition & 1 deletion release.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"golang-builder-image": "golang:1.19",
"mongodb-kubernetes-operator": "0.7.7",
"mongodb-kubernetes-operator": "0.7.8",
"version-upgrade-hook": "1.0.6",
"readiness-probe": "1.0.12",
"mongodb-agent": {
Expand Down

0 comments on commit 1990312

Please # to comment.