From f7fcfa3ad43be6e0383ee345a745ac2943ca89a2 Mon Sep 17 00:00:00 2001 From: Angie Zhang Date: Fri, 9 Sep 2022 15:50:34 -0700 Subject: [PATCH 1/5] Update 2.3 release note Signed-off-by: Angie Zhang --- ...-index-management.release-notes-2.3.0.0.md | 19 +++++++++++++++++++ 1 file changed, 19 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..5efad5e27 --- /dev/null +++ b/release-notes/opensearch-index-management.release-notes-2.3.0.0.md @@ -0,0 +1,19 @@ +## Version 2.3.0.0 2022-09-09 + +Compatible with OpenSearch 2.3.0 + +### Features +* Ability to count the number of documents from source index ([#439](https://github.com/opensearch-project/index-management/pull/439)) and ([#3985](https://github.com/opensearch-project/OpenSearch/pull/3985)) + +### Enhancements +* Updated detekt plugin and snakeyaml dependency. Updated a 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 because of the CVE issues ([#500](https://github.com/opensearch-project/index-management/pull/500)) + +### Maintenance +* version upgrade to 2.3.0 ([#484](https://github.com/opensearch-project/index-management/pull/484)) \ No newline at end of file From b3cbe5c86037889384e73b2daedad91dfee09b6a Mon Sep 17 00:00:00 2001 From: Angie Zhang Date: Fri, 9 Sep 2022 15:55:05 -0700 Subject: [PATCH 2/5] Update 2.3 release note Signed-off-by: Angie Zhang --- .../opensearch-index-management.release-notes-2.3.0.0.md | 3 --- 1 file changed, 3 deletions(-) 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 index 5efad5e27..79abc8d1e 100644 --- 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 @@ -2,9 +2,6 @@ Compatible with OpenSearch 2.3.0 -### Features -* Ability to count the number of documents from source index ([#439](https://github.com/opensearch-project/index-management/pull/439)) and ([#3985](https://github.com/opensearch-project/OpenSearch/pull/3985)) - ### Enhancements * Updated detekt plugin and snakeyaml dependency. Updated a 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)) From c1df4bbf73425e88b252c8c72635ba3dd533ae95 Mon Sep 17 00:00:00 2001 From: Angie Zhang Date: Fri, 9 Sep 2022 16:16:56 -0700 Subject: [PATCH 3/5] Update 2.3 release note Signed-off-by: Angie Zhang --- ...ensearch-index-management.release-notes-2.3.0.0.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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 index 79abc8d1e..7091c2085 100644 --- 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 @@ -3,6 +3,7 @@ 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 and snakeyaml dependency. Updated a 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)) @@ -10,7 +11,13 @@ Compatible with OpenSearch 2.3.0 ### Bug Fixes * Failed concurrent creates of ISM policies should return http 409 ([#464](https://github.com/opensearch-project/index-management/pull/464)) -* Disable detekt because of the CVE issues ([#500](https://github.com/opensearch-project/index-management/pull/500)) +* Disable detekt because 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)) \ No newline at end of file +* 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)) From 80589ff2bcc7137646c654c4933d3bd8674607df Mon Sep 17 00:00:00 2001 From: Angie Zhang Date: Fri, 9 Sep 2022 16:25:56 -0700 Subject: [PATCH 4/5] Update 2.3 release note Signed-off-by: Angie Zhang --- .../opensearch-index-management.release-notes-2.3.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 index 7091c2085..1abfe7bcb 100644 --- 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 @@ -11,7 +11,7 @@ Compatible with OpenSearch 2.3.0 ### Bug Fixes * Failed concurrent creates of ISM policies should return http 409 ([#464](https://github.com/opensearch-project/index-management/pull/464)) -* Disable detekt because to avoid the CVE issues ([#500](https://github.com/opensearch-project/index-management/pull/500)) +* 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)) From 14b72b6352068e62a2539647e5b5d34fc0fa24cc Mon Sep 17 00:00:00 2001 From: Angie Zhang Date: Fri, 9 Sep 2022 16:29:09 -0700 Subject: [PATCH 5/5] Update 2.3 release note Signed-off-by: Angie Zhang --- .../opensearch-index-management.release-notes-2.3.0.0.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 index 1abfe7bcb..fd4e67954 100644 --- 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 @@ -4,8 +4,8 @@ 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 and snakeyaml dependency. Updated a 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)) +* 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)) @@ -17,7 +17,7 @@ Compatible with OpenSearch 2.3.0 * 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)) +* 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))