Releases: opensearch-project/index-management
Releases · opensearch-project/index-management
2.17.0.0
Version 2.17.0.0 2024-09-05
Compatible with OpenSearch 2.17.0
Bug fixes
- Skipping execution based on cluster service (#1219)
Maintenance
2.16.0.0
2.15.0.0
2.14.0.0
Version 2.14.0.0 2024-05-02
Compatible with OpenSearch 2.14.0
1.3.16.0
Version 1.3.16.0 2024-4-18
Compatible with OpenSearch 1.3.16
Maintenance
- Increment version to 1.3.16 (#1131)
- Force resolve logback deps to mitigate CVE-2023-6378 (#1125)
Documentation
- Version 1.3.16 release notes (#1156)
2.13.0.0
Version 2.13.0.0 2024-03-20
Compatible with OpenSearch 2.13.0
Maintenance
- Increment version to 2.13.0-SNAPSHOT. (#1096)
- Upgrade com.github.seancfoley:ipaddress to mitigate CVE-2023-50570 (#1126)
- Updates demo certs and admin keystore (#1116)
Bug fixes
- Fix Typo in Alias Message (#1137)
Documentation
- Version 2.13 Release Notes Draft (#1142)
2.12.0.0
Version 2.12.0.0 2024-02-07
Compatible with OpenSearch 2.12.0
Maintenance
- Increment version to 2.12.0-SNAPSHOT (#996)
- Update to Gradle 8.5 (#1069)
- Upgrade ktlint to mitigate CVE-2023-6378 (#1095)
Enhancements
- Implemented filtering on the ISM eplain API (#1067)
- Add more error notification at fail points (#1000)
- [Feature] Support Transform as an ISM action (#760)
- Set the rollover action to idempotent (#986)
- Support switch aliases in shrink action. (#987)
Bug fixes
- GET SM policies return empty list when ism config index does not exist (#1072)
- Added minimum timeout for transforms search of 10 minutes (#1033)
- Interval schedule should take start time from the request, should not… (#1040)
- Added minimum for search.cancel_after_time_interval setting for rollups (#1026)
- Interval schedule should take start time from the request, should not set it to the current time of request execution. (#1036)
- added type check for pipeline aggregator types in Transform initialization (#1014)
Infrastructure
- Update admin credential in integration test (#1084)
- Onboard jenkins prod docker images to github actions (#1025)
- Improve security plugin enabling check (#1017)
- Fixes password assignment for integTest when using remote cluster (#1091)
- Accepts https as a property to set securityEnabled flag (#1100)
Documentation
- Version 2.12 Release Notes Draft (#1092)
2.11.0.0
Version 2.11.0.0 2023-10-11
Compatible with OpenSearch 2.10.0
Maintenance
- Increment version to 2.11.0-SNAPSHOT. (#922)
Enhancements
- Provide unique id for each rollup job and add debug logs. (#968)
Bug fixes
- Fix auto managed index always have -2 seqNo bug. (#924)
Infrastructure
- Upload docker test cluster log. (#964)
- Reduce test running time. (#965)
- Parallel test run. (#966)
- Security test filtered. (#969)
Documentation
- Added 2.11 release notes. (#1004)
2.10.0.0
Version 2.10.0.0 2023-09-07
Compatible with OpenSearch 2.10.0
Maintenance
- Increment version to 2.10.0-SNAPSHOT. (#852)
Features
Bug fixes
- Fix debug log for missing ISM config index. (#846)
- Handle NPE in isRollupIndex. (#855)
- fix for max & min aggregations when no metric property exist. (#870)
- fix intelliJ IDEA gradle sync error (#916)
Infrastructure
- Add auto github release workflow. (#691)
- Fixed the publish maven workflow to execute after pushes to release branches. (#837)
- Upgrade the backport workflow. (#862)
- Updates demo certs used in integ tests. (#921)
Refactoring
- [Backport 2.x] Fix after core #8157. (#886)
- Fix breaking change by core refactor. (#888)
- Handle core breaking change. (#895)
- Set preference to _primary when searching control-center index. (#911)
- Add primary first preference to all search requests. (#912)
Documentation
- Added 2.10 release notes. (#925)
Release 2.8
Bugfix/202 transform date add date conversion (#622) (#804) * 202: Added format property when specifying the date histogram Signed-off-by: Stevan Buzejic <[email protected]> * 202: Added component responsible for building the target index mapping once the transform is being triggered. Signed-off-by: Stevan Buzejic <[email protected]> * 202: date_histogram considered in the case of the creating the target index for the date fields when transform is executed Signed-off-by: Stevan Buzejic <[email protected]> * 202: Enabled target index date field mappings if those fields are used in aggregations or as a term aggregation for defining the buckets Signed-off-by: Stevan Buzejic <[email protected]> * Updated code according to comments. Added targetIndexMapping when transform preview action is triggered Signed-off-by: Stevan Buzejic <[email protected]> * Updated schema versions Signed-off-by: Stevan Buzejic <[email protected]> * Addressed the comments Signed-off-by: Stevan Buzejic <[email protected]> * Refactored transform tests related with aggregation based on a date field. Updated transform preview action to consider target index mapping when using a date field. Kept formatting of the date field in target index. Signed-off-by: Stevan Buzejic <[email protected]> * detekt fix Signed-off-by: Stevan Buzejic <[email protected]> * Added zone in IT Signed-off-by: Stevan Buzejic <[email protected]> * Added function for creating target index mapping that considers transform mapping json. Target date field mappings are generated after transform validation when running transform. Removed target index date field values formatting. emoved default format for date_histogram because of the rollup. Updated schema version in test. Signed-off-by: Stevan Buzejic <[email protected]> --------- Signed-off-by: Stevan Buzejic <[email protected]> (cherry picked from commit 42833b12b292a291f56bc4f94264d32f33317bf2) Co-authored-by: Stevan Buzejic <[email protected]>