From 27fc98e59f6eac1756d5e6b841f92ad24e0402a8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Thu, 2 Nov 2023 17:51:31 +0000 Subject: [PATCH] chore(release): 6.4.0 [skip ci] # [6.4.0](https://gitlab.com/to-be-continuous/python/compare/6.3.5...6.4.0) (2023-11-02) ### Features * add vault variant ([bf678c4](https://gitlab.com/to-be-continuous/python/commit/bf678c4d300c77f3805b016f9a74a29b4c520af5)) --- CHANGELOG.md | 7 +++++++ README.md | 6 +++--- templates/gitlab-ci-python-vault.yml | 2 +- templates/gitlab-ci-python.yml | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2708cf4..2f8ce5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [6.4.0](https://gitlab.com/to-be-continuous/python/compare/6.3.5...6.4.0) (2023-11-02) + + +### Features + +* add vault variant ([bf678c4](https://gitlab.com/to-be-continuous/python/commit/bf678c4d300c77f3805b016f9a74a29b4c520af5)) + ## [6.3.5](https://gitlab.com/to-be-continuous/python/compare/6.3.4...6.3.5) (2023-10-16) diff --git a/README.md b/README.md index cbb70e6..ba8fb84 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 `gi ```yaml include: - project: 'to-be-continuous/python' - ref: '6.3.5' + ref: '6.4.0' file: '/templates/gitlab-ci-python.yml' ``` @@ -430,11 +430,11 @@ With: include: # main template - project: 'to-be-continuous/python' - ref: '6.3.5' + ref: '6.4.0' file: '/templates/gitlab-ci-python.yml' # Vault variant - project: 'to-be-continuous/python' - ref: '6.3.5' + ref: '6.4.0' file: '/templates/gitlab-ci-python-vault.yml' variables: diff --git a/templates/gitlab-ci-python-vault.yml b/templates/gitlab-ci-python-vault.yml index eb8a84d..69f6dc8 100644 --- a/templates/gitlab-ci-python-vault.yml +++ b/templates/gitlab-ci-python-vault.yml @@ -12,7 +12,7 @@ variables: .python-base: services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "python", "6.3.5"] + command: ["--service", "python", "6.4.0"] - name: "$TBC_VAULT_IMAGE" alias: "vault-secrets-provider" variables: diff --git a/templates/gitlab-ci-python.yml b/templates/gitlab-ci-python.yml index 4941a8d..380732f 100644 --- a/templates/gitlab-ci-python.yml +++ b/templates/gitlab-ci-python.yml @@ -636,7 +636,7 @@ stages: image: $PYTHON_IMAGE services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "python", "6.3.5"] + command: ["--service", "python", "6.4.0"] # Cache downloaded dependencies and plugins between builds. # To keep cache across branches add 'key: "$CI_JOB_NAME"' cache: -- GitLab