diff --git a/CHANGELOG.md b/CHANGELOG.md index f0f0a6e2afec14b1945c96ce904334468b9bc005..f9118960b08a99a6f0d8d8ce47c7bfaa4ae92822 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 8aa2b0d29bd955a9b663aefa9efb46a1f8edd2b0..972363c27702a5a5510b0bcb361d65d9bf2df29a 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 a56f7d9c182a6014057c0fb1e910a354772fab96..b130e4eb59701bf97b8a6b4182bc76829ba3c771 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}"