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

chore(release): 1.5.2 [skip ci]

## [1.5.2](https://gitlab.com/to-be-continuous/lighthouse/compare/1.5.1...1.5.2) (2025-04-11)

### Bug Fixes

* **envsubst:** leave lines with '# nosubst' unchanged when substituting (used to be simply dropped) ([8a5f0a7a](https://gitlab.com/to-be-continuous/lighthouse/commit/8a5f0a7a2cbb1aa383a00ec93229d548155bdac3))
parent 8a5f0a7a
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.5.2](https://gitlab.com/to-be-continuous/lighthouse/compare/1.5.1...1.5.2) (2025-04-11)


### Bug Fixes

* **envsubst:** leave lines with '# nosubst' unchanged when substituting (used to be simply dropped) ([8a5f0a7](https://gitlab.com/to-be-continuous/lighthouse/commit/8a5f0a7a2cbb1aa383a00ec93229d548155bdac3))

## [1.5.1](https://gitlab.com/to-be-continuous/lighthouse/compare/1.5.0...1.5.1) (2025-02-01)


+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.5.1
  - component: $CI_SERVER_FQDN/to-be-continuous/lighthouse/gitlab-ci-lighthouse@1.5.2
    # 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.5.1'
    ref: '1.5.2'
    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.5.1
  - component: $CI_SERVER_FQDN/to-be-continuous/lighthouse/gitlab-ci-lighthouse@1.5.2
    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.5.1
  - component: $CI_SERVER_FQDN/to-be-continuous/lighthouse/gitlab-ci-lighthouse@1.5.2
    inputs:
      run-opts: --upload.target=filesystem --collect.settings.chromeFlags=--no-sandbox
```
+1 −1
Original line number Diff line number Diff line
@@ -404,7 +404,7 @@ lighthouse:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "lhci", "1.5.1"]
      command: ["--service", "lhci", "1.5.2"]
  stage: acceptance
  variables:
    # force no start server cmd