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

chore(release): 4.2.2 [skip ci]

## [4.2.2](https://gitlab.com/to-be-continuous/sonar/compare/4.2.1...4.2.2) (2024-04-03)

### Bug Fixes

* **vault:** use vault-secrets-provider's "latest" image tag ([44b9861e](https://gitlab.com/to-be-continuous/sonar/commit/44b9861eec703a5f3f4c8dbbbbbf15a85cf75144))
parent 44b9861e
Branches
Tags 4.2.2
No related merge requests found
Pipeline #151808 skipped
## [4.2.2](https://gitlab.com/to-be-continuous/sonar/compare/4.2.1...4.2.2) (2024-04-03)
### Bug Fixes
* **vault:** use vault-secrets-provider's "latest" image tag ([44b9861](https://gitlab.com/to-be-continuous/sonar/commit/44b9861eec703a5f3f4c8dbbbbbf15a85cf75144))
## [4.2.1](https://gitlab.com/to-be-continuous/sonar/compare/4.2.0...4.2.1) (2024-1-30) ## [4.2.1](https://gitlab.com/to-be-continuous/sonar/compare/4.2.0...4.2.1) (2024-1-30)
......
...@@ -16,7 +16,7 @@ Add the following to your `gitlab-ci.yml`: ...@@ -16,7 +16,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/sonar/gitlab-ci-sonar@4.2.1 - component: gitlab.com/to-be-continuous/sonar/gitlab-ci-sonar@4.2.2
# 2: set/override component inputs # 2: set/override component inputs
inputs: inputs:
host-url: https://sonarqube.acme.host # ⚠ this is only an example host-url: https://sonarqube.acme.host # ⚠ this is only an example
...@@ -30,7 +30,7 @@ Add the following to your `gitlab-ci.yml`: ...@@ -30,7 +30,7 @@ Add the following to your `gitlab-ci.yml`:
include: include:
# 1: include the template # 1: include the template
- project: 'to-be-continuous/sonar' - project: 'to-be-continuous/sonar'
ref: '4.2.1' ref: '4.2.2'
file: '/templates/gitlab-ci-sonar.yml' file: '/templates/gitlab-ci-sonar.yml'
variables: variables:
...@@ -115,9 +115,9 @@ With: ...@@ -115,9 +115,9 @@ With:
```yaml ```yaml
include: include:
# main template # main template
- component: gitlab.com/to-be-continuous/sonar/gitlab-ci-sonar@4.2.1 - component: gitlab.com/to-be-continuous/sonar/gitlab-ci-sonar@4.2.2
# Vault variant # Vault variant
- component: gitlab.com/to-be-continuous/sonar/gitlab-ci-sonar-vault@4.2.1 - component: gitlab.com/to-be-continuous/sonar/gitlab-ci-sonar-vault@4.2.2
inputs: inputs:
# audience claim for JWT # audience claim for JWT
vault-oidc-aud: "https://vault.acme.host" vault-oidc-aud: "https://vault.acme.host"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment