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

Commit

Permalink
Build against elasticsearch 7.9.1 (#197)
Browse files Browse the repository at this point in the history
* Build against elasticsearch 7.9.1

* Update release notes

* Update release notes
  • Loading branch information
sruti1312 committed Sep 3, 2020
1 parent 978118e commit 13a86aa
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
buildscript {

ext {
es_version = System.getProperty("es.version", "7.9.0")
es_version = System.getProperty("es.version", "7.9.1")
}
// This isn't applying from repositories.gradle so repeating it here
repositories {
Expand Down Expand Up @@ -52,7 +52,7 @@ spotbugsTest {
}

ext {
opendistroVersion = '1.10.0'
opendistroVersion = '1.10.1'
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2020-08-24 Version 1.10.0.0 (Current)
## 2020-08-24 Version 1.10.0.0

Supported Elasticsearch version 7.9.0

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## 2020-09-03 Version 1.10.1.0 (Current)

Supported Elasticsearch version 7.9.1

### Features
* Polarize actions based on impact vectors ([#332](https://github.com/opendistro-for-elasticsearch/performance-analyzer-rca/pull/332))
* Add support for action configs ([#402](https://github.com/opendistro-for-elasticsearch/performance-analyzer-rca/pull/402))
* JVM decider ([#326](https://github.com/opendistro-for-elasticsearch/performance-analyzer-rca/pull/326))

### Documentation
* Update INSTALL.md to include accurate security info ([#261](https://github.com/opendistro-for-elasticsearch/performance-analyzer-rca/pull/261))

### Maintenance
* Build against elasticsearch 7.9.1 ([#197](https://github.com/opendistro-for-elasticsearch/performance-analyzer/pull/197))

### Refactoring
* Refactoring the persistence layer to be able to persist any Java Object ([#407](https://github.com/opendistro-for-elasticsearch/performance-analyzer-rca/pull/407))

0 comments on commit 13a86aa

Please sign in to comment.