Skip to content

Commit f2bbf87

Browse files
authored
Release v0.2.1 (#185)
1 parent 7da4f08 commit f2bbf87

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

deploy/operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
serviceAccountName: mongodb-kubernetes-operator
1616
containers:
1717
- name: mongodb-kubernetes-operator
18-
image: quay.io/mongodb/mongodb-kubernetes-operator:0.2.0
18+
image: quay.io/mongodb/mongodb-kubernetes-operator:0.2.1
1919
command:
2020
- mongodb-kubernetes-operator
2121
imagePullPolicy: Always

dev_notes/how-to-release.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
## How to Release
3+
4+
* Update any finished tickets in [kube-community-next](https://jira.mongodb.org/browse/CLOUDP-66666?jql=project%20%3D%20CLOUDP%20AND%20component%20%3D%20%22Kubernetes%20Community%22%20%20AND%20status%20in%20(Resolved%2C%20Closed)%20and%20fixVersion%3D%20kube-community-next%20%20ORDER%20BY%20resolved) to have the version of the release you're doing (kube-community-x.y)
5+
6+
* Create github [draft release](https://github.com/mongodb/mongodb-kubernetes-operator/releases/new)
7+
8+
* Create release PR & and reconfigure the Evergreen run to add the release task
9+
10+
* Unblock release task once everything is green
11+
12+
Once the images are released, merge release PR & publish github release

0 commit comments

Comments
 (0)