Skip to content

Added Release Notes for v3.0.0 #1415

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 28, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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))
Loading