-
Notifications
You must be signed in to change notification settings - Fork 21
CLOUDP-295785 - re-add release tasks for readiness-probe
and version-upgrade-hook
#463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MCK 1.5.0 Release NotesNew Features
Bug Fixes
|
# Conflicts: # scripts/dev/contexts/root-context
# Conflicts: # scripts/dev/contexts/root-context
# Conflicts: # scripts/dev/contexts/root-context
lsierant
reviewed
Sep 18, 2025
# Conflicts: # scripts/dev/contexts/public_kind_code_snippets
# Conflicts: # scripts/dev/contexts/e2e_mdb_kind_ubi_cloudqa # scripts/dev/contexts/e2e_smoke_ibm_power # scripts/dev/contexts/e2e_smoke_ibm_z # scripts/dev/contexts/e2e_static_mdb_kind_ubi_cloudqa # scripts/dev/contexts/e2e_static_smoke_arm # scripts/dev/contexts/e2e_static_smoke_ibm_power # scripts/dev/contexts/e2e_static_smoke_ibm_z # scripts/dev/contexts/variables/om60_image # scripts/dev/contexts/variables/om70_image # scripts/dev/contexts/variables/om80_image
# Conflicts: # scripts/dev/contexts/migrate_all_agents # scripts/dev/contexts/preflight_release_images # scripts/dev/contexts/preflight_release_images_check_only # scripts/dev/contexts/release_agent
…71-1` used in tests
…ging # Conflicts: # .evergreen-functions.yml
# Conflicts: # .evergreen-functions.yml
# Conflicts: # scripts/dev/contexts/root-context
mircea-cosbuc
approved these changes
Oct 9, 2025
# Conflicts: # .evergreen-functions.yml # .evergreen-release.yml # scripts/dev/contexts/evg-private-context # scripts/dev/contexts/root-context
3b0adf3
to
c0ce4e8
Compare
lsierant
approved these changes
Oct 10, 2025
The docs in https://github.com/mongodb/mongodb-kubernetes/tree/master/docs/mongodbcommunity link to |
MaciejKaras
added a commit
that referenced
this pull request
Oct 10, 2025
3 tasks
@yardenshoham thanks for letting us know 💪 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR is re-adding release tasks for
readinessprobe
andversion-upgrade-post-start-hook
. It is also bumpingreadinessprobe
to1.0.23
andversion-upgrade-post-start-hook
to1.0.10
. Next time when we are going to release the operator thereadinessprobe
andversion-upgrade-post-start-hook
are also going to be released, if the version was incremented. The newskip-if-exists
flag inbuild_info.json
makes sure we don't overwrite the tag if it already exists.The pre-commit hook was run to update the
readinessprobe
to1.0.23
andversion-upgrade-post-start-hook
to1.0.10
. This was based only on updatingrelease.json
respective values and running pre-commit script updated logic.The
mongodb-community-operator/conifg/
directory contained unused .yaml files that were also referencingreadinessprobe
andversion-upgrade-post-start-hook
- those I deleted. Themongodb-community-operator/conifg/samples/
were moved topublic/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 the images were skipped as expected:
Checklist
skip-changelog
label if not needed