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

Commit

Permalink
Add support for Elasticsearch 7.10.2 (#340)
Browse files Browse the repository at this point in the history
* Add support for Elasticsearch 7.10.2 and update ODFE version

* Add release notes for 1.13.0.0
  • Loading branch information
qreshi authored Jan 28, 2021
1 parent 8618ae9 commit 8b4e965
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {
apply from: 'build-tools/repositories.gradle'

ext {
es_version = '7.10.0'
es_version = '7.10.2'
kotlin_version = '1.3.72'
}

Expand Down 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}.2"
version = "${opendistroVersion}.0"

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

Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
compile "com.cronutils:cron-utils:7.0.5"
compile "org.elasticsearch.client:elasticsearch-rest-client:${es_version}"
compile 'com.google.googlejavaformat:google-java-format:1.3'
compile "com.amazon.opendistroforelasticsearch:common-utils:${opendistroVersion}.2"
compile "com.amazon.opendistroforelasticsearch:common-utils:${opendistroVersion}.0"

testImplementation "org.elasticsearch.test:framework:${es_version}"
testImplementation "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.12.0
version = 1.13.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## 2021-01-25, Version 1.13.0.0

Compatible with Elasticsearch 7.10.2

### Infrastructure
* Rename plugin for more consistent naming convention [#339](https://github.com/opendistro-for-elasticsearch/alerting/pull/339)

### Documentation
* Add RFC for Document-Level Alerting [#327](https://github.com/opendistro-for-elasticsearch/alerting/pull/327)

### Maintenance
* Adds support for Elasticsearch 7.10.2 [#340](https://github.com/opendistro-for-elasticsearch/alerting/pull/340)

0 comments on commit 8b4e965

Please sign in to comment.