From 666aa41d03b855ae0180653df789c3f7e38ddec3 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Sat, 28 Dec 2024 17:11:17 +0100 Subject: [PATCH] chore(ci): update git-cliff image to version 2.7.0 Update the git-cliff Docker image version to 2.7.0 for enhanced features and fixes. This change applies to both the release preparation and changelog stages in the CI configuration. --- Release.gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Release.gitlab-ci.yml b/Release.gitlab-ci.yml index a9a340a..ad8acd8 100644 --- a/Release.gitlab-ci.yml +++ b/Release.gitlab-ci.yml @@ -20,7 +20,7 @@ unbound_release_preconditions_failed: unbound_release_changelog: stage: .pre image: - name: orhunp/git-cliff:latest@sha256:c2e982755b1c836b8bd496cab484530dfeff39066a39a2d61d85456bb278d31c + name: orhunp/git-cliff:2.7.0@sha256:69ca0c9260cbfd6145e89138f434d1f0bd53cc8ed66148fdb72b4c4e51c77d11 entrypoint: [ "" ] variables: GIT_STRATEGY: clone # clone entire repo instead of reusing workspace @@ -142,7 +142,7 @@ unbound_release_handle_mr: unbound_release_prepare_release: stage: .pre image: - name: orhunp/git-cliff:latest@sha256:c2e982755b1c836b8bd496cab484530dfeff39066a39a2d61d85456bb278d31c + name: orhunp/git-cliff:2.7.0@sha256:69ca0c9260cbfd6145e89138f434d1f0bd53cc8ed66148fdb72b4c4e51c77d11 entrypoint: [ "" ] variables: GIT_STRATEGY: clone # clone entire repo instead of reusing workspace -- 2.52.0