This repository was archived by the owner on Aug 2, 2022. It is now read-only.
File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ allprojects {
50
50
group = " com.amazon.opendistroforelasticsearch"
51
51
// Increment the final digit when there's a new plugin versions for the same opendistro version
52
52
// Reset the final digit to 0 when upgrading to a new opendistro version
53
- version = " ${ opendistroVersion} .1 "
53
+ version = " ${ opendistroVersion} .2 "
54
54
55
55
apply from : " $rootDir /build-tools/repositories.gradle"
56
56
Original file line number Diff line number Diff line change 1
- ## 2020-12-03 , Version 1.12.0.1
1
+ ## 2020-12-08 , Version 1.12.0.2
2
2
3
3
Compatible with Elasticsearch 7.10.0
4
4
@@ -10,9 +10,11 @@ Compatible with Elasticsearch 7.10.0
10
10
* Support filterBy in update/delete destination/monitor APIs ([ #311 ] ( https://github.com/opendistro-for-elasticsearch/alerting/pull/311 ) )
11
11
12
12
### Bug Fixes
13
- * get user info from threadcontext ([ #289 ] ( https://github.com/opendistro-for-elasticsearch/alerting/pull/289 ) )
13
+ * Get user info from threadcontext ([ #289 ] ( https://github.com/opendistro-for-elasticsearch/alerting/pull/289 ) )
14
14
* Fix filter by user.backendroles and integ tests for it ([ #290 ] ( https://github.com/opendistro-for-elasticsearch/alerting/pull/290 ) )
15
15
* Check empty user object for the AD monitor ([ #304 ] ( https://github.com/opendistro-for-elasticsearch/alerting/pull/304 ) )
16
+ * Add security system property for integTest task ([ #319 ] ( https://github.com/opendistro-for-elasticsearch/alerting/pull/319 ) )
17
+ * Fix failed IT cases for AD ([ #320 ] ( https://github.com/opendistro-for-elasticsearch/alerting/pull/320 ) )
16
18
17
19
### Infrastructure
18
20
* Add integ security tests with a limited user ([ #313 ] ( https://github.com/opendistro-for-elasticsearch/alerting/pull/313 ) )
You can’t perform that action at this time.
0 commit comments