Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit d77211f

Browse files
authored
Release notes template (#291)
1 parent e5d5b53 commit d77211f

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

dev_notes/how-to-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
## How to Release
33

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)
4+
* Update any finished tickets in [kube-community-next](https://jira.mongodb.org/issues?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)
55

66
* Create github [draft release](https://github.com/mongodb/mongodb-kubernetes-operator/releases/new)
77

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
*Note, that any section that doesn’t have content should be omitted*
2+
3+
# MongoDB Kubernetes Operator 1.x.y
4+
5+
## Kubernetes Operator
6+
7+
* Breaking Changes
8+
* Breaking Change 1
9+
* Changes
10+
* Change 1
11+
* Bug fixes (*CVE issues go first*)
12+
* Fixes an issue ...
13+
14+
15+
## MongoDB Resource
16+
* Breaking Changes
17+
* Breaking Change 1
18+
* Changes
19+
* Change 1
20+
* Bug fixes (*CVE issues go first*)
21+
* Fixes an issue ...
22+
23+
24+
## Known Issues
25+
* Issue 1
26+
* Issue 2
27+
28+
## Updated Image Tags
29+
* mongodb-kubernetes-operator:0.3.0
30+
* mongodb-agent:10.19.0.6562-1
31+
* mongodb-kubernetes-operator-version-upgrade-post-start-hook:1.0.2
32+
33+
*All the images can be found in:*
34+
35+
https://quay.io/mongodb
36+

0 commit comments

Comments
 (0)