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.13.1.0 (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbbaughe committed Feb 27, 2021
1 parent 625c97c commit cab1938
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,13 @@ version = "${opendistroVersion}.0"

dependencies {
compileOnly "org.elasticsearch:elasticsearch:${es_version}"
compileOnly "com.amazon.opendistroforelasticsearch:opendistro-job-scheduler-spi:${opendistroVersion}.0"
compileOnly "com.amazon.opendistroforelasticsearch:opendistro-job-scheduler-spi:1.13.0.0"
compile "org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}"
compile "org.jetbrains.kotlin:kotlin-stdlib-common:${kotlin_version}"
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7'
compile "org.jetbrains:annotations:13.0"
compile "com.amazon.opendistroforelasticsearch:notification:1.13.1.0"
compile "com.amazon.opendistroforelasticsearch:common-utils:${opendistroVersion}.0"
compile "com.amazon.opendistroforelasticsearch:common-utils:1.13.0.0"
compile "com.github.seancfoley:ipaddress:5.3.3"

testCompile "org.elasticsearch.test:framework:${es_version}"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# permissions and limitations under the License.
#

version = 1.13.0
version = 1.13.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## Version 1.13.1.0 2021-02-26

Compatible with Elasticsearch 7.10.2

### Enhancements
* Support host deny list for error notification and notification action ([#410](https://github.com/opendistro-for-elasticsearch/index-management/pull/410))

0 comments on commit cab1938

Please sign in to comment.