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

Bump version to 1.12.0.2 #321

Merged
merged 1 commit into from
Dec 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -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"

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

@@ -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))