Skip to content

Commit 41c6f49

Browse files
committed
Merge branch '8.x' into 8.0
2 parents 42b5746 + dcf6719 commit 41c6f49

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

curator/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Curator Version"""
2-
__version__ = '8.0.12'
2+
__version__ = '8.0.13'

docs/Changelog.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
Changelog
44
=========
55

6+
8.0.13 (26 March 2024)
7+
----------------------
8+
9+
**Bugfix**
10+
11+
* An issue was discovered in ``es_client`` that caused default values from command-line options
12+
which should not have been set to override settings in configuration files.
13+
``es_client==8.12.9`` corrects this. Reported in #1708, hat tip to @rgaduput for reporting this
14+
bug.
15+
616
8.0.12 (20 March 2024)
717
----------------------
818

docs/asciidoc/index.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:curator_version: 8.0.12
1+
:curator_version: 8.0.13
22
:curator_major: 8
33
:curator_doc_tree: 8.0
44
:es_py_version: 8.12.1

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272

7373
intersphinx_mapping = {
7474
'python': ('https://docs.python.org/3.11', None),
75-
'es_client': ('https://es-client.readthedocs.io/en/v8.12.8', None),
75+
'es_client': ('https://es-client.readthedocs.io/en/v8.12.9', None),
7676
'elasticsearch8': ('https://elasticsearch-py.readthedocs.io/en/v8.12.1', None),
7777
'voluptuous': ('http://alecthomas.github.io/voluptuous/docs/_build/html', None),
7878
'click': ('https://click.palletsprojects.com/en/8.1.x', None),

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ keywords = [
2828
'index-expiry'
2929
]
3030
dependencies = [
31-
"es_client==8.12.8"
31+
"es_client==8.12.9"
3232
]
3333

3434
[project.optional-dependencies]

0 commit comments

Comments
 (0)