-
Notifications
You must be signed in to change notification settings - Fork 31
[CLOUDP-361632] Add functionality to upload release info to GitHub release assets #624
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
+665
−128
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
cb925b6
Add information about latest OM and agent in release.json
viveksinghggits 595347f
Address review comments
viveksinghggits bf2eca3
Add functinality to upload release info to GitHub release assets
viveksinghggits e1631d5
Accommodate the change of moving latestOpsManagerAgentMapping to root…
viveksinghggits 358b265
Address review comments, refactor
viveksinghggits d08adb8
Add readiness probe as separate image
viveksinghggits e1794df
Change the format of the relese_info file
viveksinghggits a88d665
Add image mongodb-enterprise-server
viveksinghggits bcc5997
Run precommit
viveksinghggits 5f7f544
Uncomment unnecessarily commented code
viveksinghggits 8b156eb
Handle exceptions properly
viveksinghggits f443e8c
Address review comments
viveksinghggits f2343ac
Fix rebase messup
viveksinghggits e77031c
Address reviews
viveksinghggits 4efcd3b
Fail in case we were not able to find out digest
viveksinghggits 10e0b7f
Add release note for github asset `release_info_<mck-version>.json`
viveksinghggits 1176b64
Reword release note
viveksinghggits d4da826
Reword release note
viveksinghggits 9634a7a
Make sure release_info task depends on release images
viveksinghggits 3cc1f4c
Add comment
viveksinghggits File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
6 changes: 6 additions & 0 deletions
6
changelog/20251209_other_added_a_new_asset_in_github_releases_that_would.md
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| --- | ||
| kind: other | ||
| date: 2025-12-09 | ||
| --- | ||
|
|
||
| * Future releases will include a new asset, release_info_<version>.json, which provides detailed information about each MongoDB Controllers for Kubernetes release, including a clear list of all container images. This will help customers, especially those running in air-gapped environments, easily identify all required images for a given release. | ||
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!