-
Notifications
You must be signed in to change notification settings - Fork 916
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 from 2.5.0 to 2.6.0 #3229
Increment version from 2.5.0 to 2.6.0 #3229
Conversation
Resolves - opensearch-project#3228 Signed-off-by: Manasvini B Suryanarayana <manasvis@amazon.com> Signed-off-by: Manasvini B Suryanarayana <manasvis@amazon.com>
18f344b
to
26e7af9
Compare
Codecov Report
@@ Coverage Diff @@
## 2.x #3229 +/- ##
==========================================
- Coverage 66.56% 66.55% -0.01%
==========================================
Files 3200 3200
Lines 61287 61287
Branches 9439 9439
==========================================
- Hits 40794 40790 -4
- Misses 18238 18241 +3
- Partials 2255 2256 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@@ -62,6 +62,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) | |||
- Update backport custom branch name to utilize head template ([#2766](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2766)) | |||
- Add automatic selection of the appropriate version of chrome driver to run functional tests ([#2990](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2990)) | |||
- Improve yarn's performance in workflows by caching yarn's cache folder ([#3194](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3194)) | |||
- Increment the version on the parent branch (2.x) to the next development iteration (2.6)([3229](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3229)) |
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.
nit: #3229
@kavilla Do we need to backport this change to 2.5 branch? |
Signed-off-by: Manasvini B Suryanarayana manasvis@amazon.com
Description
Increment the version on the parent branch (2.x) to the next development iteration (2.6) after 2.5 branch cut.
Issues Resolved
#3228
Check List