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

Commit e10eb9b

Browse files
committed
Fixes after review
1 parent 7dece52 commit e10eb9b

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

docs/RELEASE_NOTES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,10 @@
22

33
## Added support for MongoDB 8.0.0 GA
44
MongoDB 8.0.0 GA is now officially supported by the Operator
5+
6+
## Minor fixes and improvements
7+
8+
- Use pointer field for priority in member options
9+
- readinessProbe: use human-readable timestamps instead
10+
- Bumped Go to 1.23 and kube APIs to 1.29
11+
- Update package crypto to remediate multiple CVEs

docs/how-to-release.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77
* `git pull origin main`
88
* Update any changing versions in [release.json](../release.json).
99
* `operator` - always when doing a release
10-
* `version-upgrade-hook`, `readiness-probe` - whenever we make changes in the [versionhook](../cmd/versionhook) or [readiness](../cmd/readiness) files
11-
* `agent` - bump to the newest version available
12-
* `agent-tools-version` - bump to the newest version available :warning: how to get the newest version?
10+
* `version-upgrade-hook` - whenever we make changes in the [versionhook](../cmd/versionhook) files
11+
* `readiness-probe` - whenever we make changes in the [readiness](../cmd/readiness) files
12+
* `agent` - newest version available in `ops-manager` `conf-hosted.properties` file under `automation.agent.version`
13+
* `agent-tools-version` - newest version available in `ops-manager` `conf-hosted.properties` file under `mongotools.version`
1314
* Ensure that [the release notes](./RELEASE_NOTES.md) are up to date for this release.
14-
* **:warning: how should we know what should be included?**
15+
* all merged PRs have a covered entry in the release notes. For example, you can use `git log v0.11.0..HEAD --reverse --oneline` to get the list of commits after previous release
1516
* Run `python scripts/ci/update_release.py` to update the relevant yaml manifests.
1617
* **use venv and then `python3 -m pip install -r requirements.txt`**
1718
* Copy ``CRD`s`` to Helm Chart

0 commit comments

Comments
 (0)