From 33e59c21faa6640f4114f77afb1660f685366c82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hej=C3=A1tko?= Date: Thu, 27 Jan 2022 12:55:16 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20Gitlab=20CI=20utils?= =?UTF-8?q?=20to=20version=202.10.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Related: #67681 --- CHANGELOG.md | 4 ++++ Dockerfile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e04846..0dd0aac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.1.0] - 2022-01-27 +### Changed +- Bump version of Gitlab CI utils to 2.10.0 + ## [4.0.0] - 2021-11-09 ### Added - `helper_functions.sh` download diff --git a/Dockerfile b/Dockerfile index 2f59a4b..bede25b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ LABEL tag="ackee-gitlab" \ author="Ackee 🦄" \ description="Tailor-made image for our stack" -ENV GITLAB_CI_UTILS_VERSION "2.7.0" +ENV GITLAB_CI_UTILS_VERSION "2.10.0" ENV PATH "$PATH:/opt/google-cloud-sdk/bin" RUN apk add --no-cache bash coreutils curl jq git python3 rsync zip py3-pip gettext