From cfc4cf894146d3d421d751ee453376001eab36d8 Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Tue, 11 Jul 2023 23:18:14 -0700 Subject: [PATCH 1/3] Added 2.9 release notes. Signed-off-by: AWSHurneyt --- ...-index-management.release-notes-2.9.0.0.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 release-notes/opensearch-index-management.release-notes-2.9.0.0.md diff --git a/release-notes/opensearch-index-management.release-notes-2.9.0.0.md b/release-notes/opensearch-index-management.release-notes-2.9.0.0.md new file mode 100644 index 000000000..ec24ea22e --- /dev/null +++ b/release-notes/opensearch-index-management.release-notes-2.9.0.0.md @@ -0,0 +1,23 @@ +## Version 2.9.0.0 2023-07-11 + +Compatible with OpenSearch 2.9.0 + +### Maintenance +* Increment version to 2.9.0-SNAPSHOT. ([#805](https://github.com/opensearch-project/index-management/pull/805)) +* Added to CODEOWNERS and MAINTAINERS files. ([#810](https://github.com/opensearch-project/index-management/pull/810)) +* Upgrade httpcomponent version after OpenSearch core's upgrade. ([#847](https://github.com/opensearch-project/index-management/pull/847)) + +### Features +* Support for system index interface. ([#789](https://github.com/opensearch-project/index-management/pull/789)) + +### Bug fixes +* Bugfix/202 transform date add date conversion. ([#622](https://github.com/opensearch-project/index-management/pull/622)) +* Fix LRON concurrent indexing throw ResourceAlreadyExists. ([#831](https://github.com/opensearch-project/index-management/pull/831)) +* ImmutableOpenMap to j.u.Map. ([#838](https://github.com/opensearch-project/index-management/pull/838)) +* Fix build errors after refactoring of Strings class in core. ([#786](https://github.com/opensearch-project/index-management/pull/786)) + +### Refactoring +* Remove runtime notification settings. ([#839](https://github.com/opensearch-project/index-management/pull/839)) + +### Documentation +* Added 2.9 release notes. ([#]()) \ No newline at end of file From e935cb8dabcef95738a33a58a98666567d88cb31 Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Tue, 11 Jul 2023 23:19:13 -0700 Subject: [PATCH 2/3] Added 2.9 release notes. Signed-off-by: AWSHurneyt --- .../opensearch-index-management.release-notes-2.9.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/opensearch-index-management.release-notes-2.9.0.0.md b/release-notes/opensearch-index-management.release-notes-2.9.0.0.md index ec24ea22e..07143dfa4 100644 --- a/release-notes/opensearch-index-management.release-notes-2.9.0.0.md +++ b/release-notes/opensearch-index-management.release-notes-2.9.0.0.md @@ -20,4 +20,4 @@ Compatible with OpenSearch 2.9.0 * Remove runtime notification settings. ([#839](https://github.com/opensearch-project/index-management/pull/839)) ### Documentation -* Added 2.9 release notes. ([#]()) \ No newline at end of file +* Added 2.9 release notes. ([#851](https://github.com/opensearch-project/index-management/pull/851)) \ No newline at end of file From 3ce63028f91d701a8a8e28923c022692efd9e935 Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Wed, 12 Jul 2023 09:13:52 -0700 Subject: [PATCH 3/3] Added 2.9 release notes. Signed-off-by: AWSHurneyt --- .../opensearch-index-management.release-notes-2.9.0.0.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/release-notes/opensearch-index-management.release-notes-2.9.0.0.md b/release-notes/opensearch-index-management.release-notes-2.9.0.0.md index 07143dfa4..1196cbb46 100644 --- a/release-notes/opensearch-index-management.release-notes-2.9.0.0.md +++ b/release-notes/opensearch-index-management.release-notes-2.9.0.0.md @@ -12,11 +12,9 @@ Compatible with OpenSearch 2.9.0 ### Bug fixes * Bugfix/202 transform date add date conversion. ([#622](https://github.com/opensearch-project/index-management/pull/622)) +* Fix build errors after refactoring of Strings class in core. ([#786](https://github.com/opensearch-project/index-management/pull/786)) * Fix LRON concurrent indexing throw ResourceAlreadyExists. ([#831](https://github.com/opensearch-project/index-management/pull/831)) * ImmutableOpenMap to j.u.Map. ([#838](https://github.com/opensearch-project/index-management/pull/838)) -* Fix build errors after refactoring of Strings class in core. ([#786](https://github.com/opensearch-project/index-management/pull/786)) - -### Refactoring * Remove runtime notification settings. ([#839](https://github.com/opensearch-project/index-management/pull/839)) ### Documentation