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) ## [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 ...@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
```yaml ```yaml
include: include:
- project: 'to-be-continuous/python' - project: 'to-be-continuous/python'
ref: '6.3.5' ref: '6.4.0'
file: '/templates/gitlab-ci-python.yml' file: '/templates/gitlab-ci-python.yml'
``` ```
...@@ -430,11 +430,11 @@ With: ...@@ -430,11 +430,11 @@ With:
include: include:
# main template # main template
- project: 'to-be-continuous/python' - project: 'to-be-continuous/python'
ref: '6.3.5' ref: '6.4.0'
file: '/templates/gitlab-ci-python.yml' file: '/templates/gitlab-ci-python.yml'
# Vault variant # Vault variant
- project: 'to-be-continuous/python' - project: 'to-be-continuous/python'
ref: '6.3.5' ref: '6.4.0'
file: '/templates/gitlab-ci-python-vault.yml' file: '/templates/gitlab-ci-python-vault.yml'
variables: variables:
......
...@@ -12,7 +12,7 @@ variables: ...@@ -12,7 +12,7 @@ variables:
.python-base: .python-base:
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "python", "6.3.5"] command: ["--service", "python", "6.4.0"]
- name: "$TBC_VAULT_IMAGE" - name: "$TBC_VAULT_IMAGE"
alias: "vault-secrets-provider" alias: "vault-secrets-provider"
variables: variables:
......
...@@ -636,7 +636,7 @@ stages: ...@@ -636,7 +636,7 @@ stages:
image: $PYTHON_IMAGE image: $PYTHON_IMAGE
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "python", "6.3.5"] command: ["--service", "python", "6.4.0"]
# Cache downloaded dependencies and plugins between builds. # Cache downloaded dependencies and plugins between builds.
# To keep cache across branches add 'key: "$CI_JOB_NAME"' # To keep cache across branches add 'key: "$CI_JOB_NAME"'
cache: cache:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment