Add container image reference to release notes#1236
Merged
Conversation
Signed-off-by: Aravindhan Ayyanathan <aravindhan.a@est.tech>
✅ Deploy Preview for krm-function-catalog canceled.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the post-tag workflow to read a function’s container image reference from metadata.yaml and append it to the corresponding GitHub Release notes after publishing.
Changes:
- Elevates workflow
contentspermission to allow editing release notes. - Extracts
image:base fromfunctions/go/<image_name>/metadata.yamland constructs<base>:<version>. - Appends a “Container Image” section to the release notes when missing.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Aravindhan Ayyanathan <aravindhan.a@est.tech>
efiacor
approved these changes
Apr 17, 2026
Collaborator
efiacor
left a comment
There was a problem hiding this comment.
Very cool. Thanks for this
liamfallon
approved these changes
Apr 20, 2026
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
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.
After the image is pushed to GHCR, the workflow now appends the container image reference to the GitHub release notes.
Fixes kptdev/kpt#4478
Changes
metadata.yamland append the version tag to construct the full image referenceTesting
Verified in a personal fork by creating a draft release and triggering the workflow with a test tag. The image reference was correctly read from metadata.yaml and appended to the release notes.