From 2e4cf58950657b9c164277a4e31c250d1d3edf04 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 09:28:21 -0700 Subject: [PATCH] Added 2.3 release note (#507) (#515) (#517) * 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 Signed-off-by: Angie Zhang (cherry picked from commit 7217b5bbf3c1f6361c1c73cc7c7538ef58b4dc6e) Co-authored-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))