Skip to content

Releases: elastic/curator

v0.6.2

18 Feb 19:22
Compare
Choose a tag to compare

NOTICE

The 0.6 branch is fully usable, but deprecated. It remains for those not yet using Elasticsearch version 1.0.

Bug fixes will be released as needed, but no further development will be done for the 0.6 branch. Please consider upgrading your Elasticsearch to version 1.0+ and use the current release branch of curator.

0.6.2 (18 Feb 2014)

General

  • Branch fork between 1.0 (ES 1.0+) and 0.6 (< ES 1.0)
  • Documentation fixes #38 (dharrigan)
  • Add support for HTTPS URI scheme and optparse compatibility for Python 2.6 (gelim)
  • Module version checking handled inside setup.py (untergeek)
  • Added ES version verification so 0.6 will not operate against ES 1.0 (untergeek)
  • Pruned a 1.0 dependent operation from 0.6 branch (honzakral)
  • Merged typo fix from #48 (gitshaw)

v0.6.1 (A mostly-clerical update)

08 Feb 17:49
Compare
Choose a tag to compare

0.6.1 (08 Feb 2014)

General

  • Added tarball versioning to setup.py (untergeek)

    Bugfixes

  • Fix long_description by including README.md in MANIFEST.in (untergeek)
  • Incorrect version number in curator.py (untergeek)

Curator v0.6.0

08 Feb 17:25
Compare
Choose a tag to compare

0.6.0 (08 Feb 2014)

General

  • Restructured repository to a be a proper python package. (arieb)
  • Added setup.py file. (arieb)
  • Removed the deprecated file logstash_index_cleaner.py (arieb)
  • Updated README.md to fit the new package, most importantly the usage
    and installation. (arieb)
  • Fixes and package push to PyPI (untergeek)