Skip to content
Snippets Groups Projects
Commit b767b8f9 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 6.4.1 [skip ci]

parent 00f05f88
No related branches found
No related tags found
No related merge requests found
## [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)
......
......@@ -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:
......
......@@ -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:
......
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment