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

chore(release): 1.9.0 [skip ci]

parent e40cc7de
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [1.9.0](https://gitlab.com/to-be-continuous/playwright/compare/1.8.2...1.9.0) (2026-03-29)


### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([a3bbb77](https://gitlab.com/to-be-continuous/playwright/commit/a3bbb77678357663ab718a644bcbbab3aff042bd))


### Features

* support CA certs provided as file ([e40cc7d](https://gitlab.com/to-be-continuous/playwright/commit/e40cc7deb828d583a88b6f67dfffa1b7b5f2b7b8))

## [1.8.2](https://gitlab.com/to-be-continuous/playwright/compare/1.8.1...1.8.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/playwright/gitlab-ci-playwright@1.8.2
  - component: $CI_SERVER_FQDN/to-be-continuous/playwright/gitlab-ci-playwright@1.9.0
    # 2: set/override component inputs
    inputs:
      # ⚠ this is only an example
@@ -30,7 +30,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/playwright'
    ref: '1.8.2'
    ref: '1.9.0'
    file: '/templates/gitlab-ci-playwright.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -420,7 +420,7 @@ playwright:
  image: $PLAYWRIGHT_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "playwright", "1.8.2"]
      command: ["--service", "playwright", "1.9.0"]
  stage: acceptance
  variables:
    # NPM cache