diff --git a/build.gradle b/build.gradle index 0eeb3a2..d63c50f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,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 { @@ -24,7 +24,7 @@ node { } ext { - opendistroVersion = '1.10.0' + opendistroVersion = '1.10.1' isSnapshot = "true" == System.getProperty("build.snapshot", "true") isLinux = "true" == System.getProperty("build.linux", "false") isMacOS = "true" == System.getProperty("build.macos", "false") diff --git a/package-lock.json b/package-lock.json index 353a722..f7cdc79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@aws/opendistro-for-elasticsearch-perftop", - "version": "1.10.0", + "version": "1.10.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e92f598..c4a44b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aws/opendistro-for-elasticsearch-perftop", - "version": "1.10.0", + "version": "1.10.1", "description": "PerfTop CLI tool for Open Distro Performance Analyzer", "author": "Amazon Web Services", "bin": { diff --git a/release-notes/opendistro-for-elasticsearch-perftop.release-notes-1.10.0.0.md b/release-notes/opendistro-for-elasticsearch-perftop.release-notes-1.10.0.0.md index 7a030b9..5e95c62 100644 --- a/release-notes/opendistro-for-elasticsearch-perftop.release-notes-1.10.0.0.md +++ b/release-notes/opendistro-for-elasticsearch-perftop.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 This is release of the Open Distro PerfTop, which is compatible with Open Distro Performance Analyzer 1.10. Supported Elasticsearch version 7.9.0 diff --git a/release-notes/opendistro-for-elasticsearch-perftop.release-notes-1.10.1.0.md b/release-notes/opendistro-for-elasticsearch-perftop.release-notes-1.10.1.0.md new file mode 100644 index 0000000..6c00d76 --- /dev/null +++ b/release-notes/opendistro-for-elasticsearch-perftop.release-notes-1.10.1.0.md @@ -0,0 +1,7 @@ +## 2020-09-03 Version 1.10.1.0 (Current) + +This is release of the Open Distro PerfTop, which is compatible with Open Distro Performance Analyzer 1.10.1. +Supported Elasticsearch version 7.9.1 + +### Maintenance +* Build against elasticsearch 7.9.1 ([#59](https://github.com/opendistro-for-elasticsearch/perftop/pull/59)) \ No newline at end of file