-
Notifications
You must be signed in to change notification settings - Fork 237
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
Prepare Release 2.5.1 #716
Conversation
Signed-off-by: Prudhvi Godithi <[email protected]>
@@ -120,7 +120,8 @@ pipeline { | |||
string(name: 'RELEASE_VERSION', value: "${OPERATOR_VERSION}"), | |||
booleanParam(name: 'DOCKER_HUB_PROMOTE', value: true), | |||
booleanParam(name: 'ECR_PROMOTE', value: true), | |||
booleanParam(name: 'TAG_LATEST', value: true) | |||
booleanParam(name: 'TAG_LATEST', value: true), | |||
booleanParam(name: 'TAG_MAJOR_VERSION', value: false) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't we want to update the major version tag? Example: 2.5.1 -> 2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding @swoehrl-mw.
Sayali mostly the operator is installed and managed via helm and helm charts have fixed versions in Chart.yml
, docker run
wont work here hence I dont see a need to keep TAG_MAJOR_VERSION
which adds more noise.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The docker-promotion job has default TAG_MAJOR_VERSION
to true
hence disabling it.
Hey @vipinjn24 please check the the workaround I have posted here #709 (comment), also this PR should fix it. |
Description
Prepare Release 2.5.1
Issues Resolved
Part of #709 and #674
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.