diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 808e3fdde8ede67ffa36c6f0724969894e38b5a0..bb0f2cdefcc4485d59417c484c3f2aabd835512f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ stages: # Automated month-based releases release-changelog-full: stage: changelog - image: quay.io/git-chglog/git-chglog:0.15.1 + image: quay.io/git-chglog/git-chglog:0.15.2 variables: GIT_STRATEGY: clone GIT_DEPTH: 0 diff --git a/images/koolbox/Dockerfile b/images/koolbox/Dockerfile index dc7f4ad110f40a80fd094206c5f146c4926b445b..be4510a75cc6f783f995a03552c91715f87beda9 100644 --- a/images/koolbox/Dockerfile +++ b/images/koolbox/Dockerfile @@ -21,7 +21,7 @@ FROM registry.gitlab.com/gitlab-org/release-cli:latest@sha256:452bfc383a1bf77045 FROM ghcr.io/caarlos0/svu:v1.9.0 as svu # git-chglog cache -FROM quay.io/git-chglog/git-chglog:0.15.1 as git-chglog +FROM quay.io/git-chglog/git-chglog:0.15.2 as git-chglog # Helm CLI cache FROM quay.io/fedora/fedora:36 as helm