From a8c6fc1a8935797df952320a903403276af1767d Mon Sep 17 00:00:00 2001 From: Vaibhav Agarwal Date: Tue, 29 Apr 2025 02:23:55 +0530 Subject: [PATCH] Added Release for v3.0.0 Signed-off-by: Vaibhav Agarwal --- ...-index-management.release-notes-3.0.0.0.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 release-notes/opensearch-index-management.release-notes-3.0.0.0.md diff --git a/release-notes/opensearch-index-management.release-notes-3.0.0.0.md b/release-notes/opensearch-index-management.release-notes-3.0.0.0.md new file mode 100644 index 000000000..c0b1e9659 --- /dev/null +++ b/release-notes/opensearch-index-management.release-notes-3.0.0.0.md @@ -0,0 +1,21 @@ +## Version 3.0.0.0 2025-04-28 + +Compatible with OpenSearch 3.0.0 + +### Features +* Adding unfollow action in ism to invoke stop replication for ccr ([#1198](https://github.com/opensearch-project/index-management/pull/1198)) + +### Bug Fixes +* Target Index Settings if create index during rollup ([#1377](https://github.com/opensearch-project/index-management/pull/1377)) +* Fixed CVE upgrade logback-core to 1.5.13 ([#1388](https://github.com/opensearch-project/index-management/pull/1388)) +* Fix issue in Docker Security Tests where qualifier is not being parsed correctly ([#1401](https://github.com/opensearch-project/index-management/pull/1401)) +* Fix build due to phasing off SecurityManager usage in favor of Java Agent ([#1404](https://github.com/opensearch-project/index-management/pull/1404)) + +### Maintenance +* dependabot: bump com.netflix.nebula.ospackage from 11.10.1 to 11.11.1 ([#1374](https://github.com/opensearch-project/index-management/pull/1374)) +* dependabot: bump commons-beanutils:commons-beanutils ([#1375](https://github.com/opensearch-project/index-management/pull/1375)) +* dependabot: bump io.gitlab.arturbosch.detekt:detekt-gradle-plugin ([#1381](https://github.com/opensearch-project/index-management/pull/1381)) +* [Release 3.0.0] Bump Version to 3.0.0-alpha1 and updated shadowPlugin ([#1384](https://github.com/opensearch-project/index-management/pull/1384)) +* Update 3.0.0 qualifier from alpha1 to beta1 ([#1398](https://github.com/opensearch-project/index-management/pull/1398)) +* Using java-agent gradle plugin to phase off Security Manager in favor of Java-agent ([#1406](https://github.com/opensearch-project/index-management/pull/1406)) +* Increment version to 3.0.0-SNAPSHOT ([#1412](https://github.com/opensearch-project/index-management/pull/1412))