Skip to content

Commit

Permalink
Adding 2.15 release notes (#1832)
Browse files Browse the repository at this point in the history
* Adding 2.15 release notes

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* update release notes PR

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* update bwc base version

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

---------

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
  • Loading branch information
ps48 authored Jun 11, 2024
1 parent e44cd2e commit f762ede
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ testClusters.integTest {
setting 'path.repo', repo.absolutePath
}

String baseVersion = "2.14.0"
String baseVersion = "2.15.0"
String bwcVersion = baseVersion + ".0"
String baseName = "obsBwcCluster"
String bwcFilePath = "src/test/resources/bwc/"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Version 2.15.0.0 Release Notes

Compatible with OpenSearch 2.15.0

### Maintenance

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

- Adding 2.15 release notes ([#1832](https://github.com/opensearch-project/observability/pull/1832))

0 comments on commit f762ede

Please sign in to comment.