From 478a58b6f7682cc51ba3cc474c8043977c8204b6 Mon Sep 17 00:00:00 2001 From: Mohammad Qureshi <47198598+qreshi@users.noreply.github.com> Date: Mon, 24 Jun 2019 16:38:40 -0700 Subject: [PATCH] Upgrade to ES 7.1.1 (#74) * Updated build.gradle * Updated release notes --- build.gradle | 4 +-- ...ro-elasticsearch-alerting.release-notes.md | 31 ++++++++++++++++++- 2 files changed, 32 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index e10b8111..95ce83c0 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ buildscript { apply from: 'build-tools/repositories.gradle' ext { - es_version = '7.0.1' + es_version = '7.1.1' kotlin_version = '1.3.21' } @@ -41,7 +41,7 @@ apply plugin: 'jacoco' apply from: 'build-tools/merged-coverage.gradle' ext { - opendistroVersion = '1.0.0' + opendistroVersion = '1.1.0' isSnapshot = "true" == System.getProperty("build.snapshot", "true") } diff --git a/opendistro-elasticsearch-alerting.release-notes.md b/opendistro-elasticsearch-alerting.release-notes.md index 1e0734d4..49eaef00 100644 --- a/opendistro-elasticsearch-alerting.release-notes.md +++ b/opendistro-elasticsearch-alerting.release-notes.md @@ -1,4 +1,33 @@ -## Version 0.8.0 (Current) +## Version 1.1.0 (Current) + +### New Features + * Adds support for Elasticsearch 7.1.1 - [PR #74](https://github.com/opendistro-for-elasticsearch/alerting/pull/74) + * Return stack trace for errors in Groovy/Painless script in UI when creating a trigger - [PR #72](https://github.com/opendistro-for-elasticsearch/alerting/pull/72) + +## 2019-06-25, Version 1.0.0 + +### New Features + * Adds support for Elasticsearch 7.0.1 - [PR #41](https://github.com/opendistro-for-elasticsearch/alerting/pull/41) + * Adds support for throttling on actions - [PR #48](https://github.com/opendistro-for-elasticsearch/alerting/pull/48) + +### Bug fixes + * Validate all 2XX status code in Webhook response - [PR #50](https://github.com/opendistro-for-elasticsearch/alerting/pull/50) + * Allows encoding while constructing HTTP request for sending notification - [PR #35](https://github.com/opendistro-for-elasticsearch/alerting/pull/35) + * Convert AlertMover/MonitorRunner to coroutines - [PR #11](https://github.com/opendistro-for-elasticsearch/alerting/pull/11) + +## 2019-04-24, Version 0.9.0 + +### New Features + * Adds support for Elasticsearch 6.7.1 - #19 + * Add http proxy support to outgoing notifications - #23 + * Allow encoding while constructing HTTP request for sending notification - [PR #35](https://github.com/opendistro-for-elasticsearch/alerting/pull/35) + * Add build for Debian - #36 + +### Bug fixes + * Fix update LastFullSweepTime if the index doesn't exist - #17 + * Adds more alert properties to templateArgs for context variable - #26 + +## 2019-04-02, Version 0.8.0 ### New Features * Adds support for Elasticsearch 6.6.2 - [PR #8](https://github.com/opendistro-for-elasticsearch/alerting/pull/8)