diff --git a/CHANGELOG.md b/CHANGELOG.md index 501355cf4ecbd93a4c0c8164b2f1e09f49653d03..676ad920a1851bc602ba326afd0dde1c778a2a1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.2.0](https://gitlab.com/to-be-continuous/python/compare/4.1.1...4.2.0) (2022-06-10) + + +### Features + +* **lint:** add a report for SonarQube ([ba73998](https://gitlab.com/to-be-continuous/python/commit/ba7399884688452762d5d2d873f6ae82ab026a50)) + ## [4.1.1](https://gitlab.com/to-be-continuous/python/compare/4.1.0...4.1.1) (2022-05-06) diff --git a/README.md b/README.md index 115703a7f866c2c7b029e9f2662074c7617b9d80..1e6ab9129d80c4127bc32b26d0a3be006307edcd 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: '4.1.1' + ref: '4.2.0' file: '/templates/gitlab-ci-python.yml' ``` diff --git a/templates/gitlab-ci-python.yml b/templates/gitlab-ci-python.yml index bc75751be16f13622dca123a27e12a263b5d9c31..d2b59a95aebf4d9429133ac54b2b2b895025edc7 100644 --- a/templates/gitlab-ci-python.yml +++ b/templates/gitlab-ci-python.yml @@ -543,7 +543,7 @@ variables: image: $PYTHON_IMAGE services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "python", "4.1.1"] + command: ["--service", "python", "4.2.0"] # Cache downloaded dependencies and plugins between builds. # To keep cache across branches add 'key: "$CI_JOB_NAME"' cache: