diff --git a/CHANGELOG.md b/CHANGELOG.md index d6f89b187e8e40a8150ee7e8df6af8f97f98751c..ec9343c563e1c002d5606fce7f4af404cc989a9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.3.0](https://gitlab.com/to-be-continuous/sonar/compare/3.2.0...3.3.0) (2023-06-15) + + +### Features + +* **vault:** add Vault support (variant) ([1be9259](https://gitlab.com/to-be-continuous/sonar/commit/1be925945bde89b9630897cdc1ace671f7f857de)) + # [3.2.0](https://gitlab.com/to-be-continuous/sonar/compare/3.1.1...3.2.0) (2023-05-27) diff --git a/README.md b/README.md index 96df302024634d5e17307b33a5005ca535e70fb2..018f4f8888e6e394aa4c859a9275446659c152fe 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.2.0' + ref: '3.3.0' file: '/templates/gitlab-ci-sonar.yml' ``` @@ -93,11 +93,11 @@ With: include: # main template - project: 'to-be-continuous/sonar' - ref: '3.2.0' + ref: '3.3.0' file: '/templates/gitlab-ci-sonar.yml' # Vault variant - project: 'to-be-continuous/sonar' - ref: '3.2.0' + ref: '3.3.0' 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 51fdf2d0a82f733ab02509b3ef4a6d7f99072b52..9340de55e186933e3f7b2d0bcf4d6c8dd87d43e4 100644 --- a/templates/gitlab-ci-sonar-vault.yml +++ b/templates/gitlab-ci-sonar-vault.yml @@ -11,6 +11,6 @@ variables: sonar: services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "sonar", "3.2.0" ] + command: ["--service", "sonar", "3.3.0" ] - name: "$TBC_VAULT_IMAGE" alias: "vault-secrets-provider" diff --git a/templates/gitlab-ci-sonar.yml b/templates/gitlab-ci-sonar.yml index 0b1704201b118187f817a88aa69ac83f601f60f2..7425c91d55132f0fa420d23769c3644f0681079c 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.2.0" ] + command: ["--service", "sonar", "3.3.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