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

Commit c0d0e8f

Browse files
authored
Upgrade to ES 7.2.0 (#89)
* Update ES, OpenDistro and Gradle versions * Updated release notes
1 parent 1af5737 commit c0d0e8f

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ buildscript {
1717
apply from: 'build-tools/repositories.gradle'
1818

1919
ext {
20-
es_version = '7.1.1'
20+
es_version = '7.2.0'
2121
kotlin_version = '1.3.21'
2222
}
2323

@@ -41,7 +41,7 @@ apply plugin: 'jacoco'
4141
apply from: 'build-tools/merged-coverage.gradle'
4242

4343
ext {
44-
opendistroVersion = '1.1.0'
44+
opendistroVersion = '1.2.0'
4545
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
4646
}
4747

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-all.zip

notification/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ apply plugin: 'jacoco'
1919
dependencies {
2020
compileOnly "org.elasticsearch:elasticsearch:${es_version}"
2121
compile "org.apache.httpcomponents:httpcore:4.4.5"
22-
compile "org.apache.httpcomponents:httpclient:4.5.7"
22+
compile "org.apache.httpcomponents:httpclient:4.5.8"
2323

2424
testImplementation "org.elasticsearch.test:framework:${es_version}"
2525
testImplementation "org.easymock:easymock:4.0.1"

opendistro-elasticsearch-alerting.release-notes.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
## Version 1.1.0 (Current)
1+
## Version 1.2.0 (Current)
2+
3+
### New Features
4+
* Adds support for Elasticsearch 7.2.0 - [PR #89](https://github.com/opendistro-for-elasticsearch/alerting/pull/89)
5+
6+
### Bug fixes
7+
* Fixes integTestRunner build task - [PR #83](https://github.com/opendistro-for-elasticsearch/alerting/pull/83)
8+
9+
## 2019-07-25, Version 1.1.0
210

311
### New Features
412
* Adds support for Elasticsearch 7.1.1 - [PR #74](https://github.com/opendistro-for-elasticsearch/alerting/pull/74)

0 commit comments

Comments
 (0)