This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds support for Elasticsearch 7.9 (#283)
* Adds support for Elasticsearch 7.9 * Updates notification and job scheduler spi dependencies * Updates release notes naming
- Loading branch information
Showing
12 changed files
with
39 additions
and
5 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -13,4 +13,4 @@ | |
# permissions and limitations under the License. | ||
# | ||
|
||
version = 1.9.0 | ||
version = 1.10.0 |
25 changes: 25 additions & 0 deletions
25
...e-notes/opendistro-for-elasticsearch-index-management.release-notes-1.10.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,25 @@ | ||
## Version 1.10.0.0 (2020-8-18) | ||
|
||
Compatible with Elasticsearch 7.9. | ||
|
||
### Features | ||
* Implemented allocation action which can be used in index state management [#106](https://github.com/opendistro-for-elasticsearch/index-management/pull/106) | ||
|
||
### Enhancements | ||
* Changes implementation of ChangePolicy REST API to use MultiGet inste⦠[#253](https://github.com/opendistro-for-elasticsearch/index-management/pull/253) | ||
|
||
### Bug Fixes | ||
* Fixes snapshot issues, adds history mapping update workflow, adds tests [#255](https://github.com/opendistro-for-elasticsearch/index-management/pull/255) | ||
* Fixes force merge failing on long executions, changes some action mes⦠[#267](https://github.com/opendistro-for-elasticsearch/index-management/pull/267) | ||
|
||
### Infrastructure | ||
* Adds codecov yml file to reduce flakiness in coverage check [#251](https://github.com/opendistro-for-elasticsearch/index-management/pull/251) | ||
* Adds support for multi-node run/testing and updates tests [#254](https://github.com/opendistro-for-elasticsearch/index-management/pull/254) | ||
* Adds multi node test workflow [#256](https://github.com/opendistro-for-elasticsearch/index-management/pull/256) | ||
* release notes automation [#258](https://github.com/opendistro-for-elasticsearch/index-management/pull/258) | ||
|
||
### Documentation | ||
* Adds rollup-rfc to docs [#248](https://github.com/opendistro-for-elasticsearch/index-management/pull/248) | ||
|
||
### Maintenance | ||
* Adds support for Elasticsearch 7.9 [#283](https://github.com/opendistro-for-elasticsearch/index-management/pull/283) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added
BIN
+218 KB
src/test/resources/job-scheduler/opendistro-job-scheduler-1.10.0.0.zip
Binary file not shown.
Binary file removed
BIN
-189 KB
src/test/resources/job-scheduler/opendistro-job-scheduler-1.9.0.0.zip
Binary file not shown.