Commit f861d866 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 3.8.0 [skip ci]

parent 33e2a9e9
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [3.8.0](https://gitlab.com/to-be-continuous/maven/compare/3.7.1...3.8.0) (2023-12-8)


### Features

* use centralized tracking image (gitlab.com) ([6d11997](https://gitlab.com/to-be-continuous/maven/commit/6d11997d1894711795685416b3c2aa574b3a77cb))

## [3.7.1](https://gitlab.com/to-be-continuous/maven/compare/3.7.0...3.7.1) (2023-11-02)


+3 −3
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/maven'
    ref: '3.7.1'
    ref: '3.8.0'
    file: '/templates/gitlab-ci-maven.yml'
```

@@ -500,11 +500,11 @@ All authentication methods should use masked GitLab environment variables.
include:
  # main template
  - project: 'to-be-continuous/maven'
    ref: '3.7.1'
    ref: '3.8.0'
    file: '/templates/gitlab-ci-maven.yml'
  # Jib is implemented as an extension to Maven, and uses supporting features of the TBC Maven template
  - project: 'to-be-continuous/maven'
    ref: '3.7.1'
    ref: '3.8.0'
    file: '/templates/gitlab-ci-maven-jib.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -424,7 +424,7 @@ stages:
  image: $MAVEN_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "maven", "3.7.1" ]
      command: ["--service", "maven", "3.8.0" ]
  before_script:
    - !reference [.mvn-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"