Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Bump version to 1.12.0.2 (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
lezzago authored Dec 9, 2020
1 parent 77ffae2 commit 8daf9e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ allprojects {
group = "com.amazon.opendistroforelasticsearch"
// Increment the final digit when there's a new plugin versions for the same opendistro version
// Reset the final digit to 0 when upgrading to a new opendistro version
version = "${opendistroVersion}.1"
version = "${opendistroVersion}.2"

apply from: "$rootDir/build-tools/repositories.gradle"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2020-12-03, Version 1.12.0.1
## 2020-12-08, Version 1.12.0.2

Compatible with Elasticsearch 7.10.0

Expand All @@ -10,9 +10,11 @@ Compatible with Elasticsearch 7.10.0
* Support filterBy in update/delete destination/monitor APIs ([#311](https://github.com/opendistro-for-elasticsearch/alerting/pull/311))

### Bug Fixes
* get user info from threadcontext ([#289](https://github.com/opendistro-for-elasticsearch/alerting/pull/289))
* Get user info from threadcontext ([#289](https://github.com/opendistro-for-elasticsearch/alerting/pull/289))
* Fix filter by user.backendroles and integ tests for it ([#290](https://github.com/opendistro-for-elasticsearch/alerting/pull/290))
* Check empty user object for the AD monitor ([#304](https://github.com/opendistro-for-elasticsearch/alerting/pull/304))
* Add security system property for integTest task ([#319](https://github.com/opendistro-for-elasticsearch/alerting/pull/319))
* Fix failed IT cases for AD ([#320](https://github.com/opendistro-for-elasticsearch/alerting/pull/320))

### Infrastructure
* Add integ security tests with a limited user ([#313](https://github.com/opendistro-for-elasticsearch/alerting/pull/313))
Expand Down

0 comments on commit 8daf9e6

Please sign in to comment.