From e2dbe1877d49a6c3892ce2e83d168ea900007829 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Thu, 2 Nov 2023 17:50:18 +0000 Subject: [PATCH] chore(release): 3.6.0 [skip ci] # [3.6.0](https://gitlab.com/to-be-continuous/semantic-release/compare/3.5.2...3.6.0) (2023-11-02) ### Features * add vault variant ([dd6fac6](https://gitlab.com/to-be-continuous/semantic-release/commit/dd6fac6c0faa6180302d6cc644d731ed2ee77a27)) --- CHANGELOG.md | 7 +++++++ README.md | 6 +++--- templates/gitlab-ci-semrel-vault.yml | 2 +- templates/gitlab-ci-semrel.yml | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3444e27..de61579 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.6.0](https://gitlab.com/to-be-continuous/semantic-release/compare/3.5.2...3.6.0) (2023-11-02) + + +### Features + +* add vault variant ([dd6fac6](https://gitlab.com/to-be-continuous/semantic-release/commit/dd6fac6c0faa6180302d6cc644d731ed2ee77a27)) + ## [3.5.2](https://gitlab.com/to-be-continuous/semantic-release/compare/3.5.1...3.5.2) (2023-10-16) diff --git a/README.md b/README.md index 8dc1462..67c6926 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ In order to include this template in your project, add the following to your `gi ```yaml include: - project: 'to-be-continuous/semantic-release' - ref: '3.5.2' + ref: '3.6.0' file: '/templates/gitlab-ci-semrel.yml' ``` @@ -218,11 +218,11 @@ With: include: # main template - project: 'to-be-continuous/semantic-release' - ref: '3.5.2' + ref: '3.6.0' file: '/templates/gitlab-ci-semrel.yml' # Vault variant - project: 'to-be-continuous/semantic-release' - ref: '3.5.2' + ref: '3.6.0' file: '/templates/gitlab-ci-semrel-vault.yml' variables: diff --git a/templates/gitlab-ci-semrel-vault.yml b/templates/gitlab-ci-semrel-vault.yml index 758349c..53f2673 100644 --- a/templates/gitlab-ci-semrel-vault.yml +++ b/templates/gitlab-ci-semrel-vault.yml @@ -12,7 +12,7 @@ variables: .semrel-base: services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "semrel", "3.5.2" ] + command: ["--service", "semrel", "3.6.0" ] - name: "$TBC_VAULT_IMAGE" alias: "vault-secrets-provider" variables: diff --git a/templates/gitlab-ci-semrel.yml b/templates/gitlab-ci-semrel.yml index b6b4c71..3192bc1 100644 --- a/templates/gitlab-ci-semrel.yml +++ b/templates/gitlab-ci-semrel.yml @@ -606,7 +606,7 @@ stages: image: $SEMREL_IMAGE services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "semrel", "3.5.2" ] + command: ["--service", "semrel", "3.6.0" ] before_script: - *semrel-scripts - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" -- GitLab