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

chore(release): 3.8.2 [skip ci]

parent 7b3902db
No related branches found
No related tags found
No related merge requests found
## [3.8.2](https://gitlab.com/to-be-continuous/semantic-release/compare/3.8.1...3.8.2) (2024-04-03)
### Bug Fixes
* **vault:** use vault-secrets-provider's "latest" image tag ([7b3902d](https://gitlab.com/to-be-continuous/semantic-release/commit/7b3902db57fec34c4a46b500c19d6ba90d6bff42))
## [3.8.1](https://gitlab.com/to-be-continuous/semantic-release/compare/3.8.0...3.8.1) (2024-04-02) ## [3.8.1](https://gitlab.com/to-be-continuous/semantic-release/compare/3.8.0...3.8.1) (2024-04-02)
......
...@@ -20,7 +20,7 @@ Add the following to your `gitlab-ci.yml`: ...@@ -20,7 +20,7 @@ Add the following to your `gitlab-ci.yml`:
```yaml ```yaml
include: include:
# 1: include the component # 1: include the component
- component: gitlab.com/to-be-continuous/semantic-release/gitlab-ci-semrel@3.8.1 - component: gitlab.com/to-be-continuous/semantic-release/gitlab-ci-semrel@3.8.2
# 2: set/override component inputs # 2: set/override component inputs
inputs: inputs:
changelog-enabled: true # ⚠ this is only an example changelog-enabled: true # ⚠ this is only an example
...@@ -34,7 +34,7 @@ Add the following to your `gitlab-ci.yml`: ...@@ -34,7 +34,7 @@ Add the following to your `gitlab-ci.yml`:
include: include:
# 1: include the template # 1: include the template
- project: 'to-be-continuous/semantic-release' - project: 'to-be-continuous/semantic-release'
ref: '3.8.1' ref: '3.8.2'
file: '/templates/gitlab-ci-semrel.yml' file: '/templates/gitlab-ci-semrel.yml'
variables: variables:
...@@ -238,9 +238,9 @@ With: ...@@ -238,9 +238,9 @@ With:
```yaml ```yaml
include: include:
# main template # main template
- component: gitlab.com/to-be-continuous/semantic-release/gitlab-ci-semrel@3.8.1 - component: gitlab.com/to-be-continuous/semantic-release/gitlab-ci-semrel@3.8.2
# Vault variant # Vault variant
- component: gitlab.com/to-be-continuous/semantic-release/gitlab-ci-semrel-vault@3.8.1 - component: gitlab.com/to-be-continuous/semantic-release/gitlab-ci-semrel-vault@3.8.2
inputs: inputs:
vault-base-url: "https://vault.acme.host/v1" vault-base-url: "https://vault.acme.host/v1"
# audience claim for JWT # audience claim for JWT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment