From e50c9d8e26fe8a4ea15cd63f362d01d64160aee7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Fri, 8 Dec 2023 14:15:28 +0000 Subject: [PATCH] chore(release): 3.3.0 [skip ci] # [3.3.0](https://gitlab.com/to-be-continuous/bash/compare/3.2.1...3.3.0) (2023-12-8) ### Features * use centralized tracking image (gitlab.com) ([f727acf](https://gitlab.com/to-be-continuous/bash/commit/f727acfa45b56094718d7eb4ab78747d4108ec23)) --- CHANGELOG.md | 7 +++++++ README.md | 2 +- templates/gitlab-ci-bash.yml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0f0a6e..f911896 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.3.0](https://gitlab.com/to-be-continuous/bash/compare/3.2.1...3.3.0) (2023-12-8) + + +### Features + +* use centralized tracking image (gitlab.com) ([f727acf](https://gitlab.com/to-be-continuous/bash/commit/f727acfa45b56094718d7eb4ab78747d4108ec23)) + ## [3.2.1](https://gitlab.com/to-be-continuous/bash/compare/3.2.0...3.2.1) (2023-10-16) diff --git a/README.md b/README.md index 8aa2b0d..972363c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `.g ```yaml include: - project: 'to-be-continuous/bash' - ref: '3.2.1' + ref: '3.3.0' file: '/templates/gitlab-ci-bash.yml' ``` diff --git a/templates/gitlab-ci-bash.yml b/templates/gitlab-ci-bash.yml index a56f7d9..b130e4e 100644 --- a/templates/gitlab-ci-bash.yml +++ b/templates/gitlab-ci-bash.yml @@ -245,7 +245,7 @@ stages: stage: build services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "bash", "3.2.1" ] + command: ["--service", "bash", "3.3.0" ] before_script: - !reference [.bash-scripts] - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" -- GitLab