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

chore(release): 1.5.0 [skip ci]

parent dcfb48d0
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [1.5.0](https://gitlab.com/to-be-continuous/spectral/compare/1.4.2...1.5.0) (2026-03-29)


### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([d8b60d8](https://gitlab.com/to-be-continuous/spectral/commit/d8b60d89a985a4b96dfdefeb57197d18163d6ba2))


### Features

* support CA certs provided as file ([dcfb48d](https://gitlab.com/to-be-continuous/spectral/commit/dcfb48d09226fd670e00060cd09e628d41e19d89))

## [1.4.2](https://gitlab.com/to-be-continuous/spectral/compare/1.4.1...1.4.2) (2026-01-06)


+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: $CI_SERVER_FQDN/to-be-continuous/spectral/gitlab-ci-spectral@1.4.2
  - component: $CI_SERVER_FQDN/to-be-continuous/spectral/gitlab-ci-spectral@1.5.0
    # 2: set/override component inputs
    inputs:
      extra-args: "--ruleset custom.spectral.yaml" # ⚠ this is only an example
@@ -29,7 +29,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/spectral'
    ref: '1.4.2'
    ref: '1.5.0'
    file: '/templates/gitlab-ci-spectral.yml'

variables: