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

chore(release): 2.14.0 [skip ci]

parent 383efc61
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [2.14.0](https://gitlab.com/to-be-continuous/gradle/compare/2.13.2...2.14.0) (2026-03-29)


### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([5bdb6a2](https://gitlab.com/to-be-continuous/gradle/commit/5bdb6a2cef3a8e1b19887fce8520341a2bcf19a3))


### Features

* support CA certs provided as file ([383efc6](https://gitlab.com/to-be-continuous/gradle/commit/383efc616305f9fef82476e205ccc93aef5f1d88))

## [2.13.2](https://gitlab.com/to-be-continuous/gradle/compare/2.13.1...2.13.2) (2026-03-09)


+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: $CI_SERVER_FQDN/to-be-continuous/gradle/gitlab-ci-gradle@2.13.2
  - component: $CI_SERVER_FQDN/to-be-continuous/gradle/gitlab-ci-gradle@2.14.0
    # 2: set/override component inputs
    inputs:
      image: "docker.io/library/gradle:jdk11" # ⚠ this is only an example
@@ -28,7 +28,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/gradle'
    ref: '2.13.2'
    ref: '2.14.0'
    file: '/templates/gitlab-ci-gradle.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -552,7 +552,7 @@ stages:
      - .gradle
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "gradle", "2.13.2"]
      command: ["--service", "gradle", "2.14.0"]
  before_script:
    - !reference [.gradle-scripts]
    - handle_daemon