diff --git a/CHANGELOG.md b/CHANGELOG.md index 97a0cca5445d8acdb29d08d2849bc61130e69c51..9b635136b49ce2007fb273ce7af644c00f07bca1 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 e52cd6ba0c899799c52ab5fcd4f7377e813dcf51..f672d9bd261043843d4b94c84480ef96ce13738d 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 a198502a683ca1173cfa0792cef6db02bdc636f3..75edd9809aa5eec694bd3b03266ee088bf8b97fe 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