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

Commit

Permalink
Adds support for Elasticsearch 7.9.1 and updates release notes (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbbaughe authored Sep 9, 2020
1 parent 831fe80 commit 3906722
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

buildscript {
ext {
es_version = System.getProperty("es.version", "7.9.0")
es_version = System.getProperty("es.version", "7.9.1")
kotlin_version = System.getProperty("kotlin.version", "1.3.72")
}

Expand Down Expand Up @@ -91,12 +91,12 @@ configurations.all {

dependencies {
compileOnly "org.elasticsearch:elasticsearch:${es_version}"
compileOnly "com.amazon.opendistroforelasticsearch:opendistro-job-scheduler-spi:1.10.0.0"
compileOnly "com.amazon.opendistroforelasticsearch:opendistro-job-scheduler-spi:1.10.1.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.10.0.0"
compile "com.amazon.opendistroforelasticsearch:notification:1.10.1.0"

testCompile "org.elasticsearch.test:framework:${es_version}"
testCompile "org.jetbrains.kotlin:kotlin-test:${kotlin_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.10.0
version = 1.10.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## Version 1.10.1.0 (2020-9-8)

Compatible with Elasticsearch 7.9.1.

### Infrastructure
* Fixes download and doc links in gradle package ([#287](https://github.com/opendistro-for-elasticsearch/index-management/pull/287))

### Maintenance
* Adds support for Elasticsearch 7.9.1 ([#288](https://github.com/opendistro-for-elasticsearch/index-management/pull/288))
* Refactors internal architecture/files to prepare for support of transforms/rollups ([285](https://github.com/opendistro-for-elasticsearch/index-management/pull/285))
Binary file not shown.
Binary file not shown.

0 comments on commit 3906722

Please sign in to comment.