From 4cfdeb45501fa123d93c19eb8ea749063f3951f4 Mon Sep 17 00:00:00 2001 From: Angie Zhang <98716549+Angie-Zhang@users.noreply.github.com> Date: Mon, 12 Sep 2022 10:55:58 -0700 Subject: [PATCH] Added 2.3 release note (#507) * Update 2.3 release note Signed-off-by: Angie Zhang * Update 2.3 release note Signed-off-by: Angie Zhang * Update 2.3 release note Signed-off-by: Angie Zhang * Update 2.3 release note Signed-off-by: Angie Zhang * Update 2.3 release note Signed-off-by: Angie Zhang Signed-off-by: Angie Zhang (cherry picked from commit d9793ac2d6ec9eae307b8c5c35752467765f7894) Signed-off-by: Angie Zhang --- ...-index-management.release-notes-2.3.0.0.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 release-notes/opensearch-index-management.release-notes-2.3.0.0.md diff --git a/release-notes/opensearch-index-management.release-notes-2.3.0.0.md b/release-notes/opensearch-index-management.release-notes-2.3.0.0.md new file mode 100644 index 000000000..fd4e67954 --- /dev/null +++ b/release-notes/opensearch-index-management.release-notes-2.3.0.0.md @@ -0,0 +1,23 @@ +## Version 2.3.0.0 2022-09-09 + +Compatible with OpenSearch 2.3.0 + +### Enhancements +* Replica Count Validation when awareness replica balance is enabled ([#429](https://github.com/opensearch-project/index-management/pull/429)) +* Updated detekt plugin, snakeyaml dependency and code to reduce the number of issues after static analysis ([#483](https://github.com/opensearch-project/index-management/pull/483)) +* Transform max_clauses optimization: limit amount of modified buckets being processed at a time and added capping of pageSize to avoid maxClause exception ([#477](https://github.com/opensearch-project/index-management/pull/477)) +* Remove HOST_DENY_LIST usage as Notification plugin will own it ([#488](https://github.com/opensearch-project/index-management/pull/488)) +* Deprecate Master nonmenclature ([#502](https://github.com/opensearch-project/index-management/pull/502)) + +### Bug Fixes +* Failed concurrent creates of ISM policies should return http 409 ([#464](https://github.com/opensearch-project/index-management/pull/464)) +* Disable detekt to avoid the CVE issues ([#500](https://github.com/opensearch-project/index-management/pull/500)) + +### Infrastructure +* Staging for version increment automation ([#409](https://github.com/opensearch-project/index-management/pull/409)) + +### Maintenance +* Version upgrade to 2.3.0 ([#484](https://github.com/opensearch-project/index-management/pull/484)) + +### Documentation +* Added 2.3 release note ([#507](https://github.com/opensearch-project/index-management/pull/507))