3.3.0 (31 August 2015) @untergeek untergeek released this 7 days ago New Features Allocation type can now also be include or exclude, in addition to the the existing default require type. Add --type to the allocation command to specify the type. #443 (steffo) Add SSL features, --ssl-no-validate and certificate to provide other ways to validate SSL connections to Elasticsearch. #436 (untergeek) General Bump elasticsearch python module dependency to 1.6.0+ to enable synced_flush API call. Reported in #447 (untergeek) Bug fixes Delete by space was only reporting space used by primary shards. Fixed to show all space consumed. Reported in #455 (untergeek) Update exit codes and messages for snapshot selection. Reported in #452 (untergeek) Fix potential int/float casting issues. Reported in #465 (untergeek) Testing Curator is tested in Jenkins. Each commit to the master branch is tested with both Python versions 2.7.6 and 3.4.0 against each of the following Elasticsearch versions: 1.7_nightly 1.6_nightly 1.7.0 1.6.1 1.5.1 1.4.4 1.3.9 1.2.4 1.1.2 1.0.3 Jenkins was testing with Python 2.6.3 and 3.2.1. Those Python versions were buggy, so they've been updated to the aforementioned 2.7.6 and 3.4.0. If you are using a Python version different from either of these, your results may vary.
Created attachment 411246 [details] elasticsearch-curator-3.3.0.ebuild
Created attachment 411248 [details] elasticsearch-curator-3.3.0.test.txt
Ebuild changes: - Bump elasticsearch for testing to 1.7.1 - Limit dep on elasticsearch-py from 1.6 - 2.0 - as defined by upstream - Depend on urlib3 as stated in requirements.txt - Always build man pages - unconditional depend on dev-python/sphinx
commit d87d1c627bdffccaaa59c6f1c30555c558d511e2 Author: Ian Delaney <idella4@gentoo.org> Date: Thu Sep 10 14:25:11 2015 +0800 elasticsearch-curator: bump; closes Bug #559852