Skip to content

4.3.0 (10 April 2017)

Compare
Choose a tag to compare
@untergeek untergeek released this 10 Apr 18:47
· 11 commits to 4.x since this release

This will be the last minor branch of Curator 4.x

New Features

  • Added warn_if_no_indices option for alias action in response to
    #883. Using this option will permit the alias add or remove to continue
    with a logged warning, even if the filters result in a NoIndices condition.
    Use with care.

Bug Fixes

  • Check if an index is in an alias before attempting to delete it from the
    alias. Issue raised in #887. (untergeek)
  • Fix allocation issues when using Elasticsearch 5.1+. Issue raised in #871
    (untergeek)

Documentation

  • Add missing repository arg to auto-gen API docs. Reported in #888
    (untergeek)