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 Jul 19, 2023
2 parents 4ee558f + b826b12 commit e7f9a4f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 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.6'
__version__ = '8.0.6.post1'
15 changes: 15 additions & 0 deletions docs/Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
Changelog
=========

8.0.6.post1 (18 July 2023)
--------------------------

**Breakfix Patch**

No code was changed in this release, only Python dependencies. If you are using
``pip`` to install Curator, chances are good you won't need this release.

This release was necessary after Docker refused to build a viable container using
PyYAML 6.0.0, which will not build with the new Cython 3, released on Friday,
July 14, 2023. A speedy fix was released as PyYAML 6.0.1 to address this.

The current 8.0.6 Docker image uses these fixes. This version will be published
to PyPI, but not otherwise released as its own version.

8.0.6 (18 July 2023)
--------------------

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ keywords = [
]
dependencies = [
"elasticsearch8==8.8.2",
"es_client==8.8.2",
"es_client==8.8.2.post1",
"ecs-logging==2.0.2",
"click==8.1.4",
"pyyaml==6.0.0",
"pyyaml==6.0.1",
"voluptuous>=0.13.1",
"certifi>=2023.5.7",
"six>=1.16.0",
Expand Down

0 comments on commit e7f9a4f

Please sign in to comment.