Skip to content

Commit aadc290

Browse files
author
Lukasz Zalewski
committed
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
1 parent d49cca5 commit aadc290

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docker/elasticsearch/elasticsearch-curator/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
2727
# NOTE(parallax): pin elasticsearch due to bug: https://bugs.launchpad.net/kolla/+bug/1941073
2828
{% set elasticsearch_curator_pip_packages = [
2929
'elasticsearch==7.13.*',
30-
'elasticsearch-curator'
30+
'elasticsearch-curator==5.8.4'
3131
] %}
3232

3333
RUN {{ macros.install_pip(['pip', 'wheel', 'setuptools'], constraints=false) }} \
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes an issue with Elasticsearch curator not working due
5+
to too new python elasticsearch-curator library not compatible
6+
with Elasticsearch version 7.
7+
`LP#2028048 <https://launchpad.net/kolla/+bug/2028048>`__

0 commit comments

Comments
 (0)