Commit 7f864b2
authored
# Summary
This PR is re-adding release tasks for `readinessprobe` and
`version-upgrade-post-start-hook`. It is also bumping `readinessprobe`
to `1.0.23` and `version-upgrade-post-start-hook` to `1.0.10`. Next time
when we are going to release the operator the `readinessprobe` and
`version-upgrade-post-start-hook` are also going to be released, if the
version was incremented. The new `skip-if-exists` flag in
`build_info.json` makes sure we don't overwrite the tag if it already
exists.
The pre-commit hook was run to update the `readinessprobe` to `1.0.23`
and `version-upgrade-post-start-hook` to `1.0.10`. This was based only
on updating `release.json` respective values and running pre-commit
script updated logic.
The `mongodb-community-operator/conifg/` directory contained unused
.yaml files that were also referencing `readinessprobe` and
`version-upgrade-post-start-hook` - those I deleted. The
`mongodb-community-operator/conifg/samples/` were moved to
`public/samples/community/`.
## Proof of Work
Triggered release job ->
https://spruce.mongodb.com/version/68ca8a70f93aab0007c723d3/tasks?sorts=STATUS%3AASC%3BBASE_STATUS%3ADESC
...which pushes them to quay with `-rc` suffix:
-
`quay.io/mongodb/mongodb-<REDACTED:macos_notary_keyid>-version-upgrade-post-start-hook:1.0.10-rc@sha256:082df2395b5a8ee4c89053a098b8b7b021b0cc5313d2090a2048e29aa13ffaea`
-
`quay.io/mongodb/mongodb-kubernetes-readinessprobe:1.0.23-rc@sha256:85c0257d3f63921509878543db8aa91f53cdee1db8ce5e380984da60b9642dae`
In the subsequent
[run](https://spruce.mongodb.com/version/68cac45d8e609100074a86be/tasks?sorts=STATUS%3AASC%3BBASE_STATUS%3ADESC)
the images were skipped as expected:
```
[2025/09/17 16:27:33.509] INFO 2025-09-17 14:27:33,509 [atomic_pipeline] Image with tag quay.io/mongodb/mongodb-kubernetes-readinessprobe:1.0.23-rc already exists. Skipping it.
[2025/09/17 16:27:33.509] INFO 2025-09-17 14:27:33,509 [atomic_pipeline] All specified image tags already exist. Skipping build.
```
## Checklist
- [x] Have you linked a jira ticket and/or is the ticket in the title?
- [x] Have you checked whether your jira ticket required DOCSP changes?
- [x] Have you added changelog file?
- use `skip-changelog` label if not needed
- refer to [Changelog files and Release
Notes](https://github.com/mongodb/mongodb-kubernetes/blob/master/CONTRIBUTING.md#changelog-files-and-release-notes)
section in CONTRIBUTING.md for more details
1 parent 0c4b15a commit 7f864b2
File tree
58 files changed
+106
-995
lines changed- config/manager
- helm_chart
- mongodb-community-operator/config
- crd
- bases
- default
- local_run
- manager
- rbac
- samples
- public
- samples/community
- arbitrary_statefulset_configuration
- external_access
- scripts
- dev/contexts
- evergreen/release
- release
- build
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
58 files changed
+106
-995
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
73 | 91 | | |
74 | 92 | | |
75 | 93 | | |
| |||
121 | 139 | | |
122 | 140 | | |
123 | 141 | | |
| 142 | + | |
| 143 | + | |
124 | 144 | | |
125 | 145 | | |
126 | 146 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| 224 | + | |
224 | 225 | | |
225 | 226 | | |
226 | 227 | | |
| |||
250 | 251 | | |
251 | 252 | | |
252 | 253 | | |
| 254 | + | |
253 | 255 | | |
254 | 256 | | |
255 | 257 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
0 commit comments