Skip to content

Commit 062badd

Browse files
Added 2.10 release notes (#925) (#928)
(cherry picked from commit 8f748de) Signed-off-by: Ashish Agrawal <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8f7e744 commit 062badd

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
## Version 2.10.0.0 2023-09-07
2+
3+
Compatible with OpenSearch 2.10.0
4+
5+
### Maintenance
6+
* Increment version to 2.10.0-SNAPSHOT. ([#852](https://github.com/opensearch-project/index-management/pull/852))
7+
8+
### Features
9+
* Support copy alias in rollover. ([#892](https://github.com/opensearch-project/index-management/pull/892))
10+
* make control center index as system index. ([#919](https://github.com/opensearch-project/index-management/pull/919))
11+
12+
### Bug fixes
13+
* Fix debug log for missing ISM config index. ([#846](https://github.com/opensearch-project/index-management/pull/846))
14+
* Handle NPE in isRollupIndex. ([#855](https://github.com/opensearch-project/index-management/pull/855))
15+
* fix for max & min aggregations when no metric property exist. ([#870](https://github.com/opensearch-project/index-management/pull/870))
16+
* fix intelliJ IDEA gradle sync error ([#916](https://github.com/opensearch-project/index-management/pull/916))
17+
18+
### Infrastructure
19+
* Add auto github release workflow. ([#691](https://github.com/opensearch-project/index-management/pull/691))
20+
* Fixed the publish maven workflow to execute after pushes to release branches. ([#837](https://github.com/opensearch-project/index-management/pull/837))
21+
* Upgrade the backport workflow. ([#862](https://github.com/opensearch-project/index-management/pull/862))
22+
* Updates demo certs used in integ tests. ([#921](https://github.com/opensearch-project/index-management/pull/921))
23+
24+
### Refactoring
25+
* [Backport 2.x] Fix after core #8157. ([#886](https://github.com/opensearch-project/index-management/pull/886))
26+
* Fix breaking change by core refactor. ([#888](https://github.com/opensearch-project/index-management/pull/888))
27+
* Handle core breaking change. ([#895](https://github.com/opensearch-project/index-management/pull/895))
28+
* Set preference to _primary when searching control-center index. ([#911](https://github.com/opensearch-project/index-management/pull/911))
29+
* Add primary first preference to all search requests. ([#912](https://github.com/opensearch-project/index-management/pull/912))
30+
31+
### Documentation
32+
* Added 2.10 release notes. ([#925](https://github.com/opensearch-project/index-management/pull/925))

0 commit comments

Comments
 (0)