diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b47e94fa..c10d36c4 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -31,7 +31,7 @@ jobs: run: ./gradlew publishToMavenLocal - name: Build PA gradle using the new RCA jar working-directory: ./tmp/pa - run: rm licenses/performanceanalyzer-rca-1.12.jar.sha1 + run: rm licenses/performanceanalyzer-rca-1.13.jar.sha1 - name: Update SHA working-directory: ./tmp/pa run: ./gradlew updateShas diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 2258359e..5cfcaf28 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -34,7 +34,7 @@ jobs: run: ./gradlew publishToMavenLocal - name: Build PA gradle using the new RCA jar working-directory: ./tmp/pa - run: rm licenses/performanceanalyzer-rca-1.12.jar.sha1 + run: rm licenses/performanceanalyzer-rca-1.13.jar.sha1 - name: Update SHA working-directory: ./tmp/pa run: ./gradlew updateShas diff --git a/build.gradle b/build.gradle index 1b5e9648..1e95f142 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ buildscript { ext { - es_version = System.getProperty("es.version", "7.10.0") + es_version = System.getProperty("es.version", "7.10.2") } // This isn't applying from repositories.gradle so repeating it here repositories { @@ -54,7 +54,7 @@ spotbugsTest { } ext { - opendistroVersion = '1.12.0' + opendistroVersion = '1.13.0' isSnapshot = "true" == System.getProperty("build.snapshot", "true") } @@ -216,7 +216,7 @@ dependencies { compile 'org.apache.commons:commons-lang3:3.9' compile 'org.bouncycastle:bcprov-jdk15on:1.68' compile 'org.bouncycastle:bcpkix-jdk15on:1.68' - compile 'com.amazon.opendistro.elasticsearch:performanceanalyzer-rca:1.12' + compile 'com.amazon.opendistro.elasticsearch:performanceanalyzer-rca:1.13' compile 'com.fasterxml.jackson.core:jackson-annotations:2.10.5' compile 'com.fasterxml.jackson.core:jackson-databind:2.10.5.1' compile 'com.fasterxml.jackson.module:jackson-module-paranamer:2.10.5' @@ -307,7 +307,7 @@ task buildRca() { exec { def licenseDir = "$projectDir/licenses" workingDir("$licenseDir") - commandLine 'rm', "performanceanalyzer-rca-1.12.jar.sha1" + commandLine 'rm', "performanceanalyzer-rca-1.13.jar.sha1" } exec { workingDir("$projectDir") diff --git a/licenses/performanceanalyzer-rca-1.12.jar.sha1 b/licenses/performanceanalyzer-rca-1.12.jar.sha1 deleted file mode 100644 index 7d0f316a..00000000 --- a/licenses/performanceanalyzer-rca-1.12.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -5f246e19956c9eca44263ce5de85e611d6287c9c \ No newline at end of file diff --git a/licenses/performanceanalyzer-rca-1.13.jar.sha1 b/licenses/performanceanalyzer-rca-1.13.jar.sha1 new file mode 100644 index 00000000..1959cbc9 --- /dev/null +++ b/licenses/performanceanalyzer-rca-1.13.jar.sha1 @@ -0,0 +1 @@ +0ca252df95b9c0743d7b29452c7637504d5ba50f \ No newline at end of file diff --git a/release-notes/opendistro-for-elasticsearch-performance-analyzer.release-notes-1.12.0.md b/release-notes/opendistro-for-elasticsearch-performance-analyzer.release-notes-1.12.0.md index d57241f6..a25a0825 100644 --- a/release-notes/opendistro-for-elasticsearch-performance-analyzer.release-notes-1.12.0.md +++ b/release-notes/opendistro-for-elasticsearch-performance-analyzer.release-notes-1.12.0.md @@ -1,4 +1,4 @@ -## 2020-11-17 Version 1.12.0.0 (Current) +## 2020-11-17 Version 1.12.0.0 Supported Elasticsearch version 7.10.0 diff --git a/release-notes/opendistro-for-elasticsearch-performance-analyzer.release-notes-1.13.0.0.md b/release-notes/opendistro-for-elasticsearch-performance-analyzer.release-notes-1.13.0.0.md new file mode 100644 index 00000000..8170f423 --- /dev/null +++ b/release-notes/opendistro-for-elasticsearch-performance-analyzer.release-notes-1.13.0.0.md @@ -0,0 +1,25 @@ +## 2021-02-02 Version 1.13.0.0 (Current) + +Supported Elasticsearch version 7.10.2 + +### Features + +### Enhancements + +### Bug fixes + +### Infrastructure +* Improve Test coverage ([#251](https://github.com/opendistro-for-elasticsearch/performance-analyzer/pull/251)) +* Improve Test coverage up to 48% ([#255](https://github.com/opendistro-for-elasticsearch/performance-analyzer/pull/255)) +* Changes for the Performance Analyzer IT to run with newer versions of ES ([#256](https://github.com/opendistro-for-elasticsearch/performance-analyzer/pull/256)) +* Improve test coverage up to 62% ([#257](https://github.com/opendistro-for-elasticsearch/performance-analyzer/pull/257)) +* Improve Test Coverage to 81% ([#258](https://github.com/opendistro-for-elasticsearch/performance-analyzer/pull/258)) +* Add integ tests for OS metrics(cpu, page fault) ([#252](https://github.com/opendistro-for-elasticsearch/performance-analyzer/pull/252)) + + +### Documentation + +### Maintenance + +### Refactoring + diff --git a/src/main/resources/plugin-descriptor.properties b/src/main/resources/plugin-descriptor.properties index 8c937d13..3370ec94 100644 --- a/src/main/resources/plugin-descriptor.properties +++ b/src/main/resources/plugin-descriptor.properties @@ -27,7 +27,7 @@ description=Performance Analyzer Plugin # # 'version': plugin's version -version=7.10.0 +version=7.10.2 # # 'name': the plugin name name=performance-analyzer @@ -42,4 +42,4 @@ classname=com.amazon.opendistro.elasticsearch.performanceanalyzer.PerformanceAna java.version=1.8 # # 'elasticsearch.version' version of elasticsearch compiled against -elasticsearch.version=7.10.0 +elasticsearch.version=7.10.2