Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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))