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

Commit

Permalink
Upgrade to ES 7.1.1 (#74)
Browse files Browse the repository at this point in the history
* Updated build.gradle

* Updated release notes
  • Loading branch information
qreshi authored Jun 24, 2019
1 parent 9c66731 commit 478a58b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand All @@ -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")
}

Expand Down
31 changes: 30 additions & 1 deletion opendistro-elasticsearch-alerting.release-notes.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 478a58b

Please sign in to comment.