diff --git a/CHANGELOG.md b/CHANGELOG.md index fe5cb1fbd60a425a3c8943e3f4570167adf7892b..8b1dcded75cd44b69c9dde869701ebaed4b0d49a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.3.0](https://gitlab.com/to-be-continuous/maven/compare/2.2.0...2.3.0) (2022-05-01) + + +### Features + +* configurable tracking image ([124762b](https://gitlab.com/to-be-continuous/maven/commit/124762bc16b31d7309b38faab58286745340c72b)) + # [2.2.0](https://gitlab.com/to-be-continuous/maven/compare/2.1.6...2.2.0) (2022-04-28) diff --git a/README.md b/README.md index 9d76ff13ec2f9d2847325a3257d95781997a0c8d..31f737c8614e5ce6cae7f36abcbf4f98e2fe9594 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/maven' - ref: '2.2.0' + ref: '2.3.0' file: '/templates/gitlab-ci-maven.yml' ``` diff --git a/templates/gitlab-ci-maven.yml b/templates/gitlab-ci-maven.yml index 6c45c05b02365f4d0ad29a5477acd403609ec8ee..7bd78948e1706fd765da5cb178a56d00d3a2d51b 100644 --- a/templates/gitlab-ci-maven.yml +++ b/templates/gitlab-ci-maven.yml @@ -439,7 +439,7 @@ stages: image: $MAVEN_IMAGE services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "maven", "2.2.0" ] + command: ["--service", "maven", "2.3.0" ] before_script: - *mvn-scripts - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"