Skip to content
Snippets Groups Projects
Commit 27fc98e5 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 794e617e
Branches
Tags
No related merge requests found
# [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)
......
......@@ -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:
......
......@@ -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:
......
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment