Skip to content

feat: per-commit release artifacts instead of mere moving tag#13876

Draft
chandler-solo wants to merge 1 commit intokgateway-dev:mainfrom
chandler-solo:chandler/maintagrace
Draft

feat: per-commit release artifacts instead of mere moving tag#13876
chandler-solo wants to merge 1 commit intokgateway-dev:mainfrom
chandler-solo:chandler/maintagrace

Conversation

@chandler-solo
Copy link
Copy Markdown
Contributor

Description

The moving tag being vX.Y.Z-main, a tag for both helm chart and docker images.

Also, this is a fix: removes a race that could lead to vX.Y.Z-main pointing to an older commit than it should.

Change Type

/kind feature

Changelog

Now storing release artifacts for each commit to make it easier to try out alpha releases. Previously we only stored vX.Y.Z-main, a moving tag. Also fixes a minor race that could cause that tag to point to an older commit than desired.

Additional Notes

The moving tag being `vX.Y.Z-main`, a tag for both helm chart and docker
images.

Also, this is a fix: removes a race that could lead to vX.Y.Z-main pointing to
an older commit than it should.

Signed-off-by: David L. Chandler <david.chandler@solo.io>
@gateway-bot gateway-bot added kind/feature Categorizes issue or PR as related to a new feature. release-note labels Apr 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/feature Categorizes issue or PR as related to a new feature. release-note

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants