From 4d49b1aae2f774bc96f8753752e94b78bda016a7 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Thu, 15 Jun 2023 16:26:36 +0000
Subject: [PATCH] chore(release): 3.3.0 [skip ci]

# [3.3.0](https://gitlab.com/to-be-continuous/sonar/compare/3.2.0...3.3.0) (2023-06-15)

### Features

* **vault:** add Vault support (variant) ([1be9259](https://gitlab.com/to-be-continuous/sonar/commit/1be925945bde89b9630897cdc1ace671f7f857de))
---
 CHANGELOG.md                        | 7 +++++++
 README.md                           | 6 +++---
 templates/gitlab-ci-sonar-vault.yml | 2 +-
 templates/gitlab-ci-sonar.yml       | 2 +-
 4 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index d6f89b1..ec9343c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [3.3.0](https://gitlab.com/to-be-continuous/sonar/compare/3.2.0...3.3.0) (2023-06-15)
+
+
+### Features
+
+* **vault:** add Vault support (variant) ([1be9259](https://gitlab.com/to-be-continuous/sonar/commit/1be925945bde89b9630897cdc1ace671f7f857de))
+
 # [3.2.0](https://gitlab.com/to-be-continuous/sonar/compare/3.1.1...3.2.0) (2023-05-27)
 
 
diff --git a/README.md b/README.md
index 96df302..018f4f8 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ In order to include this template in your project, add the following to your `gi
 ```yaml
 include:
   - project: 'to-be-continuous/sonar'
-    ref: '3.2.0'
+    ref: '3.3.0'
     file: '/templates/gitlab-ci-sonar.yml'
 ```
 
@@ -93,11 +93,11 @@ With:
 include:
   # main template
   - project: 'to-be-continuous/sonar'
-    ref: '3.2.0'
+    ref: '3.3.0'
     file: '/templates/gitlab-ci-sonar.yml'
   # Vault variant
   - project: 'to-be-continuous/sonar'
-    ref: '3.2.0'
+    ref: '3.3.0'
     file: '/templates/gitlab-ci-sonar-vault.yml'
 
 variables:
diff --git a/templates/gitlab-ci-sonar-vault.yml b/templates/gitlab-ci-sonar-vault.yml
index 51fdf2d..9340de5 100644
--- a/templates/gitlab-ci-sonar-vault.yml
+++ b/templates/gitlab-ci-sonar-vault.yml
@@ -11,6 +11,6 @@ variables:
 sonar:
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "sonar", "3.2.0" ]
+      command: ["--service", "sonar", "3.3.0" ]
     - name: "$TBC_VAULT_IMAGE"
       alias: "vault-secrets-provider"
diff --git a/templates/gitlab-ci-sonar.yml b/templates/gitlab-ci-sonar.yml
index 0b17042..7425c91 100644
--- a/templates/gitlab-ci-sonar.yml
+++ b/templates/gitlab-ci-sonar.yml
@@ -276,7 +276,7 @@ sonar:
     entrypoint: [""]
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "sonar", "3.2.0" ]
+      command: ["--service", "sonar", "3.3.0" ]
   variables:
     # see: https://docs.sonarqube.org/latest/analysis/gitlab-integration/#header-4
     SONAR_USER_HOME: "${CI_PROJECT_DIR}/.sonar" # Defines the location of the analysis task cache
-- 
GitLab