Skip to content

Commit

Permalink
[Release notes] Add 2.13 release notes (opensearch-project#1810)
Browse files Browse the repository at this point in the history
* add 2.13 release notes

Signed-off-by: Eric <menwe@amazon.com>

* add version bump

Signed-off-by: Eric <menwe@amazon.com>

* bump version for bwc tests

Signed-off-by: Eric <menwe@amazon.com>

---------

Signed-off-by: Eric <menwe@amazon.com>
(cherry picked from commit 4b43545)
  • Loading branch information
mengweieric committed Mar 19, 2024
1 parent 94723d6 commit b2c5167
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 2 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -333,12 +333,8 @@ testClusters.integTest {
setting 'path.repo', repo.absolutePath
}

String bwcMinVersion = "1.2.0-SNAPSHOT"
String bwcBundleVersion = "1.3.2.0"
Boolean bwcBundleTest = (project.findProperty('customDistributionDownloadType') != null &&
project.properties['customDistributionDownloadType'] == "bundle");
String bwcVersion = bwcBundleTest ? bwcBundleVersion : bwcMinVersion
String bwcCurrentVersion = opensearch_version.replace("-SNAPSHOT", "")
String baseVersion = "2.13.0"
String bwcVersion = baseVersion + ".0"
String baseName = "obsBwcCluster"
String bwcFilePath = "src/test/resources/bwc/"
String remoteFileURL = "https://github.com/opensearch-project/observability/releases/download/1.2.0.0/opensearch-observability-1.2.0.0.zip"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## Version 2.13.0.0 Release Notes

Compatible with OpenSearch 2.13.0

### Maintenance
Increment version to 2.13.0-SNAPSHOT ([#1796](https://github.com/opensearch-project/observability/pull/1796))

0 comments on commit b2c5167

Please sign in to comment.