diff --git a/CHANGELOG.md b/CHANGELOG.md index 98aae6a5a35387bd9719ea496c55a3f362b56bdf..51ff1b04b8f88a10e807e326d4a24f837b3dc060 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 e05b9292d9e316aeb844a1318720542919e447aa..17c49541a8f59d1066f5a26c33a8917a99400f4a 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 6849d4d3f8884d1351e1ee8c4352827977f4032c..5e78cc5996f3073ddedd9828ce1e4718ed1733bc 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