From b2870e4ae6c1c4b9f8ae2ae2113f89bb34182a8d Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Fri, 27 Jan 2023 13:05:17 +0000 Subject: [PATCH] chore(release): 3.1.1 [skip ci] ## [3.1.1](https://gitlab.com/to-be-continuous/sonar/compare/3.1.0...3.1.1) (2023-01-27) ### Bug Fixes * "Add registry name in all Docker images" ([5053378](https://gitlab.com/to-be-continuous/sonar/commit/505337882a1e253c828f05c1e769d345c6733e5a)) --- 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 98aae6a..51ff1b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.1](https://gitlab.com/to-be-continuous/sonar/compare/3.1.0...3.1.1) (2023-01-27) + + +### Bug Fixes + +* "Add registry name in all Docker images" ([5053378](https://gitlab.com/to-be-continuous/sonar/commit/505337882a1e253c828f05c1e769d345c6733e5a)) + # [3.1.0](https://gitlab.com/to-be-continuous/sonar/compare/3.0.0...3.1.0) (2022-08-10) diff --git a/README.md b/README.md index e05b929..17c4954 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.1.0' + ref: '3.1.1' file: '/templates/gitlab-ci-sonar.yml' ``` diff --git a/templates/gitlab-ci-sonar.yml b/templates/gitlab-ci-sonar.yml index 6849d4d..5e78cc5 100644 --- a/templates/gitlab-ci-sonar.yml +++ b/templates/gitlab-ci-sonar.yml @@ -262,7 +262,7 @@ sonar: entrypoint: [""] services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "sonar", "3.1.0" ] + command: ["--service", "sonar", "3.1.1" ] 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