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

Commit cab1938

Browse files
authored
Bump version to 1.13.1.0 (#411)
1 parent 625c97c commit cab1938

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,13 @@ version = "${opendistroVersion}.0"
125125

126126
dependencies {
127127
compileOnly "org.elasticsearch:elasticsearch:${es_version}"
128-
compileOnly "com.amazon.opendistroforelasticsearch:opendistro-job-scheduler-spi:${opendistroVersion}.0"
128+
compileOnly "com.amazon.opendistroforelasticsearch:opendistro-job-scheduler-spi:1.13.0.0"
129129
compile "org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}"
130130
compile "org.jetbrains.kotlin:kotlin-stdlib-common:${kotlin_version}"
131131
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7'
132132
compile "org.jetbrains:annotations:13.0"
133133
compile "com.amazon.opendistroforelasticsearch:notification:1.13.1.0"
134-
compile "com.amazon.opendistroforelasticsearch:common-utils:${opendistroVersion}.0"
134+
compile "com.amazon.opendistroforelasticsearch:common-utils:1.13.0.0"
135135
compile "com.github.seancfoley:ipaddress:5.3.3"
136136

137137
testCompile "org.elasticsearch.test:framework:${es_version}"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# permissions and limitations under the License.
1414
#
1515

16-
version = 1.13.0
16+
version = 1.13.1
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## Version 1.13.1.0 2021-02-26
2+
3+
Compatible with Elasticsearch 7.10.2
4+
5+
### Enhancements
6+
* Support host deny list for error notification and notification action ([#410](https://github.com/opendistro-for-elasticsearch/index-management/pull/410))

0 commit comments

Comments
 (0)