We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Actual behavior The changelog is suggesting wrong tags for debug and slim docker images.
actual:
gcr.io/kaniko-project/executor:debug-v1.5.0 gcr.io/kaniko-project/executor:debug-v1.5.1 gcr.io/kaniko-project/executor:debug-v1.5.2 gcr.io/kaniko-project/executor:slim-v1.5.0 gcr.io/kaniko-project/executor:slim-v1.5.1 gcr.io/kaniko-project/executor:slim-v1.5.2
Expected behavior The changelog has to use the right tag names
expected:
gcr.io/kaniko-project/executor:v1.5.0-debug gcr.io/kaniko-project/executor:v1.5.1-debug gcr.io/kaniko-project/executor:v1.5.2-debug gcr.io/kaniko-project/executor:v1.5.0-slim gcr.io/kaniko-project/executor:v1.5.1-slim gcr.io/kaniko-project/executor:v1.5.2-slim
To Reproduce
Additional Information ref #1563
Triage Notes for the Maintainers
--cache
The text was updated successfully, but these errors were encountered:
Again wrong changelogs for v1.6.0
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Actual behavior
The changelog is suggesting wrong tags for debug and slim docker images.
actual:
Expected behavior
The changelog has to use the right tag names
expected:
To Reproduce
Additional Information
ref #1563
Triage Notes for the Maintainers
--cache
flagThe text was updated successfully, but these errors were encountered: