Skip to content

Commit

Permalink
Release MongoDB Kubernetes Operator v0.8.0 (#1288)
Browse files Browse the repository at this point in the history
  • Loading branch information
nammn authored May 16, 2023
1 parent 231fb26 commit 281104b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
8 changes: 4 additions & 4 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@ spec:
- name: OPERATOR_NAME
value: mongodb-kubernetes-operator
- name: AGENT_IMAGE
value: quay.io/mongodb/mongodb-agent:12.0.15.7646-1
value: quay.io/mongodb/mongodb-agent:12.0.21.7698-1
- name: VERSION_UPGRADE_HOOK_IMAGE
value: quay.io/mongodb/mongodb-kubernetes-operator-version-upgrade-post-start-hook:1.0.6
value: quay.io/mongodb/mongodb-kubernetes-operator-version-upgrade-post-start-hook:1.0.7
- name: READINESS_PROBE_IMAGE
value: quay.io/mongodb/mongodb-kubernetes-readinessprobe:1.0.13
value: quay.io/mongodb/mongodb-kubernetes-readinessprobe:1.0.14
- name: MONGODB_IMAGE
value: mongodb-community-server
- name: MONGODB_REPO_URL
value: docker.io/mongodb
image: quay.io/mongodb/mongodb-kubernetes-operator:0.7.9
image: quay.io/mongodb/mongodb-kubernetes-operator:0.8.0
imagePullPolicy: Always
name: mongodb-kubernetes-operator
resources:
Expand Down
8 changes: 4 additions & 4 deletions deploy/openshift/operator_openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@ spec:
- name: OPERATOR_NAME
value: mongodb-kubernetes-operator
- name: AGENT_IMAGE
value: quay.io/mongodb/mongodb-agent:12.0.15.7646-1
value: quay.io/mongodb/mongodb-agent:12.0.21.7698-1
- name: READINESS_PROBE_IMAGE
value: quay.io/mongodb/mongodb-kubernetes-readinessprobe:1.0.13
value: quay.io/mongodb/mongodb-kubernetes-readinessprobe:1.0.14
- name: VERSION_UPGRADE_HOOK_IMAGE
value: quay.io/mongodb/mongodb-kubernetes-operator-version-upgrade-post-start-hook:1.0.6
value: quay.io/mongodb/mongodb-kubernetes-operator-version-upgrade-post-start-hook:1.0.7
- name: MONGODB_IMAGE
value: mongo
- name: MONGODB_REPO_URL
value: docker.io
image: quay.io/mongodb/mongodb-kubernetes-operator:0.7.9
image: quay.io/mongodb/mongodb-kubernetes-operator:0.8.0
imagePullPolicy: Always
name: mongodb-kubernetes-operator
resources:
Expand Down
4 changes: 3 additions & 1 deletion docs/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@
## Updated Image Tags
- mongodb-kubernetes-operator:0.8.0
- mongodb-agent:12.0.21.7698-1
- mongodb-kubernetes-readinessprobe:1.0.14
- mongodb-kubernetes-operator-version-upgrade-post-start-hook:1.0.7
_All the images can be found in:_
Expand Down
3 changes: 2 additions & 1 deletion docs/how-to-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
- `cp config/crd/bases/mongodbcommunity.mongodb.com_mongodbcommunity.yaml helm-charts/charts/community-operator-crds/templates/mongodbcommunity.mongodb.com_mongodbcommunity.yaml`
- 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)).
- do not merge helm-charts PR until release PR is merged and the images are pushed to quay.io.
* Commit all changes
- do not commit the submodule change in the release pr of the community repository.
* Commit all changes (except for the submodule change)
* Create a PR with the title `Release MongoDB Kubernetes Operator v<operator-version>` (the title must match this pattern).
* Wait for the tests to pass and merge the PR.
* Upon approval, all new images for this release will be built and released, and a GitHub release draft will be created.
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.20",
"mongodb-kubernetes-operator": "0.7.9",
"mongodb-kubernetes-operator": "0.8.0",
"version-upgrade-hook": "1.0.7",
"readiness-probe": "1.0.14",
"mongodb-agent": {
Expand Down

0 comments on commit 281104b

Please # to comment.