From 8daf9e64ccfd4219441002a821a2bb48bbeeaaf9 Mon Sep 17 00:00:00 2001 From: Ashish Agrawal Date: Tue, 8 Dec 2020 19:25:05 -0800 Subject: [PATCH] Bump version to 1.12.0.2 (#321) --- build.gradle | 2 +- ...ro-for-elasticsearch-alerting.release-notes-1.12.0.2.md} | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) rename release-notes/{opendistro-for-elasticsearch-alerting.release-notes-1.12.0.1.md => opendistro-for-elasticsearch-alerting.release-notes-1.12.0.2.md} (77%) diff --git a/build.gradle b/build.gradle index 628bd7fb..20a6e3f6 100644 --- a/build.gradle +++ b/build.gradle @@ -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" diff --git a/release-notes/opendistro-for-elasticsearch-alerting.release-notes-1.12.0.1.md b/release-notes/opendistro-for-elasticsearch-alerting.release-notes-1.12.0.2.md similarity index 77% rename from release-notes/opendistro-for-elasticsearch-alerting.release-notes-1.12.0.1.md rename to release-notes/opendistro-for-elasticsearch-alerting.release-notes-1.12.0.2.md index d7f702f2..ed73155e 100644 --- a/release-notes/opendistro-for-elasticsearch-alerting.release-notes-1.12.0.1.md +++ b/release-notes/opendistro-for-elasticsearch-alerting.release-notes-1.12.0.2.md @@ -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))