Skip to content

Commit

Permalink
Merge branch 'master' into 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
untergeek committed Mar 26, 2024
2 parents a0cede2 + f94f6d4 commit dcf6719
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
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__ = '8.0.12'
__version__ = '8.0.13'
10 changes: 10 additions & 0 deletions docs/Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
Changelog
=========

8.0.13 (26 March 2024)
----------------------

**Bugfix**

* An issue was discovered in ``es_client`` that caused default values from command-line options
which should not have been set to override settings in configuration files.
``es_client==8.12.9`` corrects this. Reported in #1708, hat tip to @rgaduput for reporting this
bug.

8.0.12 (20 March 2024)
----------------------

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: 8.0.12
:curator_version: 8.0.13
:curator_major: 8
:curator_doc_tree: 8.0
:es_py_version: 8.12.1
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

intersphinx_mapping = {
'python': ('https://docs.python.org/3.11', None),
'es_client': ('https://es-client.readthedocs.io/en/v8.12.8', None),
'es_client': ('https://es-client.readthedocs.io/en/v8.12.9', None),
'elasticsearch8': ('https://elasticsearch-py.readthedocs.io/en/v8.12.1', None),
'voluptuous': ('http://alecthomas.github.io/voluptuous/docs/_build/html', None),
'click': ('https://click.palletsprojects.com/en/8.1.x', None),
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ keywords = [
'index-expiry'
]
dependencies = [
"es_client==8.12.8"
"es_client==8.12.9"
]

[project.optional-dependencies]
Expand Down

0 comments on commit dcf6719

Please sign in to comment.