Skip to content

Commit 4fdac26

Browse files
authored
Merge pull request #2 from Intellection/upgrade-to-5.5.4
Upgrade to 5.5.4
2 parents bc45a58 + 368bc8e commit 4fdac26

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 5.0.0
4+
5+
* Upgrade Curator to v5.5.4.
6+
37
## 4.2.6
48

59
* Package Curator v4.2.6.

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @itskingori @tsu-shiuan @zacblazic

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL maintainer "Zappi DevOps <devops@zappistore.com>"
44

55
ARG APP_DEPS="python py-setuptools"
66
ARG BUILD_DEPS="py-pip"
7-
ARG CURATOR_VERSION="4.2.6"
7+
ARG CURATOR_VERSION="5.5.4"
88

99
RUN apk --update add ${APP_DEPS} ${BUILD_DEPS} && \
1010
pip install elasticsearch-curator==${CURATOR_VERSION} && \

0 commit comments

Comments
 (0)