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
v0.10.0 manifests point to main tag instead of release tag #874
Comments
Thanks. This is supposed to be automated, but the automation broke because the regex in the script doesn't match anymore. It used to match @johananl FYI |
The good news is that main matches v0.10.0 for now. We'll definitely get this fixed before merging anything risky into |
The release process script has a regex for fixing image references in manifests, but these were not updated to reflect the move to quay.io. This change updates it so the image reference will properly get updated on the next release. Fixes metallb#874
The release process script has a regex for fixing image references in manifests, but these were not updated to reflect the move to quay.io. This change updates it so the image reference will properly get updated on the next release. Fixes #874
The release process script has a regex for fixing image references in manifests, but these were not updated to reflect the move to quay.io. This change updates it so the image reference will properly get updated on the next release. Fixes metallb#874
I noticed that the v0.10.0 manifests' images are pointing at the
main
tag instead of thev0.10.0
tag. Is this expected? Previously, manifests for a tagged release would always point at the tagged image corresponding to that release.The text was updated successfully, but these errors were encountered: