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

Commit 9986272

Browse files
authored
Bump version to 1.11.0.1 (#280)
1 parent f443099 commit 9986272

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ allprojects {
5050
group = "com.amazon.opendistroforelasticsearch"
5151
// Increment the final digit when there's a new plugin versions for the same opendistro version
5252
// Reset the final digit to 0 when upgrading to a new opendistro version
53-
version = "${opendistroVersion}.0"
53+
version = "${opendistroVersion}.1"
5454

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

release-notes/opendistro-for-elasticsearch-alerting.release-notes-1.11.0.0.md release-notes/opendistro-for-elasticsearch-alerting.release-notes-1.11.0.1.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2020-10-19, Version 1.11.0.0
1+
## 2020-10-23, Version 1.11.0.1
22

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

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

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

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

0 commit comments

Comments
 (0)