Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Bharathwaj G <[email protected]>
  • Loading branch information
bharath-techie committed Feb 22, 2024
1 parent f501953 commit bec0e27
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ String bwcVersionShort = "2.12.0"
String bwcVersion = bwcVersionShort + ".0"
String bwcFilePath = "src/test/resources/org/opensearch/search/asynchronous/bwc/"
String bwcRemoteFile = "https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/"+ bwcVersionShort + "/latest/linux/x64/tar/builds/opensearch/plugins/opensearch-asynchronous-search-"+ bwcVersion +".zip"
//getPluginResource(bwcFilePath + bwcVersion, bwcRemoteFile)
getPluginResource(bwcFilePath + bwcVersion, bwcRemoteFile)
// Creates two test clusters of previous version and loads opensearch plugin of bwcVersion
2.times { i ->
testClusters {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## Version 2.11.0.0 2023-10-18
## Version 2.12.0.0 2024-02-13

Compatible with OpenSearch 2.11.0
Compatible with OpenSearch 2.12.0

### Infrastructure
* Updates admin credentials used in github workflow and upgrade to Gradle 8.5 ([#522](https://github.com/opensearch-project/asynchronous-search/pull/522))

### Maintenance
* Increment version to 2.11.0 ([#446](https://github.com/opensearch-project/asynchronous-search/pull/446))
* Increment version to 2.12.0 ([#466](https://github.com/opensearch-project/asynchronous-search/pull/466))
Binary file not shown.

0 comments on commit bec0e27

Please sign in to comment.