-
Notifications
You must be signed in to change notification settings - Fork 240
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
Add 2.x appVersion as optional version for helm charts #257
Add 2.x appVersion as optional version for helm charts #257
Conversation
Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
@DandyDeveloper @TheAlgo @prudhvigodithi we need to think about how to support multiple versions. The thing is, our release action will keep pushing new chart versions from main. Thanks. |
Signed-off-by: Peter Zhu <[email protected]>
Hey @peterzhuamazon, thats true.
So lets say if we have 2.0.0-rc1 release, main should have 2.0.0-rc1, we need to increment the version to we can start to follow this with existing PR, we can have |
Per @bbarani we are not switching the current running version to rc1 and will keep as |
Then we might need to create a tag manually as opensearch-2.0.0-rc1 (that has |
My 2 cents:
|
Hi, Thanks @TheAlgo @prudhvigodithi on your suggestions here. @smlx @mprimeaux what is your take on this one? Thanks. |
What is the support policy for Opensearch 1.x upstream? Will they be doing further 1.x releases? Will it be getting security patches for some period of time? If so you might need a 1.x branch. |
I believe we will still support 1.x branch with patches, due to 2.x have a lot of breaking changes. My two cents:
Thoughts? Thanks. |
Ok, thanks for confirming.
Agree that this seems like a reasonable solution.
I think you can update the workflow to also publish releases from the |
I am not completely sure on that @smlx. Also, I dont think github allows you to host two urls for 1 repo. And yes we do need some testing on this. Thanks. |
The The Maybe you could ask them for advice on this?
All the versions are added to the
Sounds good 🙂 |
Hey here is the issue #259 I have created with some solutions detailed, please check @TheAlgo @DandyDeveloper @peterzhuamazon @smlx @bbarani |
@peterzhuamazon I partially agree with you. We can have a branch for 1.x, but lets have individual releases for 1.x and 2.x. Also seeing the other comments I see this is feasible and we can maintain 2 branch release same as kubernetes has done for |
Thanks everyone, since the issue is up will close this and move the discussion to there. |
Signed-off-by: Peter Zhu [email protected]
Description
Add 2.x appVersion as optional version for helm charts
Issues Resolved
opensearch-project/opensearch-build#1624
Check List
For any changes to files within Helm chart directories:
CHANGELOG.md
updated to reflect changeBy 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.