-
Notifications
You must be signed in to change notification settings - Fork 275
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
Increment version to 2.4.0.0 #2084
Increment version to 2.4.0.0 #2084
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2084 +/- ##
=========================================
Coverage 60.99% 60.99%
Complexity 3226 3226
=========================================
Files 256 256
Lines 18075 18075
Branches 3225 3225
=========================================
Hits 11024 11024
Misses 5472 5472
Partials 1579 1579 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@opensearch-project/engineering-effectiveness I thought release version number incrementing was automated - should PRs like this be opened by your team? |
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.
This change is on the wrong branch, it should be done on 2.x instead of main (main should be on 3.x) Lets figure out how this process is handled before attempting to do it ourselves.
@peternied Our main branch is currently at 2.3.0. What is preventing main from being at 3.x? We should increment main to 2.4 from 2.3 if we are not planning on pointing it to 3.x yet. |
Signed-off-by: Craig Perkins <cwperx@amazon.com>
9684dff
5ce344e
to
9684dff
Compare
CI got stuck on |
@peternied That's fine, but there's additional changes we need to make on top of the other PR. I can checkout the branch and do the changes if needed. Make note of the differences between this PR and the other. |
Just adding here, https://github.com/opensearch-project/security/blob/2.x/build.gradle#L521-L535 |
@prudhvigodithi We certainly need to add What the version increment automation produced: What we expect: How can we get the automation to work here? |
@peternied We need 2.4 snapshots to be generated for the security plugin. This is required to test our integration changes across other plugins (alerting, notification and security-analytics) and is currently a development blocker changes targeted for 2.4. |
Hey @cwperks, the BWC version increment has to handled from the plugin end (assuming this requires only during the new minor version), this can be automated but there would be too much assumptions to be considered, each plugin follows an own way to test the BWC. |
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.
Hey folks - thanks for the discussion and revealing the gap in our current infra- yup that is non-trivial. Lets merge this PR and then figure out how we can handle the bwc previous version issue.
Signed-off-by: Craig Perkins <cwperx@amazon.com> (cherry picked from commit fd53d1d)
Signed-off-by: Craig Perkins <cwperx@amazon.com>
Signed-off-by: Craig Perkins <cwperx@amazon.com> Signed-off-by: Stephen Crawford <steecraw@amazon.com>
…oject#2088) Signed-off-by: Craig Perkins <cwperx@amazon.com> (cherry picked from commit fd53d1d) Co-authored-by: Craig Perkins <cwperx@amazon.com>
Signed-off-by: Craig Perkins cwperx@amazon.com
Description
Increments version to 2.4.0.0
Maintenance
Issues Resolved
#2063
Check List
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.