From 4ee2a24bd79e83327d8f64b733d97ca8df792b04 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Sun, 1 May 2022 12:18:10 +0000 Subject: [PATCH] chore(release): 2.3.0 [skip ci] # [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)) --- CHANGELOG.md | 7 +++++++ README.md | 2 +- templates/gitlab-ci-maven.yml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe5cb1f..8b1dcde 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 9d76ff1..31f737c 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 6c45c05..7bd7894 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}" -- GitLab