Skip to content

Commit 281104b

Browse files
authored
Release MongoDB Kubernetes Operator v0.8.0 (#1288)
1 parent 231fb26 commit 281104b

File tree

5 files changed

+14
-11
lines changed

5 files changed

+14
-11
lines changed

config/manager/manager.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@ spec:
4545
- name: OPERATOR_NAME
4646
value: mongodb-kubernetes-operator
4747
- name: AGENT_IMAGE
48-
value: quay.io/mongodb/mongodb-agent:12.0.15.7646-1
48+
value: quay.io/mongodb/mongodb-agent:12.0.21.7698-1
4949
- name: VERSION_UPGRADE_HOOK_IMAGE
50-
value: quay.io/mongodb/mongodb-kubernetes-operator-version-upgrade-post-start-hook:1.0.6
50+
value: quay.io/mongodb/mongodb-kubernetes-operator-version-upgrade-post-start-hook:1.0.7
5151
- name: READINESS_PROBE_IMAGE
52-
value: quay.io/mongodb/mongodb-kubernetes-readinessprobe:1.0.13
52+
value: quay.io/mongodb/mongodb-kubernetes-readinessprobe:1.0.14
5353
- name: MONGODB_IMAGE
5454
value: mongodb-community-server
5555
- name: MONGODB_REPO_URL
5656
value: docker.io/mongodb
57-
image: quay.io/mongodb/mongodb-kubernetes-operator:0.7.9
57+
image: quay.io/mongodb/mongodb-kubernetes-operator:0.8.0
5858
imagePullPolicy: Always
5959
name: mongodb-kubernetes-operator
6060
resources:

deploy/openshift/operator_openshift.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@ spec:
4747
- name: OPERATOR_NAME
4848
value: mongodb-kubernetes-operator
4949
- name: AGENT_IMAGE
50-
value: quay.io/mongodb/mongodb-agent:12.0.15.7646-1
50+
value: quay.io/mongodb/mongodb-agent:12.0.21.7698-1
5151
- name: READINESS_PROBE_IMAGE
52-
value: quay.io/mongodb/mongodb-kubernetes-readinessprobe:1.0.13
52+
value: quay.io/mongodb/mongodb-kubernetes-readinessprobe:1.0.14
5353
- name: VERSION_UPGRADE_HOOK_IMAGE
54-
value: quay.io/mongodb/mongodb-kubernetes-operator-version-upgrade-post-start-hook:1.0.6
54+
value: quay.io/mongodb/mongodb-kubernetes-operator-version-upgrade-post-start-hook:1.0.7
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.9
59+
image: quay.io/mongodb/mongodb-kubernetes-operator:0.8.0
6060
imagePullPolicy: Always
6161
name: mongodb-kubernetes-operator
6262
resources:

docs/RELEASE_NOTES.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@
2626
2727
## Updated Image Tags
2828
29-
3029
- mongodb-kubernetes-operator:0.8.0
30+
- mongodb-agent:12.0.21.7698-1
31+
- mongodb-kubernetes-readinessprobe:1.0.14
32+
- mongodb-kubernetes-operator-version-upgrade-post-start-hook:1.0.7
3133
3234
_All the images can be found in:_
3335

docs/how-to-release.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
- `cp config/crd/bases/mongodbcommunity.mongodb.com_mongodbcommunity.yaml helm-charts/charts/community-operator-crds/templates/mongodbcommunity.mongodb.com_mongodbcommunity.yaml`
1212
- commit changes to the [helm-charts submodule](https://github.com/mongodb/helm-charts) and create a PR against it ([similar to this one](https://github.com/mongodb/helm-charts/pull/163)).
1313
- do not merge helm-charts PR until release PR is merged and the images are pushed to quay.io.
14-
* Commit all changes
14+
- do not commit the submodule change in the release pr of the community repository.
15+
* Commit all changes (except for the submodule change)
1516
* Create a PR with the title `Release MongoDB Kubernetes Operator v<operator-version>` (the title must match this pattern).
1617
* Wait for the tests to pass and merge the PR.
1718
* Upon approval, all new images for this release will be built and released, and a GitHub release draft will be created.

release.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"golang-builder-image": "golang:1.20",
3-
"mongodb-kubernetes-operator": "0.7.9",
3+
"mongodb-kubernetes-operator": "0.8.0",
44
"version-upgrade-hook": "1.0.7",
55
"readiness-probe": "1.0.14",
66
"mongodb-agent": {

0 commit comments

Comments
 (0)