Skip to content

Added 2.7 release notes. #755

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 2 commits into from
Apr 18, 2023
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,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. ([#755](https://github.com/opensearch-project/index-management/pull/755))