Commit 34d49641 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/sphinx/compare/1.5.1...1.5.2) (2026-01-06)

### Bug Fixes

* **bash mode:** unmask errors in shell pipelines with 'set -o pipefail' ([f7829726](https://gitlab.com/to-be-continuous/sphinx/commit/f7829726a878d595a769b4783e6c884945dc7abd))
parent f7829726
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.5.2](https://gitlab.com/to-be-continuous/sphinx/compare/1.5.1...1.5.2) (2026-01-06)


### Bug Fixes

* **bash mode:** unmask errors in shell pipelines with 'set -o pipefail' ([f782972](https://gitlab.com/to-be-continuous/sphinx/commit/f7829726a878d595a769b4783e6c884945dc7abd))

## [1.5.1](https://gitlab.com/to-be-continuous/sphinx/compare/1.5.0...1.5.1) (2025-12-19)


+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.1
  - component: $CI_SERVER_FQDN/to-be-continuous/sphinx/gitlab-ci-sphinx@1.5.2
    # 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.1'
    ref: '1.5.2'
    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.1
  - component: $CI_SERVER_FQDN/to-be-continuous/sphinx/gitlab-ci-sphinx@1.5.2
  # GitLab pages variant
  - component: $CI_SERVER_FQDN/to-be-continuous/sphinx/gitlab-ci-sphinx-pages@1.5.1
  - component: $CI_SERVER_FQDN/to-be-continuous/sphinx/gitlab-ci-sphinx-pages@1.5.2
```
+1 −1
Original line number Diff line number Diff line
@@ -402,7 +402,7 @@ stages:
  image: $SPHINX_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "sphinx", "1.5.1"]
      command: ["--service", "sphinx", "1.5.2"]
  before_script:
    - !reference [.sphinx-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"