From 9c2e257842bc66ccbaad3a0b85f9eff660ec80d3 Mon Sep 17 00:00:00 2001 From: Karishma Joseph <87718173+kjoseph07@users.noreply.github.com> Date: Tue, 9 Nov 2021 18:17:02 -0800 Subject: [PATCH] 1.2 release (#87) * Change main to 1.2 Signed-off-by: Karishma Joseph * Fix broken build and remove deb rpm files (#85) Signed-off-by: Sruti Parthiban * Add release notes for 1.2 release Signed-off-by: Karishma Joseph Co-authored-by: Sruti Parthiban --- ...formance-analyzer.release-notes-1.2.0.0.md | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 release-notes/opensearch-performance-analyzer.release-notes-1.2.0.0.md diff --git a/release-notes/opensearch-performance-analyzer.release-notes-1.2.0.0.md b/release-notes/opensearch-performance-analyzer.release-notes-1.2.0.0.md new file mode 100644 index 00000000..5915096a --- /dev/null +++ b/release-notes/opensearch-performance-analyzer.release-notes-1.2.0.0.md @@ -0,0 +1,30 @@ +## Version 1.2.0.0 Release Notes + +Compatible with OpenSearch 1.2.0 + +### Features + +* AdmissionControl Split RCA ([#69](https://github.com/opensearch-project/performance-analyzer-rca/pull/69)) + +### Enhancements + +* Update commons-io version ([#73](https://github.com/opensearch-project/performance-analyzer-rca/pull/73)) +* Adds Thread_Waited_Time and Thread_Waited_Event metrics ([#70](https://github.com/opensearch-project/performance-analyzer-rca/pull/70)) + +### Bug fixes + +* Add checkstyle plugin reference ([#79](https://github.com/opensearch-project/performance-analyzer/pull/79)) +* Add snapshot variable when building RCA ([#83](https://github.com/opensearch-project/performance-analyzer/pull/83)) +* Fix broken build and remove deb rpm files ([#85](https://github.com/opensearch-project/performance-analyzer/pull/85)) +* Remove emitting the entry key with the METRICS_WRITE_ERROR metric ([#71](https://github.com/opensearch-project/performance-analyzer-rca/pull/71)) +* Add log rotation and prevent noisy logs ([#87](https://github.com/opensearch-project/performance-analyzer-rca/pull/87)) + +### Maintenance + +* Add BWC tests for PA ([#69](https://github.com/opensearch-project/performance-analyzer/pull/69)) +* Add DCO workflow and fix failing IT ([#78](https://github.com/opensearch-project/performance-analyzer/pull/78)) +* Add DCO workflow ([#83](https://github.com/opensearch-project/performance-analyzer-rca/pull/83)) + +### Documentation + +* Update README.md ([#88](https://github.com/opensearch-project/performance-analyzer-rca/pull/88)) \ No newline at end of file