diff --git a/CHANGELOG.md b/CHANGELOG.md index 922b614a6bad02137424a5e69c384a909ffc18e3..7031284ea9b0ee31dc2be865e8ff653ca173774a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [6.0.0](https://gitlab.com/to-be-continuous/python/compare/5.1.0...6.0.0) (2022-10-04) + + +### Features + +* normalize reports ([d591f6d](https://gitlab.com/to-be-continuous/python/commit/d591f6d1f2e5469dc8e926e2860f25516e64a820)) + + +### BREAKING CHANGES + +* generated reports have changed (see doc). It is a breaking change if you're using SonarQube. + # [5.1.0](https://gitlab.com/to-be-continuous/python/compare/5.0.0...5.1.0) (2022-09-11) diff --git a/README.md b/README.md index a13cbe6bea4e6cabb7b5ae6bac7cee9abb66bf02..dc0a19701a01dfcd0b59e8783f4b7fabb6053c2b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi ```yaml include: - project: 'to-be-continuous/python' - ref: '5.1.0' + ref: '6.0.0' file: '/templates/gitlab-ci-python.yml' ``` diff --git a/templates/gitlab-ci-python.yml b/templates/gitlab-ci-python.yml index 183f8967ed31960f8a136bc314a59e15c9c911b9..a60e3d4646ab2d8131d844bbc54637fdc9cbbec2 100644 --- a/templates/gitlab-ci-python.yml +++ b/templates/gitlab-ci-python.yml @@ -563,7 +563,7 @@ variables: image: $PYTHON_IMAGE services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "python", "5.1.0"] + command: ["--service", "python", "6.0.0"] # Cache downloaded dependencies and plugins between builds. # To keep cache across branches add 'key: "$CI_JOB_NAME"' cache: