Skip to content

Releases: opensearch-project/index-management

2.17.0.0

17 Sep 22:03
5cb0dbc
Compare
Choose a tag to compare

Version 2.17.0.0 2024-09-05

Compatible with OpenSearch 2.17.0

Bug fixes

  • Skipping execution based on cluster service (#1219)

Maintenance

  • Increment version to 2.17.0-SNAPSHOT (#1221)
  • Use adminClient instead of client when interacting with system index in integTests (#1222)
  • Move non-active maintainers to emeritus (#1233)

2.16.0.0

07 Aug 22:14
ba8370e
Compare
Choose a tag to compare

Version 2.16.0.0 2024-07-29

Compatible with OpenSearch 2.16.0

Maintenance

  • Increment version to 2.16.0-SNAPSHOT (#1187)
  • Add publish in spi build.gradle (#1207)
  • Fix github action (#1208)

2.15.0.0

25 Jun 22:28
ce7ee04
Compare
Choose a tag to compare

Version 2.15.0.0 2024-06-14

Compatible with OpenSearch 2.15.0

Bug fixes

  • Step Metadata Update on Index Rollover Timeout (#1174)

2.14.0.0

14 May 20:59
fa05d71
Compare
Choose a tag to compare

Version 2.14.0.0 2024-05-02

Compatible with OpenSearch 2.14.0

1.3.16.0

23 Apr 21:33
df1e137
Compare
Choose a tag to compare

Version 1.3.16.0 2024-4-18

Compatible with OpenSearch 1.3.16

Maintenance

Documentation

  • Version 1.3.16 release notes (#1156)

2.13.0.0

02 Apr 23:01
fa8d1b3
Compare
Choose a tag to compare

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

20 Feb 23:57
97b9c3a
Compare
Choose a tag to compare

Version 2.12.0.0 2024-02-07

Compatible with OpenSearch 2.12.0

Maintenance

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

16 Oct 19:17
319bbb2
Compare
Choose a tag to compare

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

25 Sep 22:03
062badd
Compare
Choose a tag to compare

Version 2.10.0.0 2023-09-07

Compatible with OpenSearch 2.10.0

Maintenance

  • Increment version to 2.10.0-SNAPSHOT. (#852)

Features

  • Support copy alias in rollover. (#892)
  • make control center index as system index. (#919)

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

15 Jun 08:27
c611ac0
Compare
Choose a tag to compare
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]>