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 Feb 2, 2024
2 parents 70b8a64 + f13965b commit 5b60d24
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion curator/_version.py
@@ -1,2 +1,2 @@
"""Curator Version"""
__version__ = '8.0.9'
__version__ = '8.0.10'
12 changes: 12 additions & 0 deletions docs/Changelog.rst
Expand Up @@ -3,6 +3,18 @@
Changelog
=========

8.0.10 (1 February 2024)
------------------------

**Changes**

The upstream dependency, ``es_client``, needed to be patched to address a
Docker logging permission issue. This release only version bumps that
dependency:

* ``es_client==8.12.4``


8.0.9 (31 January 2024)
-----------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
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.3', None),
'es_client': ('https://es-client.readthedocs.io/en/v8.12.4', None),
'elasticsearch8': ('https://elasticsearch-py.readthedocs.io/en/v8.12.0', 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
Expand Up @@ -28,7 +28,7 @@ keywords = [
'index-expiry'
]
dependencies = [
"es_client==8.12.3"
"es_client==8.12.4"
]

[project.optional-dependencies]
Expand Down

0 comments on commit 5b60d24

Please sign in to comment.