From 401c0bb1cf3d54025c4ddad284a9aaeebc945d69 Mon Sep 17 00:00:00 2001 From: Mohammad Qureshi <47198598+qreshi@users.noreply.github.com> Date: Thu, 28 Jan 2021 10:34:43 -0800 Subject: [PATCH] Add support for Elasticsearch 7.10.2 (#340) * Add support for Elasticsearch 7.10.2 and update ODFE version * Add release notes for 1.13.0.0 --- build.gradle | 4 ++-- core/build.gradle | 2 +- gradle.properties | 2 +- ...-elasticsearch-alerting.release-notes-1.13.0.0.md | 12 ++++++++++++ 4 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 release-notes/opendistro-for-elasticsearch-alerting.release-notes-1.13.0.0.md diff --git a/build.gradle b/build.gradle index 20a6e3f6..f5c350ba 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ buildscript { apply from: 'build-tools/repositories.gradle' ext { - es_version = '7.10.0' + es_version = '7.10.2' kotlin_version = '1.3.72' } @@ -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}.2" + version = "${opendistroVersion}.0" apply from: "$rootDir/build-tools/repositories.gradle" diff --git a/core/build.gradle b/core/build.gradle index 13bf8aaf..bea25432 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -25,7 +25,7 @@ dependencies { compile "com.cronutils:cron-utils:7.0.5" compile "org.elasticsearch.client:elasticsearch-rest-client:${es_version}" compile 'com.google.googlejavaformat:google-java-format:1.3' - compile "com.amazon.opendistroforelasticsearch:common-utils:${opendistroVersion}.2" + compile "com.amazon.opendistroforelasticsearch:common-utils:${opendistroVersion}.0" testImplementation "org.elasticsearch.test:framework:${es_version}" testImplementation "org.jetbrains.kotlin:kotlin-test:${kotlin_version}" diff --git a/gradle.properties b/gradle.properties index 6de2cfcd..cdc40baa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,4 +13,4 @@ # permissions and limitations under the License. # -version = 1.12.0 \ No newline at end of file +version = 1.13.0 \ No newline at end of file diff --git a/release-notes/opendistro-for-elasticsearch-alerting.release-notes-1.13.0.0.md b/release-notes/opendistro-for-elasticsearch-alerting.release-notes-1.13.0.0.md new file mode 100644 index 00000000..0eb241ab --- /dev/null +++ b/release-notes/opendistro-for-elasticsearch-alerting.release-notes-1.13.0.0.md @@ -0,0 +1,12 @@ +## 2021-01-25, Version 1.13.0.0 + +Compatible with Elasticsearch 7.10.2 + +### Infrastructure +* Rename plugin for more consistent naming convention [#339](https://github.com/opendistro-for-elasticsearch/alerting/pull/339) + +### Documentation +* Add RFC for Document-Level Alerting [#327](https://github.com/opendistro-for-elasticsearch/alerting/pull/327) + +### Maintenance +* Adds support for Elasticsearch 7.10.2 [#340](https://github.com/opendistro-for-elasticsearch/alerting/pull/340)