From b767b8f9e31442b4aa5751e28296a41c9eef0956 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Sat, 25 Nov 2023 17:49:45 +0000 Subject: [PATCH] chore(release): 6.4.1 [skip ci] ## [6.4.1](https://gitlab.com/to-be-continuous/python/compare/6.4.0...6.4.1) (2023-11-25) ### Bug Fixes * switch from bumpversion to bump-my-version ([8b5c299](https://gitlab.com/to-be-continuous/python/commit/8b5c29923f11fc7806f9822f7181bb5d560c8f75)) --- 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 2f8ce5f..a7c65cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.4.1](https://gitlab.com/to-be-continuous/python/compare/6.4.0...6.4.1) (2023-11-25) + + +### Bug Fixes + +* switch from bumpversion to bump-my-version ([8b5c299](https://gitlab.com/to-be-continuous/python/commit/8b5c29923f11fc7806f9822f7181bb5d560c8f75)) + # [6.4.0](https://gitlab.com/to-be-continuous/python/compare/6.3.5...6.4.0) (2023-11-02) diff --git a/README.md b/README.md index bbbb707..55dbfc3 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.4.0' + ref: '6.4.1' file: '/templates/gitlab-ci-python.yml' ``` @@ -441,11 +441,11 @@ With: include: # main template - project: 'to-be-continuous/python' - ref: '6.4.0' + ref: '6.4.1' file: '/templates/gitlab-ci-python.yml' # Vault variant - project: 'to-be-continuous/python' - ref: '6.4.0' + ref: '6.4.1' 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 69f6dc8..6dbe492 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.4.0"] + command: ["--service", "python", "6.4.1"] - name: "$TBC_VAULT_IMAGE" alias: "vault-secrets-provider" variables: diff --git a/templates/gitlab-ci-python.yml b/templates/gitlab-ci-python.yml index f78b392..7650ba1 100644 --- a/templates/gitlab-ci-python.yml +++ b/templates/gitlab-ci-python.yml @@ -639,7 +639,7 @@ stages: image: $PYTHON_IMAGE services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "python", "6.4.0"] + command: ["--service", "python", "6.4.1"] # Cache downloaded dependencies and plugins between builds. # To keep cache across branches add 'key: "$CI_JOB_NAME"' cache: -- GitLab