From efbde6c49d6ca79f5ace24f9a08d4e65a1d8c379 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Sun, 1 May 2022 12:19:24 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci] # [2.1.0](https://gitlab.com/to-be-continuous/sonar/compare/2.0.1...2.1.0) (2022-05-01) ### Features * configurable tracking image ([8f761df](https://gitlab.com/to-be-continuous/sonar/commit/8f761df6d04fd93b7c679b6e86ea887646de49b5)) --- CHANGELOG.md | 7 +++++++ README.md | 2 +- templates/gitlab-ci-sonar.yml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97a0cca..9b63513 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.1.0](https://gitlab.com/to-be-continuous/sonar/compare/2.0.1...2.1.0) (2022-05-01) + + +### Features + +* configurable tracking image ([8f761df](https://gitlab.com/to-be-continuous/sonar/commit/8f761df6d04fd93b7c679b6e86ea887646de49b5)) + ## [2.0.1](https://gitlab.com/to-be-continuous/sonar/compare/2.0.0...2.0.1) (2021-10-07) diff --git a/README.md b/README.md index e52cd6b..f672d9b 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: '2.0.1' + ref: '2.1.0' file: '/templates/gitlab-ci-sonar.yml' ``` diff --git a/templates/gitlab-ci-sonar.yml b/templates/gitlab-ci-sonar.yml index a198502..75edd98 100644 --- a/templates/gitlab-ci-sonar.yml +++ b/templates/gitlab-ci-sonar.yml @@ -283,7 +283,7 @@ sonar: entrypoint: [""] services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "sonar", "2.0.1" ] + command: ["--service", "sonar", "2.1.0" ] variables: # Tells git to fetch all the branches of the project, required by the analysis task # see: https://docs.sonarqube.org/8.5/analysis/gitlab-cicd/#header-2 -- GitLab