diff --git a/build.gradle b/build.gradle index 6a003ab8..6231dd09 100644 --- a/build.gradle +++ b/build.gradle @@ -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 { @@ -52,7 +52,7 @@ spotbugsTest { } ext { - opendistroVersion = '1.10.0' + opendistroVersion = '1.10.1' isSnapshot = "true" == System.getProperty("build.snapshot", "true") } diff --git a/release-notes/opendistro-for-elasticsearch-performance-analyzer.release-notes-1.10.0.0.md b/release-notes/opendistro-for-elasticsearch-performance-analyzer.release-notes-1.10.0.0.md index 1af7a367..27fa75e6 100644 --- a/release-notes/opendistro-for-elasticsearch-performance-analyzer.release-notes-1.10.0.0.md +++ b/release-notes/opendistro-for-elasticsearch-performance-analyzer.release-notes-1.10.0.0.md @@ -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 diff --git a/release-notes/opendistro-for-elasticsearch-performance-analyzer.release-notes-1.10.1.0.md b/release-notes/opendistro-for-elasticsearch-performance-analyzer.release-notes-1.10.1.0.md new file mode 100644 index 00000000..f9c6c2e9 --- /dev/null +++ b/release-notes/opendistro-for-elasticsearch-performance-analyzer.release-notes-1.10.1.0.md @@ -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)) \ No newline at end of file