kolla/releasenotes/notes/fix-elasesticsearch-curator-f2f154dc707d15bd.yaml
Lukasz Zalewski aadc290613 Pin elasticsearch-curator==5.8.4
elasticsearch-curator 8 is out and is incompatible with Elasticsearch 7 release.
We pin curator version to release 5.8.4 which should support any Elasticsearch
7.x releases [1].
As elasticsearch has been dropped from Zed onwards, this only applies to Yoga
and below.

1. https://www.elastic.co/guide/en/elasticsearch/client/curator/5.8/version-compatibility.html

Closes-Bug: #2028048
Change-Id: I976781ed0bdc47760163e25c480ca8fe93f66517
2023-08-17 20:34:02 +01:00

8 lines
242 B
YAML

---
fixes:
- |
Fixes an issue with Elasticsearch curator not working due
to too new python elasticsearch-curator library not compatible
with Elasticsearch version 7.
`LP#2028048 <https://launchpad.net/kolla/+bug/2028048>`__