This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Release v1.13.0.0
Compatible with Elasticsearch 7.10.2
Breaking Changes
- Removes support of "index.opendistro.index_state_management.policy_id" setting (#357)
Features
- Adds a new ISM Action called RollupAction which allows user to automate one-time rollups on indices (#371)
- Adds support for ISM templates (#383)
Enhancements
- Adds a snapshot deny list cluster setting to block ISM snapshot writes to configured repositories (#366)
- Adds support to Explain and Get Policy APIs for getting all policies/managed indices (#352)
Bug fixes
- Fixes bug for continuous rollups getting exceptions for Instant types (#373)
- Fixes handling various date formats for DateHistogram source field in continuous rollups (#385)
- Removes the metric requirement for ISM Rollup action (#389)
- Fixes transition step using incorrect step start time if state has no actions (#381)
- Fixes tests relying on exact seqNo match (#397)
Infrastructure
- Adds support for https remote integration tests (#379)
- Renames plugin name to standardized name (#390)
- Fixes deb arch and renames deb/rpm artifacts to standardized names (#391)
- Fixes numNodes gradle property (#393)
- Changes release workflow to use new staging bucket for artifacts (#378)
Documentation
- Adds RFC for Transforms (#359)