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

chore(release): 2.11.2 [skip ci]

## [2.11.2](https://gitlab.com/to-be-continuous/mkdocs/compare/2.11.1...2.11.2) (2026-01-06)

### Bug Fixes

* **bash mode:** unmask errors in shell pipelines with 'set -o pipefail' ([9527a1e9](https://gitlab.com/to-be-continuous/mkdocs/commit/9527a1e98a935fbc502dc84671c8e28ccc55e30d))
parent 9527a1e9
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.11.2](https://gitlab.com/to-be-continuous/mkdocs/compare/2.11.1...2.11.2) (2026-01-06)


### Bug Fixes

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

## [2.11.1](https://gitlab.com/to-be-continuous/mkdocs/compare/2.11.0...2.11.1) (2025-12-19)


+4 −4
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/mkdocs/gitlab-ci-mkdocs@2.11.1
  - component: $CI_SERVER_FQDN/to-be-continuous/mkdocs/gitlab-ci-mkdocs@2.11.2
    # 2: set/override component inputs
    inputs:
      site-dir: "build" # ⚠ 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/mkdocs'
    ref: '2.11.1'
    ref: '2.11.2'
    file: '/templates/gitlab-ci-mkdocs.yml'

variables:
@@ -99,9 +99,9 @@ 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/mkdocs/gitlab-ci-mkdocs@2.11.1
  - component: $CI_SERVER_FQDN/to-be-continuous/mkdocs/gitlab-ci-mkdocs@2.11.2
  # GitLab pages variant
  - component: $CI_SERVER_FQDN/to-be-continuous/mkdocs/gitlab-ci-mkdocs-pages@2.11.1
  - component: $CI_SERVER_FQDN/to-be-continuous/mkdocs/gitlab-ci-mkdocs-pages@2.11.2
```

## Notable Options of MkDocs
+1 −1
Original line number Diff line number Diff line
@@ -494,7 +494,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "mkdocs", "2.11.1"]
      command: ["--service", "mkdocs", "2.11.2"]
  before_script:
    - !reference [.mkdocs-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"