-
Notifications
You must be signed in to change notification settings - Fork 13
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
Images should be rebuilt with the release tag #941
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further |
One possible solution here would be to change the various programs that report their versions to look for an |
The release process currently retags images:
Now that binaries embed version information, this results in misleading information being shown to users, e.g. using
subctl show versions
. For example in submariner-io/subctl#971, the RC1 images were tagged using the last built image on the 0.16 branch, embedding the commit information from those images instead of0.16.0-rc1
(e.g.release-0.16-d1b6c9e194f8
for the gateway and route-agent images), and reproducing that for the GA images instead of0.16.0
. As a result, even though the setup is correctly running 0.16.0 images, that is not apparent.Limiting the risk of releasing images with unintended changes is still desirable, so fixing this isn’t as simple as building the relevant branch.
The text was updated successfully, but these errors were encountered: