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

chore(release): 1.8.0 [skip ci]

parent 1ab798fd
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [1.8.0](https://gitlab.com/to-be-continuous/lighthouse/compare/1.7.2...1.8.0) (2026-03-29)


### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([07211da](https://gitlab.com/to-be-continuous/lighthouse/commit/07211da66b770ba5053459234cd6a8c85ee897fa))


### Features

* support CA certs provided as file ([1ab798f](https://gitlab.com/to-be-continuous/lighthouse/commit/1ab798fd1f90d2a89052afa59011a8fce4cdc48e))

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


+4 −4
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/lighthouse/gitlab-ci-lighthouse@1.7.2
  - component: $CI_SERVER_FQDN/to-be-continuous/lighthouse/gitlab-ci-lighthouse@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/lighthouse'
    ref: '1.7.2'
    ref: '1.8.0'
    file: '/templates/gitlab-ci-lighthouse.yml'

variables:
@@ -95,7 +95,7 @@ The easiest solution is to declare all the analysed urls in the `$LHCI_RUN_OPTS`

```yaml
include:
  - component: $CI_SERVER_FQDN/to-be-continuous/lighthouse/gitlab-ci-lighthouse@1.7.2
  - component: $CI_SERVER_FQDN/to-be-continuous/lighthouse/gitlab-ci-lighthouse@1.8.0
    inputs:
      run-opts: >- 
    --upload.target=filesystem 
@@ -113,7 +113,7 @@ Another option could be to handle it in your JavaScript-based [configuration fil

```yaml
include:
  - component: $CI_SERVER_FQDN/to-be-continuous/lighthouse/gitlab-ci-lighthouse@1.7.2
  - component: $CI_SERVER_FQDN/to-be-continuous/lighthouse/gitlab-ci-lighthouse@1.8.0
    inputs:
      run-opts: --upload.target=filesystem --collect.settings.chromeFlags=--no-sandbox
```
+1 −1
Original line number Diff line number Diff line
@@ -434,7 +434,7 @@ lighthouse:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "lhci", "1.7.2"]
      command: ["--service", "lhci", "1.8.0"]
  stage: acceptance
  variables:
    # force no start server cmd