diff --git a/CHANGELOG.md b/CHANGELOG.md index 357f1eece79ba79f3e85c1a065f7e4520b4ee213..6b169b8b51eab1d71ef0d162d7777cc1ab1fe3a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.1](https://gitlab.com/to-be-continuous/sonar/compare/4.0.0...4.0.1) (2023-10-16) + + +### Bug Fixes + +* declare all TBC stages ([5248c27](https://gitlab.com/to-be-continuous/sonar/commit/5248c2783cc1c7850a36d8f3b5c5935e25e8aa97)) + # [4.0.0](https://gitlab.com/to-be-continuous/sonar/compare/3.3.0...4.0.0) (2023-08-28) diff --git a/README.md b/README.md index 67d255fa01f080719ee2826ac945db336b56f31f..13978d7ba329b8d1bbbe96101f6f3150300a4d0e 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: '4.0.0' + ref: '4.0.1' file: '/templates/gitlab-ci-sonar.yml' ``` @@ -94,11 +94,11 @@ With: include: # main template - project: 'to-be-continuous/sonar' - ref: '4.0.0' + ref: '4.0.1' file: '/templates/gitlab-ci-sonar.yml' # Vault variant - project: 'to-be-continuous/sonar' - ref: '4.0.0' + ref: '4.0.1' file: '/templates/gitlab-ci-sonar-vault.yml' variables: diff --git a/templates/gitlab-ci-sonar-vault.yml b/templates/gitlab-ci-sonar-vault.yml index cf1ddba6d9734821477e08f29f661db7e8ceaaa3..0f1f428339fb957f6556d2a5af2d67fc54efd7f0 100644 --- a/templates/gitlab-ci-sonar-vault.yml +++ b/templates/gitlab-ci-sonar-vault.yml @@ -12,7 +12,7 @@ variables: sonar: services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "sonar", "4.0.0" ] + command: ["--service", "sonar", "4.0.1" ] - name: "$TBC_VAULT_IMAGE" alias: "vault-secrets-provider" variables: diff --git a/templates/gitlab-ci-sonar.yml b/templates/gitlab-ci-sonar.yml index b61c4b3b7c923fa862395f2bcc34e00ab16a2a7b..935a0ba813617e47932e48ae9b57cc8bcb1854c2 100644 --- a/templates/gitlab-ci-sonar.yml +++ b/templates/gitlab-ci-sonar.yml @@ -284,7 +284,7 @@ sonar: entrypoint: [""] services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "sonar", "4.0.0" ] + command: ["--service", "sonar", "4.0.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