diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index d8dfeb1d..180d3005 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -33,8 +33,8 @@ jobs: working-directory: ./tmp/performance-analyzer run: | ./gradlew build -Dperformance-analyzer-rca.build=true \ - -Dperformance-analyzer-rca.repo="https://github.com/sruti1312/performance-analyzer-rca-1.git" \ - -Dperformance-analyzer-rca.branch=feature/upgrade-1.2.1 \ + -Dperformance-analyzer-rca.repo="https://github.com/opensearch-project/performance-analyzer.git" \ + -Dperformance-analyzer-rca.branch=1.2 \ -Dopensearch.version=1.2.1-SNAPSHOT - name: Assemble PA jar for BWC tests working-directory: ./tmp/performance-analyzer diff --git a/release-notes/opensearch-performance-analyzer.release-notes-1.2.1.0.md b/release-notes/opensearch-performance-analyzer.release-notes-1.2.1.0.md new file mode 100644 index 00000000..c8f9dda2 --- /dev/null +++ b/release-notes/opensearch-performance-analyzer.release-notes-1.2.1.0.md @@ -0,0 +1,12 @@ +## Version 1.2.1.0 Release Notes + +Compatible with OpenSearch 1.2.1 + +### Bug fixes + +* Upgrade plugin and log4j version ([#96](https://github.com/opensearch-project/performance-analyzer-rca/pull/96)) +* Upgrade plugin and log4j version ([#98](https://github.com/opensearch-project/performance-analyzer/pull/98)) + +### Maintenance + +* Update branch to 1.2 and add release notes ([#99](https://github.com/opensearch-project/performance-analyzer/pull/99))