Skip to content

Commit

Permalink
Tiny patch release to address documentation fails (elastic#1572)
Browse files Browse the repository at this point in the history
* Update examples with index templates (elastic#1509)

date math in ES is using java time where Y changed to y

* [DOCS] Fix restore snapshot links

* [DOCS] Fix ILM action links

* [DOCS] Fix restore snapshot links

* Tiny patch release to address documentation fails

And a teeny-tiny merge fail that was missed.

Co-authored-by: Przemyslaw Gomulka <[email protected]>
Co-authored-by: James Rodewig <[email protected]>
  • Loading branch information
3 people committed Nov 25, 2020
1 parent 0a28b77 commit a94725f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ python:
env:
- ES_VERSION=5.6.16
- ES_VERSION=6.8.13
- ES_VERSION=7.2.1-linux-x86_64
- ES_VERSION=7.3.1-linux-x86_64
- ES_VERSION=7.4.2-linux-x86_64
- ES_VERSION=7.5.2-linux-x86_64
- ES_VERSION=7.6.2-linux-x86_64
- ES_VERSION=7.7.1-linux-x86_64
- ES_VERSION=7.8.1-linux-x86_64
Expand Down
2 changes: 1 addition & 1 deletion curator/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Curator Version"""
__version__ = '5.8.2'
__version__ = '5.8.3'
16 changes: 16 additions & 0 deletions docs/Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
Changelog
=========

5.8.3 (25 November 2020)
------------------------

**New**

* Determined to test the last 2 major version's final patch releases, plus
the last 5 minor releases in the current major version. Travis CI testing
needs to go faster, and this should suffice. For now, this means versions
5.6.16, 6.8.13, 7.6.2, 7.7.1, 7.8.1, 7.9.3, and 7.10.0

**Bug Fixes**

* Caught a few stale merge failures, and asciidoc documentation problems
which needed fixing in the 5.8 branch, which necessitate this tiny bump
release. No code changes between 5.8.2 and 5.8.3.

5.8.2 (24 November 2020)
------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/asciidoc/index.asciidoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:curator_version: 5.8.2
:curator_version: 5.8.3
:curator_major: 5
:curator_doc_tree: 5.8
:es_py_version: 7.1.0
Expand Down

0 comments on commit a94725f

Please sign in to comment.