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

chore(release): 3.8.0 [skip ci]

# [3.8.0](https://gitlab.com/to-be-continuous/k6/compare/3.7.1...3.8.0) (2026-03-29)

### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([fee07d63](https://gitlab.com/to-be-continuous/k6/commit/fee07d63bc1e23e79d7618d244cc9b32ef8081b1))

### Features

* support CA certs provided as file ([a39f46b0](https://gitlab.com/to-be-continuous/k6/commit/a39f46b0a7328bb1453fcee06abb656672a70d2a))
parent a39f46b0
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [3.8.0](https://gitlab.com/to-be-continuous/k6/compare/3.7.1...3.8.0) (2026-03-29)


### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([fee07d6](https://gitlab.com/to-be-continuous/k6/commit/fee07d63bc1e23e79d7618d244cc9b32ef8081b1))


### Features

* support CA certs provided as file ([a39f46b](https://gitlab.com/to-be-continuous/k6/commit/a39f46b0a7328bb1453fcee06abb656672a70d2a))

## [3.7.1](https://gitlab.com/to-be-continuous/k6/compare/3.7.0...3.7.1) (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/k6/gitlab-ci-k6@3.7.1
  - component: $CI_SERVER_FQDN/to-be-continuous/k6/gitlab-ci-k6@3.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/k6'
    ref: '3.7.1'
    ref: '3.8.0'
    file: '/templates/gitlab-ci-k6.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -385,7 +385,7 @@ k6:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "k6", "3.7.1"]
      command: ["--service", "k6", "3.8.0"]
  stage: acceptance
  before_script:
    - !reference [.k6-scripts]