Skip to content

Commit

Permalink
[1.2] log4j bump version to 1.2.1 (#317)
Browse files Browse the repository at this point in the history
* bump version to 1.2.1

Signed-off-by: Shenoy Pratik <[email protected]>

* revert version bump for dashboards-observability

Signed-off-by: Shenoy Pratik <[email protected]>

* added release doc for 1.2.1

Signed-off-by: Shenoy Pratik <[email protected]>
  • Loading branch information
ps48 authored Dec 11, 2021
1 parent 4fde404 commit 474a3b9
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.0-SNAPSHOT'
OPENSEARCH_BRANCH: '1.2'
OPENSEARCH_VERSION: '1.2.1-SNAPSHOT'
OPENSEARCH_BRANCH: '1.2.1'
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.0-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "1.2.1-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.1.0 Release Notes

Compatible with OpenSearch Version 1.2.1 and OpenSearch Dashboards Version 1.2.0

### Maintenance
* Bump observability version for OpenSearch 1.2.1 release ([#313](https://github.com/opensearch-project/trace-analytics/pull/313))

0 comments on commit 474a3b9

Please sign in to comment.