From dc57bb4c62348abfc6d043e0ea20a8947a108029 Mon Sep 17 00:00:00 2001 From: Gagan Juneja Date: Fri, 6 Sep 2024 12:17:12 +0530 Subject: [PATCH] Adds release notes for 2.17.0 (#725) Signed-off-by: Gagan Juneja Co-authored-by: Gagan Juneja --- ...search-performance-analyzer.release-notes-2.17.0.0.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 release-notes/opensearch-performance-analyzer.release-notes-2.17.0.0.md diff --git a/release-notes/opensearch-performance-analyzer.release-notes-2.17.0.0.md b/release-notes/opensearch-performance-analyzer.release-notes-2.17.0.0.md new file mode 100644 index 00000000..969263bc --- /dev/null +++ b/release-notes/opensearch-performance-analyzer.release-notes-2.17.0.0.md @@ -0,0 +1,9 @@ +## Version 2.17.0 Release Notes + +Compatible with OpenSearch 2.17.0 + +### Infrastructure +* Bump PA to use 1.6.0 PA commons lib [#712](https://github.com/opensearch-project/performance-analyzer/pull/712) + +### Feature +* Added cacheConfig Collector [#690](https://github.com/opensearch-project/performance-analyzer/pull/690)