-
Notifications
You must be signed in to change notification settings - Fork 8
Update release tracker and automation app version #135
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
Conversation
Signed-off-by: Prudhvi Godithi <[email protected]>
Adding @peterzhuamazon @Divyaasm |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #135 +/- ##
=========================================
Coverage 87.05% 87.06%
Complexity 334 334
=========================================
Files 74 74
Lines 1939 1940 +1
Branches 86 85 -1
=========================================
+ Hits 1688 1689 +1
Misses 211 211
Partials 40 40 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Prudhvi Godithi <[email protected]>
VERSION_2_19_0("2.19.0", "closed", "2.19", true), | ||
VERSION_2_19_1("2.19.1", "closed", "2.19", true), | ||
VERSION_2_19_0("2.19.0", "closed", "2.19", false), | ||
VERSION_2_19_1("2.19.1", "closed", "2.19", 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.
Maybe add 2.19.3 as well? https://github.com/opensearch-project/opensearch-build/tree/main/manifests/2.19.3
Hi @prudhvigodithi please update to 3.0.11 per: Thanks. |
'sudo curl -L https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/sbin/docker-compose', | ||
'sudo chmod a+x /usr/local/sbin/docker-compose', | ||
'git clone https://github.com/opensearch-project/automation-app.git --branch 0.3.6', | ||
'git clone https://github.com/opensearch-project/automation-app.git --branch 0.3.10', |
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.
'git clone https://github.com/opensearch-project/automation-app.git --branch 0.3.10', | |
'git clone https://github.com/opensearch-project/automation-app.git --branch 0.3.11', |
Signed-off-by: Prudhvi Godithi <[email protected]>
Updated in my latest commit @peterzhuamazon. |
Thanks @prudhvigodithi , approved! |
Merging this as I got one approval. Thanks |
Description
Update release tracker and automation app version
Issues Resolved
Coming from opensearch-project/opensearch-build#5534
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.