Skip to content
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

Merged
merged 1 commit into from
Feb 2, 2024
Merged

Conversation

prudhvigodithi
Copy link
Member

@prudhvigodithi prudhvigodithi commented Feb 2, 2024

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.

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)
Copy link
Member

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

Copy link
Member Author

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.

Copy link
Member Author

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.

@vipinjn24
Copy link
Contributor

Please verify the image is accessible
image

Also please update the opensearch versions we can install with this operator

@prudhvigodithi
Copy link
Member Author

prudhvigodithi commented Feb 2, 2024

Hey @vipinjn24 please check the the workaround I have posted here #709 (comment), also this PR should fix it.
Thanks

@prudhvigodithi prudhvigodithi self-assigned this Feb 2, 2024
@prudhvigodithi prudhvigodithi merged commit e45a425 into opensearch-project:main Feb 2, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

4 participants