From 937f80e3676052f09ed120319777224c4e0d2232 Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Mon, 17 Apr 2023 13:49:39 -0700 Subject: [PATCH 1/2] Added 2.7 release notes. Signed-off-by: AWSHurneyt --- ...-index-management.release-notes-2.7.0.0.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 release-notes/opensearch-index-management.release-notes-2.7.0.0.md diff --git a/release-notes/opensearch-index-management.release-notes-2.7.0.0.md b/release-notes/opensearch-index-management.release-notes-2.7.0.0.md new file mode 100644 index 000000000..1c0c85ffb --- /dev/null +++ b/release-notes/opensearch-index-management.release-notes-2.7.0.0.md @@ -0,0 +1,24 @@ +## Version 2.7.0.0 2023-04-17 + +Compatible with OpenSearch 2.7.0 + +### Maintenance +* Bump mockito version. ([#701](https://github.com/opensearch-project/index-management/pull/701)) +* Bump version to 2.7. ([#743](https://github.com/opensearch-project/index-management/pull/743)) + +### Features +* Error Prevention: Add close action. ([#728](https://github.com/opensearch-project/index-management/pull/728)) +* Error Prevention: Add index priority action. ([#729](https://github.com/opensearch-project/index-management/pull/729)) +* Error Prevention: Add notification, shrink, allocation and rollup. ([#732](https://github.com/opensearch-project/index-management/pull/732)) +* Error Prevention: Add transition action. ([#744](https://github.com/opensearch-project/index-management/pull/744)) +* Error Prevention: Add snapshot action. ([#745](https://github.com/opensearch-project/index-management/pull/745)) + +### Refactoring +* Replace Set in org.opensearch.common.collect with java.util references. ([#717](https://github.com/opensearch-project/index-management/pull/717)) +* Fixed xContent dependencies due to OSCore changes. ([#721](https://github.com/opensearch-project/index-management/pull/721)) + +### Bug fixes +* Shrink action Fix. ([#718](https://github.com/opensearch-project/index-management/pull/718)) + +### Documentation +* Added 2.7 release notes. ([#]()) \ No newline at end of file From 81e3dcfcd51dd9dd5bb2367d3503d6d37e607977 Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Mon, 17 Apr 2023 13:50:49 -0700 Subject: [PATCH 2/2] Added 2.7 release notes. Signed-off-by: AWSHurneyt --- .../opensearch-index-management.release-notes-2.7.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/opensearch-index-management.release-notes-2.7.0.0.md b/release-notes/opensearch-index-management.release-notes-2.7.0.0.md index 1c0c85ffb..9ad5d3d38 100644 --- a/release-notes/opensearch-index-management.release-notes-2.7.0.0.md +++ b/release-notes/opensearch-index-management.release-notes-2.7.0.0.md @@ -21,4 +21,4 @@ Compatible with OpenSearch 2.7.0 * Shrink action Fix. ([#718](https://github.com/opensearch-project/index-management/pull/718)) ### Documentation -* Added 2.7 release notes. ([#]()) \ No newline at end of file +* Added 2.7 release notes. ([#755](https://github.com/opensearch-project/index-management/pull/755)) \ No newline at end of file