Skip to content

Commit

Permalink
[1.2 branch] 1.2.2 release (#347)
Browse files Browse the repository at this point in the history
* bumping up version to 1.2.2

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

* update PR link in release notes

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
  • Loading branch information
ps48 committed Dec 15, 2021
1 parent 474a3b9 commit c56ec85
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Test and Build OpenSearch Observability Backend Plugin
on: [pull_request, push]

env:
OPENSEARCH_VERSION: '1.2.1-SNAPSHOT'
OPENSEARCH_BRANCH: '1.2.1'
OPENSEARCH_VERSION: '1.2.2-SNAPSHOT'
OPENSEARCH_BRANCH: '1.2'
COMMON_UTILS_BRANCH: 'main'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion opensearch-observability/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import java.util.concurrent.Callable

buildscript {
ext {
opensearch_version = System.getProperty("opensearch.version", "1.2.1-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "1.2.2-SNAPSHOT")
// 1.0.0 -> 1.0.0.0, and 1.0.0-SNAPSHOT -> 1.0.0.0-SNAPSHOT
opensearch_build = opensearch_version.replaceAll(/(\.\d)([^\d]*)$/, '$1.0$2')
common_utils_version = System.getProperty("common_utils.version", opensearch_build)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## Version 1.2.2.0 Release Notes

Compatible with OpenSearch Version 1.2.2 and OpenSearch Dashboards Version 1.2.0

### Maintenance
* Bump observability version for OpenSearch 1.2.2 release [#346](https://github.com/opensearch-project/observability/pull/346)

0 comments on commit c56ec85

Please sign in to comment.