-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds 2.0.0.0-rc1 release notes (#342)
Signed-off-by: Clay Downs <[email protected]>
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
release-notes/opensearch-index-management.release-notes-2.0.0.0-rc1.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,27 @@ | ||
## Version 2.0.0.0-rc1 2022-04-21 | ||
|
||
Compatible with OpenSearch 2.0.0-rc1 | ||
|
||
### Features | ||
* Adds shrink action to ISM ([#326](https://github.com/opensearch-project/index-management/pull/326)) | ||
* Notification integration with IM ([#338](https://github.com/opensearch-project/index-management/pull/338)) | ||
|
||
### Bug Fixes | ||
* Fix metadata migration logic error when update setting call failed ([#328](https://github.com/opensearch-project/index-management/pull/328)) | ||
* Updates search text field to keyword subfield for policies and managed indices ([#267](https://github.com/opensearch-project/index-management/pull/267)) | ||
* Fixes shard allocation checks ([#335](https://github.com/opensearch-project/index-management/pull/335)) | ||
* BugFix: Notification integration issues ([#339](https://github.com/opensearch-project/index-management/pull/339)) | ||
* Fixes flaky continuous transforms and shrink tests ([#340](https://github.com/opensearch-project/index-management/pull/340)) | ||
|
||
### Infrastructure | ||
* Replace checked-in ZIPs with dynamic dependencies ([#327](https://github.com/opensearch-project/index-management/pull/327)) | ||
* Only download JS zip when integTest is running ([#334](https://github.com/opensearch-project/index-management/pull/334)) | ||
|
||
### Documentation | ||
* Updated issue templates from .github. ([#324](https://github.com/opensearch-project/index-management/pull/324)) | ||
|
||
### Maintenance | ||
* Upgrades Index Management to use 2.0.0-alpha1 of OpenSearch and dependencies ([#318](https://github.com/opensearch-project/index-management/pull/318)) | ||
* Make sure qualifier default is alpha1 in IM ([#323](https://github.com/opensearch-project/index-management/pull/323)) | ||
* Incremented version to 2.0-rc1. ([#331](https://github.com/opensearch-project/index-management/pull/331)) | ||
* Non-inclusive nonmenclature update ([#337](https://github.com/opensearch-project/index-management/pull/337)) |