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

chore(release): 1.8.0 [skip ci]

# [1.8.0](https://gitlab.com/to-be-continuous/make/compare/1.7.2...1.8.0) (2026-03-29)

### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([f1c2d7b5](https://gitlab.com/to-be-continuous/make/commit/f1c2d7b5142d9cf4a7e52249a182b614b5633146))

### Features

* support CA certs provided as file ([ff1f21e7](https://gitlab.com/to-be-continuous/make/commit/ff1f21e7984d90aec8fd179654f7aadc33a695ac))
parent ff1f21e7
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [1.8.0](https://gitlab.com/to-be-continuous/make/compare/1.7.2...1.8.0) (2026-03-29)


### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([f1c2d7b](https://gitlab.com/to-be-continuous/make/commit/f1c2d7b5142d9cf4a7e52249a182b614b5633146))


### Features

* support CA certs provided as file ([ff1f21e](https://gitlab.com/to-be-continuous/make/commit/ff1f21e7984d90aec8fd179654f7aadc33a695ac))

## [1.7.2](https://gitlab.com/to-be-continuous/make/compare/1.7.1...1.7.2) (2026-01-06)


+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/make/gitlab-ci-make@1.7.2
  - component: $CI_SERVER_FQDN/to-be-continuous/make/gitlab-ci-make@1.8.0
    # 2: set/override component inputs
    inputs:
      image: "image-with-my-build-tools:latest" # ⚠ 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/make'
    ref: '1.7.2'
    ref: '1.8.0'
    file: '/templates/gitlab-ci-make.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -392,7 +392,7 @@ stages:
  image: $MAKE_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "make", "1.7.2"]
      command: ["--service", "make", "1.8.0"]
  before_script:
    - !reference [.make-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"