We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc45a58 + 368bc8e commit 4fdac26Copy full SHA for 4fdac26
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 5.0.0
4
+
5
+* Upgrade Curator to v5.5.4.
6
7
## 4.2.6
8
9
* Package Curator v4.2.6.
CODEOWNERS
@@ -0,0 +1 @@
+* @itskingori @tsu-shiuan @zacblazic
Dockerfile
@@ -4,7 +4,7 @@ LABEL maintainer "Zappi DevOps <devops@zappistore.com>"
ARG APP_DEPS="python py-setuptools"
ARG BUILD_DEPS="py-pip"
-ARG CURATOR_VERSION="4.2.6"
+ARG CURATOR_VERSION="5.5.4"
RUN apk --update add ${APP_DEPS} ${BUILD_DEPS} && \
10
pip install elasticsearch-curator==${CURATOR_VERSION} && \
0 commit comments