Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 593538 - dev-python/elasticsearch-curator-4.1.2 version bump
Summary: dev-python/elasticsearch-curator-4.1.2 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tomáš Mózes
URL:
Whiteboard:
Keywords:
Depends on: 593536
Blocks:
  Show dependency tree
 
Reported: 2016-09-12 06:13 UTC by Tomáš Mózes
Modified: 2016-11-06 07:00 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Mózes 2016-09-12 06:13:28 UTC
New Features

    Configuration and Action file schema validation. Requested in #674 (untergeek)
    Alias filtertype! With this filter, you can select indices based on whether they are part of an alias. Merged in #748 (untergeek)
    Count filtertype! With this filter, you can now configure Curator to only keep the most recent n indices (or snapshots!). Merged in #749 (untergeek)
    Experimental! Use environment variables in your YAML configuration files. This was a popular request, #697. (untergeek)

General

    New requirement! voluptuous Python schema validation module
    Requirement version bump: Now requires elasticsearch-py 2.4.0

Bug Fixes

    delete_aliases option in close action no longer results in an error if not all selected indices have an alias. Add test to confirm expected behavior. Reported in #736 (untergeek)

Documentation

    Add information to FAQ regarding indices created before Elasticsearch 1.4. Merged in #747
Comment 1 Tomáš Mózes 2016-09-30 04:44:31 UTC
I need to find out why some of the tests fail when run via emerge. Running manually works properly. It's really strange, does not happen with older versions (4.0.6).
Comment 2 Tomáš Mózes 2016-11-06 07:00:16 UTC
In tree by Patrick, I'll check the tests if they work.