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

Bump version to 1.11.0.1 #280

Merged
merged 1 commit into from
Oct 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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