Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 5.0.0

* Upgrade Curator to v5.5.4.

## 4.2.6

* Package Curator v4.2.6.
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @itskingori @tsu-shiuan @zacblazic
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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} && \
pip install elasticsearch-curator==${CURATOR_VERSION} && \
Expand Down