From b4937f9e781ae58d686631424b748d7277cb9796 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Wed, 3 Apr 2024 06:26:46 +0000
Subject: [PATCH] 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 ([44b9861](https://gitlab.com/to-be-continuous/sonar/commit/44b9861eec703a5f3f4c8dbbbbbf15a85cf75144))
---
 CHANGELOG.md | 7 +++++++
 README.md    | 8 ++++----
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 87e56dc..4c897b2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [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)
 
 
diff --git a/README.md b/README.md
index 830c973..c287139 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Add the following to your `gitlab-ci.yml`:
 ```yaml
 include:
   # 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
     inputs:
       host-url: https://sonarqube.acme.host # âš  this is only an example
@@ -30,7 +30,7 @@ Add the following to your `gitlab-ci.yml`:
 include:
   # 1: include the template
   - project: 'to-be-continuous/sonar'
-    ref: '4.2.1'
+    ref: '4.2.2'
     file: '/templates/gitlab-ci-sonar.yml'
 
 variables:
@@ -115,9 +115,9 @@ With:
 ```yaml
 include:
   # 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
-  - 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:
        # audience claim for JWT
       vault-oidc-aud: "https://vault.acme.host"
-- 
GitLab