-
Notifications
You must be signed in to change notification settings - Fork 281
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
Bump version to 3.0.0.0 #1890
Bump version to 3.0.0.0 #1890
Conversation
The BWC test is blocked: opensearch-project/OpenSearch#3615 |
Codecov Report
@@ Coverage Diff @@
## main #1890 +/- ##
============================================
- Coverage 61.04% 60.99% -0.05%
+ Complexity 3236 3233 -3
============================================
Files 256 256
Lines 18088 18088
Branches 3224 3224
============================================
- Hits 11041 11033 -8
- Misses 5467 5471 +4
- Partials 1580 1584 +4
Continue to review full report at Codecov.
|
4de22c4
to
1ad34e1
Compare
Signed-off-by: cliu123 <[email protected]>
Signed-off-by: cliu123 <[email protected]>
4707142
to
d99ea8a
Compare
Signed-off-by: cliu123 <[email protected]>
Signed-off-by: cliu123 <[email protected]>
Signed-off-by: cliu123 <[email protected]>
@@ -51,6 +51,6 @@ public byte[] run() throws ResolverException { | |||
|
|||
private static File getMetadataFile(String filePath, Settings settings, Path configPath) { | |||
Environment env = new Environment(settings, configPath); | |||
return env.configFile().resolve(filePath).toAbsolutePath().toFile(); | |||
return env.configDir().resolve(filePath).toAbsolutePath().toFile(); |
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.
out of curiosity, did this get change in core or in one of the 3rd party dependencies?
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 changed in core: opensearch-project/OpenSearch#2730
This reverts commit 00e2a5d.
This reverts commit 00e2a5d. Signed-off-by: Darshit Chanpura <[email protected]>
* Adds release notes for 2.1.0 Signed-off-by: Darshit Chanpura <[email protected]> * Revert "Bump version to 3.0.0.0 (#1890)" This reverts commit 00e2a5d. Signed-off-by: Darshit Chanpura <[email protected]>
* Adds release notes for 2.1.0 Signed-off-by: Darshit Chanpura <[email protected]> * Revert "Bump version to 3.0.0.0 (#1890)" This reverts commit 00e2a5d. Signed-off-by: Darshit Chanpura <[email protected]> (cherry picked from commit 15f1fbd)
* Adds release notes for 2.1.0 Signed-off-by: Darshit Chanpura <[email protected]> * Revert "Bump version to 3.0.0.0 (#1890)" This reverts commit 00e2a5d. Signed-off-by: Darshit Chanpura <[email protected]> (cherry picked from commit 15f1fbd) Co-authored-by: Darshit Chanpura <[email protected]>
* Bump version to 3.0.0.0 * Fix for the breaking changes in OpenSearch 3.0 Signed-off-by: cliu123 <[email protected]> Signed-off-by: Stephen Crawford <[email protected]>
…search-project#1901) * Adds release notes for 2.1.0 Signed-off-by: Darshit Chanpura <[email protected]> * Revert "Bump version to 3.0.0.0 (opensearch-project#1890)" This reverts commit 00e2a5d. Signed-off-by: Darshit Chanpura <[email protected]> Signed-off-by: Stephen Crawford <[email protected]>
…search-project#1901) (opensearch-project#1919) * Adds release notes for 2.1.0 Signed-off-by: Darshit Chanpura <[email protected]> * Revert "Bump version to 3.0.0.0 (opensearch-project#1890)" This reverts commit 00e2a5d. Signed-off-by: Darshit Chanpura <[email protected]> (cherry picked from commit 15f1fbd) Co-authored-by: Darshit Chanpura <[email protected]>
Description
Testing
ITs, BWC tests
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.