File tree Expand file tree Collapse file tree 5 files changed +16
-14
lines changed Expand file tree Collapse file tree 5 files changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -49,12 +49,12 @@ spec:
4949 - name : VERSION_UPGRADE_HOOK_IMAGE
5050 value : quay.io/mongodb/mongodb-kubernetes-operator-version-upgrade-post-start-hook:1.0.6
5151 - name : READINESS_PROBE_IMAGE
52- value : quay.io/mongodb/mongodb-kubernetes-readinessprobe:1.0.12
52+ value : quay.io/mongodb/mongodb-kubernetes-readinessprobe:1.0.13
5353 - name : MONGODB_IMAGE
5454 value : mongo
5555 - name : MONGODB_REPO_URL
5656 value : docker.io
57- image : quay.io/mongodb/mongodb-kubernetes-operator:0.7.8
57+ image : quay.io/mongodb/mongodb-kubernetes-operator:0.7.9
5858 imagePullPolicy : Always
5959 name : mongodb-kubernetes-operator
6060 resources :
Original file line number Diff line number Diff line change @@ -49,14 +49,14 @@ spec:
4949 - name : AGENT_IMAGE
5050 value : quay.io/mongodb/mongodb-agent:12.0.15.7646-1
5151 - name : READINESS_PROBE_IMAGE
52- value : quay.io/mongodb/mongodb-kubernetes-readinessprobe:1.0.12
52+ value : quay.io/mongodb/mongodb-kubernetes-readinessprobe:1.0.13
5353 - name : VERSION_UPGRADE_HOOK_IMAGE
5454 value : quay.io/mongodb/mongodb-kubernetes-operator-version-upgrade-post-start-hook:1.0.6
5555 - name : MONGODB_IMAGE
5656 value : mongo
5757 - name : MONGODB_REPO_URL
5858 value : docker.io
59- image : quay.io/mongodb/mongodb-kubernetes-operator:0.7.8
59+ image : quay.io/mongodb/mongodb-kubernetes-operator:0.7.9
6060 imagePullPolicy : Always
6161 name : mongodb-kubernetes-operator
6262 resources :
Original file line number Diff line number Diff line change 1- # MongoDB Kubernetes Operator 0.7.8
1+ # MongoDB Kubernetes Operator 0.7.9
22
33## Kubernetes Operator
44
55- Changes
6- - Fix a StatefulSet controller race condition with the mongodb-agent
7- - Fix merging label selectors when source is nil
8- - Improve logging verbosity
9-
6+ - Fixes a bug where the readiness probe would panic if the health-status file is missing.
7+ - Make automation agent log level configurable.
8+
109
1110## Updated Image Tags
1211
13- - mongodb-kubernetes-operator:0.7.8
12+ - mongodb-kubernetes-operator:0.7.9
1413- mongodb-agent:12.0.15.7646-1
15- - mongodb-kubernetes-readinessprobe:1.0.12
14+ - mongodb-kubernetes-readinessprobe:1.0.13
1615- mongodb-kubernetes-operator-version-upgrade-post-start-hook:1.0.6
1716
1817_ All the images can be found in:_
Original file line number Diff line number Diff line change 22## How to Release
33
44* Prepare release PR:
5+ * Pull the changes in the helm-charts sub module folder to get the latest main.
6+ * ` cd helm-charts && git pull origin main ` .
57 * Update any changing versions in [ release.json] ( ../release.json ) .
68 * Ensure that [ the release notes] ( ./RELEASE_NOTES.md ) are up to date for this release.
79 * Run ` python scripts/ci/update_release.py ` to update the relevant yaml manifests.
1113 - do not merge helm-charts PR until release PR is merged and the images are pushed to quay.io.
1214 * Commit all changes
1315 * This also includes helm-chart submodule update (to the commit pointing in the helm-chart PR)
16+ * To perform this step ` git add helm-charts ` .
1417 * Create a PR with the title ` Release MongoDB Kubernetes Operator v<operator-version> ` (the title must match this pattern).
1518 * Wait for the tests to pass and merge the PR.
1619 * Upon approval, all new images for this release will be built and released, and a GitHub release draft will be created.
Original file line number Diff line number Diff line change 11{
22 "golang-builder-image" : " golang:1.19" ,
3- "mongodb-kubernetes-operator" : " 0.7.8 " ,
3+ "mongodb-kubernetes-operator" : " 0.7.9 " ,
44 "version-upgrade-hook" : " 1.0.6" ,
5- "readiness-probe" : " 1.0.12 " ,
5+ "readiness-probe" : " 1.0.13 " ,
66 "mongodb-agent" : {
77 "version" : " 12.0.15.7646-1" ,
88 "tools_version" : " 100.6.0"
99 }
10- }
10+ }
You can’t perform that action at this time.
0 commit comments