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

Commit

Permalink
Updated build.gradle and release notes for v1.1.0.1 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
qreshi authored Sep 24, 2019
1 parent bf2f6a1 commit d56f152
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,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}.0"
version = "${opendistroVersion}.1"

apply from: "$rootDir/build-tools/repositories.gradle"

Expand Down
15 changes: 10 additions & 5 deletions opendistro-elasticsearch-alerting.release-notes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
## Version 1.1.0 (Current)
## Version 1.1.0.1 (Current)

### Bug fixes
* Execute monitor upon indexing and backported update to execute API to preserve thread context from v1.2.0.1 [PR #93](https://github.com/opendistro-for-elasticsearch/alerting/pull/93)

## 2019-07-25, Version 1.1.0.0

### 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
## 2019-06-25, Version 1.0.0.0

### New Features
* Adds support for Elasticsearch 7.0.1 - [PR #41](https://github.com/opendistro-for-elasticsearch/alerting/pull/41)
Expand All @@ -15,7 +20,7 @@
* 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
## 2019-04-24, Version 0.9.0.0

### New Features
* Adds support for Elasticsearch 6.7.1 - #19
Expand All @@ -27,7 +32,7 @@
* 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
## 2019-04-02, Version 0.8.0.0

### New Features
* Adds support for Elasticsearch 6.6.2 - [PR #8](https://github.com/opendistro-for-elasticsearch/alerting/pull/8)
Expand All @@ -36,7 +41,7 @@
### Bug fixes
* Fixed task name in build instructions - [PR #12](https://github.com/opendistro-for-elasticsearch/alerting/pull/12)

## 2019-01-31, Version 0.7.0
## 2019-01-31, Version 0.7.0.0

### New Features

Expand Down

0 comments on commit d56f152

Please sign in to comment.