Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 559852 - dev-python/elasticsearch-curator-3.3.0 version bump
Summary: dev-python/elasticsearch-curator-3.3.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Tomáš Mózes
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-07 11:06 UTC by Tomáš Mózes
Modified: 2015-09-10 06:26 UTC (History)
1 user (show)

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


Attachments
elasticsearch-curator-3.3.0.ebuild (elasticsearch-curator-3.3.0.ebuild,2.69 KB, text/plain)
2015-09-07 12:11 UTC, Tomáš Mózes
Details
elasticsearch-curator-3.3.0.test.txt (curator-3.3.0.log,156.59 KB, text/plain)
2015-09-07 12:12 UTC, Tomáš Mózes
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Mózes 2015-09-07 11:06:05 UTC
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.
Comment 1 Tomáš Mózes 2015-09-07 12:11:45 UTC
Created attachment 411246 [details]
elasticsearch-curator-3.3.0.ebuild
Comment 2 Tomáš Mózes 2015-09-07 12:12:25 UTC
Created attachment 411248 [details]
elasticsearch-curator-3.3.0.test.txt
Comment 3 Tomáš Mózes 2015-09-07 12:14:19 UTC
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
Comment 4 Ian Delaney (RETIRED) gentoo-dev 2015-09-10 06:26:45 UTC
commit d87d1c627bdffccaaa59c6f1c30555c558d511e2
Author: Ian Delaney <idella4@gentoo.org>
Date:   Thu Sep 10 14:25:11 2015 +0800

    elasticsearch-curator: bump; closes Bug #559852