diff --git a/CHANGELOG.md b/CHANGELOG.md index 51ff1b04b8f88a10e807e326d4a24f837b3dc060..d6f89b187e8e40a8150ee7e8df6af8f97f98751c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.2.0](https://gitlab.com/to-be-continuous/sonar/compare/3.1.1...3.2.0) (2023-05-27) + + +### Features + +* **workflow:** extend (skip ci) feature ([2f77b8d](https://gitlab.com/to-be-continuous/sonar/commit/2f77b8d724fea656b6abcc92adf865d3ad471065)) + ## [3.1.1](https://gitlab.com/to-be-continuous/sonar/compare/3.1.0...3.1.1) (2023-01-27) diff --git a/README.md b/README.md index 17c49541a8f59d1066f5a26c33a8917a99400f4a..46c9aa9650e59e3693531bc5a7953a0623e4341f 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.1' + ref: '3.2.0' file: '/templates/gitlab-ci-sonar.yml' ``` diff --git a/templates/gitlab-ci-sonar.yml b/templates/gitlab-ci-sonar.yml index e92df0855f901ba353d872eb119d583828500147..0b1704201b118187f817a88aa69ac83f601f60f2 100644 --- a/templates/gitlab-ci-sonar.yml +++ b/templates/gitlab-ci-sonar.yml @@ -276,7 +276,7 @@ sonar: entrypoint: [""] services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "sonar", "3.1.1" ] + command: ["--service", "sonar", "3.2.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