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

chore(release): 1.6.0 [skip ci]

parent ec4f075e
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [1.6.0](https://gitlab.com/to-be-continuous/sphinx/compare/1.5.2...1.6.0) (2026-03-29)


### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([db47ca8](https://gitlab.com/to-be-continuous/sphinx/commit/db47ca8f15700081ec593294b0cd9198823ba022))


### Features

* support CA certs provided as file ([ec4f075](https://gitlab.com/to-be-continuous/sphinx/commit/ec4f075efb5c8c20511319fc9d09333099de2a07))

## [1.5.2](https://gitlab.com/to-be-continuous/sphinx/compare/1.5.1...1.5.2) (2026-01-06)


+4 −4
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: $CI_SERVER_FQDN/to-be-continuous/sphinx/gitlab-ci-sphinx@1.5.2
  - component: $CI_SERVER_FQDN/to-be-continuous/sphinx/gitlab-ci-sphinx@1.6.0
    # 2: set/override component inputs
    inputs:
      build-dir: website # ⚠ this is only an example
@@ -27,7 +27,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/sphinx'
    ref: '1.5.2'
    ref: '1.6.0'
    file: '/templates/gitlab-ci-sphinx.yml'

variables:
@@ -89,7 +89,7 @@ If you wish to use it, Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # main template
  - component: $CI_SERVER_FQDN/to-be-continuous/sphinx/gitlab-ci-sphinx@1.5.2
  - component: $CI_SERVER_FQDN/to-be-continuous/sphinx/gitlab-ci-sphinx@1.6.0
  # GitLab pages variant
  - component: $CI_SERVER_FQDN/to-be-continuous/sphinx/gitlab-ci-sphinx-pages@1.5.2
  - component: $CI_SERVER_FQDN/to-be-continuous/sphinx/gitlab-ci-sphinx-pages@1.6.0
```
+1 −1
Original line number Diff line number Diff line
@@ -411,7 +411,7 @@ stages:
  image: $SPHINX_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "sphinx", "1.5.2"]
      command: ["--service", "sphinx", "1.6.0"]
  before_script:
    - !reference [.sphinx-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"