From 8ff40364f57821b5e6535543baf8f60da680269b Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Fri, 8 Dec 2023 14:20:36 +0000
Subject: [PATCH] chore(release): 4.1.0 [skip ci]

# [4.1.0](https://gitlab.com/to-be-continuous/sonar/compare/4.0.1...4.1.0) (2023-12-8)

### Features

* use centralized service images (gitlab.com) ([674c574](https://gitlab.com/to-be-continuous/sonar/commit/674c5749b84a4d05cffdf76157129872e1d0b09d))
---
 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 6b169b8..30debd0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [4.1.0](https://gitlab.com/to-be-continuous/sonar/compare/4.0.1...4.1.0) (2023-12-8)
+
+
+### Features
+
+* use centralized service images (gitlab.com) ([674c574](https://gitlab.com/to-be-continuous/sonar/commit/674c5749b84a4d05cffdf76157129872e1d0b09d))
+
 ## [4.0.1](https://gitlab.com/to-be-continuous/sonar/compare/4.0.0...4.0.1) (2023-10-16)
 
 
diff --git a/README.md b/README.md
index 5881741..a6f82f6 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: '4.0.1'
+    ref: '4.1.0'
     file: '/templates/gitlab-ci-sonar.yml'
 ```
 
@@ -94,11 +94,11 @@ With:
 include:
   # main template
   - project: 'to-be-continuous/sonar'
-    ref: '4.0.1'
+    ref: '4.1.0'
     file: '/templates/gitlab-ci-sonar.yml'
   # Vault variant
   - project: 'to-be-continuous/sonar'
-    ref: '4.0.1'
+    ref: '4.1.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 f7dbcc1..1b8129d 100644
--- a/templates/gitlab-ci-sonar-vault.yml
+++ b/templates/gitlab-ci-sonar-vault.yml
@@ -12,7 +12,7 @@ variables:
 sonar:
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "sonar", "4.0.1" ]
+      command: ["--service", "sonar", "4.1.0" ]
     - name: "$TBC_VAULT_IMAGE"
       alias: "vault-secrets-provider"
   variables:
diff --git a/templates/gitlab-ci-sonar.yml b/templates/gitlab-ci-sonar.yml
index db89230..699cdae 100644
--- a/templates/gitlab-ci-sonar.yml
+++ b/templates/gitlab-ci-sonar.yml
@@ -284,7 +284,7 @@ sonar:
     entrypoint: [""]
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "sonar", "4.0.1" ]
+      command: ["--service", "sonar", "4.1.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