forked from opensearch-project/index-management
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added 2.7 release notes. (opensearch-project#755)
* Added 2.7 release notes. Signed-off-by: AWSHurneyt <[email protected]> * Added 2.7 release notes. Signed-off-by: AWSHurneyt <[email protected]> --------- Signed-off-by: AWSHurneyt <[email protected]>
- Loading branch information
1 parent
76272ee
commit 19fc44b
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
release-notes/opensearch-index-management.release-notes-2.7.0.0.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |