Commit c72882d5 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/hurl/compare/1.7.2...1.8.0) (2026-03-29)

### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([3282bef2](https://gitlab.com/to-be-continuous/hurl/commit/3282bef2951c3dc59db1b8f26c02978220d65804))

### Features

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


### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([3282bef](https://gitlab.com/to-be-continuous/hurl/commit/3282bef2951c3dc59db1b8f26c02978220d65804))


### Features

* support CA certs provided as file ([f5b1491](https://gitlab.com/to-be-continuous/hurl/commit/f5b1491ea7c77e98ff251ae7b103adc1ba8259d1))

## [1.7.2](https://gitlab.com/to-be-continuous/hurl/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/hurl/gitlab-ci-hurl@1.7.2
  - component: $CI_SERVER_FQDN/to-be-continuous/hurl/gitlab-ci-hurl@1.8.0
    # 2: set/override component inputs
    inputs:
      review-enabled: true # ⚠ 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/hurl'
    ref: '1.7.2'
    ref: '1.8.0'
    file: '/templates/gitlab-ci-hurl.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -397,7 +397,7 @@ hurl:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "hurl", "1.7.2"]
      command: ["--service", "hurl", "1.8.0"]
  stage: acceptance
  before_script:
    - !reference [.hurl-scripts]