Skip to content
Snippets Groups Projects
Commit e2dbe187 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent b56f4091
No related branches found
No related tags found
No related merge requests found
# [3.6.0](https://gitlab.com/to-be-continuous/semantic-release/compare/3.5.2...3.6.0) (2023-11-02)
### Features
* add vault variant ([dd6fac6](https://gitlab.com/to-be-continuous/semantic-release/commit/dd6fac6c0faa6180302d6cc644d731ed2ee77a27))
## [3.5.2](https://gitlab.com/to-be-continuous/semantic-release/compare/3.5.1...3.5.2) (2023-10-16) ## [3.5.2](https://gitlab.com/to-be-continuous/semantic-release/compare/3.5.1...3.5.2) (2023-10-16)
......
...@@ -16,7 +16,7 @@ In order to include this template in your project, add the following to your `gi ...@@ -16,7 +16,7 @@ In order to include this template in your project, add the following to your `gi
```yaml ```yaml
include: include:
- project: 'to-be-continuous/semantic-release' - project: 'to-be-continuous/semantic-release'
ref: '3.5.2' ref: '3.6.0'
file: '/templates/gitlab-ci-semrel.yml' file: '/templates/gitlab-ci-semrel.yml'
``` ```
...@@ -218,11 +218,11 @@ With: ...@@ -218,11 +218,11 @@ With:
include: include:
# main template # main template
- project: 'to-be-continuous/semantic-release' - project: 'to-be-continuous/semantic-release'
ref: '3.5.2' ref: '3.6.0'
file: '/templates/gitlab-ci-semrel.yml' file: '/templates/gitlab-ci-semrel.yml'
# Vault variant # Vault variant
- project: 'to-be-continuous/semantic-release' - project: 'to-be-continuous/semantic-release'
ref: '3.5.2' ref: '3.6.0'
file: '/templates/gitlab-ci-semrel-vault.yml' file: '/templates/gitlab-ci-semrel-vault.yml'
variables: variables:
......
...@@ -12,7 +12,7 @@ variables: ...@@ -12,7 +12,7 @@ variables:
.semrel-base: .semrel-base:
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "semrel", "3.5.2" ] command: ["--service", "semrel", "3.6.0" ]
- name: "$TBC_VAULT_IMAGE" - name: "$TBC_VAULT_IMAGE"
alias: "vault-secrets-provider" alias: "vault-secrets-provider"
variables: variables:
......
...@@ -606,7 +606,7 @@ stages: ...@@ -606,7 +606,7 @@ stages:
image: $SEMREL_IMAGE image: $SEMREL_IMAGE
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "semrel", "3.5.2" ] command: ["--service", "semrel", "3.6.0" ]
before_script: before_script:
- *semrel-scripts - *semrel-scripts
- install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment