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

Commit

Permalink
Bump version to 1.11.0.1 (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
lezzago authored Oct 26, 2020
1 parent f443099 commit 9986272
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}.0"
version = "${opendistroVersion}.1"

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2020-10-19, Version 1.11.0.0
## 2020-10-23, Version 1.11.0.1

## Features
* Add getDestinations and getAlerts API ([#260](https://github.com/opendistro-for-elasticsearch/alerting/pull/260))
Expand All @@ -11,14 +11,18 @@
* Add User to Alerts, add filter by back end roles ([#264](https://github.com/opendistro-for-elasticsearch/alerting/pull/264))
* Change AlertError message and remove deny-list destinations check during monitor creation ([#270](https://github.com/opendistro-for-elasticsearch/alerting/pull/270))
* Use common-utils from maven, use withContext instead runBlocking ([#273](https://github.com/opendistro-for-elasticsearch/alerting/pull/273))
* Allow empty notification responses ([#272](https://github.com/opendistro-for-elasticsearch/alerting/pull/272))
* Add user role filter for monitor on top of ad result ([#275](https://github.com/opendistro-for-elasticsearch/alerting/pull/275))

### Bug fixes
* Fix socket timeout exception, moved authuser to transport handler, moved User to commons ([#266](https://github.com/opendistro-for-elasticsearch/alerting/pull/266))
* Misc fixes for 1.11 release ([#274](https://github.com/opendistro-for-elasticsearch/alerting/pull/274))
* Fix parsing User info when User is null ([#279](https://github.com/opendistro-for-elasticsearch/alerting/pull/279))

### Infrastructure
* Add tests related to Email Destination ([#258](https://github.com/opendistro-for-elasticsearch/alerting/pull/258))
* Minor change to a unit test ([#261](https://github.com/opendistro-for-elasticsearch/alerting/pull/261))
* Minor change to a unit test ([#261](https://github.com/opendistro-for-elasticsearch/alerting/pull/261))
* Fix integ tests when security is not installed ([#278](https://github.com/opendistro-for-elasticsearch/alerting/pull/278))

### Documentation
* better link for documentation ([#265](https://github.com/opendistro-for-elasticsearch/alerting/pull/265))
Expand Down

0 comments on commit 9986272

Please sign in to comment.