diff --git a/build.gradle b/build.gradle index 3018878e..6e826c63 100644 --- a/build.gradle +++ b/build.gradle @@ -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 { diff --git a/release-notes/opensearch-asynchronous-search.release-notes-2.12.0.0.md b/release-notes/opensearch-asynchronous-search.release-notes-2.12.0.0.md index 87951f8a..44de7c44 100644 --- a/release-notes/opensearch-asynchronous-search.release-notes-2.12.0.0.md +++ b/release-notes/opensearch-asynchronous-search.release-notes-2.12.0.0.md @@ -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)) \ No newline at end of file diff --git a/src/test/resources/org/opensearch/search/asynchronous/bwc/2.12.0.0/opensearch-asynchronous-search-2.12.0.0.zip b/src/test/resources/org/opensearch/search/asynchronous/bwc/2.12.0.0/opensearch-asynchronous-search-2.12.0.0.zip index e4091096..7eba784d 100644 Binary files a/src/test/resources/org/opensearch/search/asynchronous/bwc/2.12.0.0/opensearch-asynchronous-search-2.12.0.0.zip and b/src/test/resources/org/opensearch/search/asynchronous/bwc/2.12.0.0/opensearch-asynchronous-search-2.12.0.0.zip differ