Skip to content

Commit

Permalink
Merge pull request #835 from untergeek/fix/832
Browse files Browse the repository at this point in the history
Bump version_max to 5.1.99
  • Loading branch information
untergeek committed Dec 7, 2016
2 parents a403a39 + 25589aa commit cba4801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion curator/defaults/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Elasticsearch versions supported
def version_max():
return (5, 1, 0)
return (5, 1, 99)
def version_min():
return (2, 0, 0)

Expand Down
1 change: 1 addition & 0 deletions docs/Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Changelog

* ``--wait_for_completion`` should be `True` by default for Snapshot singleton
action. Reported in #829 (untergeek)
* Increase `version_max` to 5.1.99. Prematurely reported in #832 (untergeek)

4.2.3.post1 (22 November 2016)
------------------------------
Expand Down

0 comments on commit cba4801

Please sign in to comment.