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 21, 2024
2 parents 1dfe275 + 6dec673 commit a0cede2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 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.11'
__version__ = '8.0.12'
7 changes: 7 additions & 0 deletions docs/Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
Changelog
=========

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

**Bugfix**

* ``six`` dependency erroneously removed from ``es_client``. It's back in ``es_client==8.12.8``

8.0.11 (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.11
:curator_version: 8.0.12
:curator_major: 8
:curator_doc_tree: 8.0
:es_py_version: 8.12.1
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@

intersphinx_mapping = {
'python': ('https://docs.python.org/3.11', None),
'es_client': ('https://es-client.readthedocs.io/en/v8.12.4', None),
'elasticsearch8': ('https://elasticsearch-py.readthedocs.io/en/v8.12.0', None),
'es_client': ('https://es-client.readthedocs.io/en/v8.12.8', 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),
}
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.6"
"es_client==8.12.8"
]

[project.optional-dependencies]
Expand Down

0 comments on commit a0cede2

Please sign in to comment.