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

Add support for Elasticsearch 7.10.2 #340

Merged
merged 2 commits into from
Jan 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)