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

chore(release): 2.6.0 [skip ci]

parent ec2c3976
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [2.6.0](https://gitlab.com/to-be-continuous/mkdocs/compare/2.5.1...2.6.0) (2024-08-30)


### Features

* standard TBC secrets decoding ([ec2c397](https://gitlab.com/to-be-continuous/mkdocs/commit/ec2c39765b1e431e0af30b85ff0d4d97149404f1))

## [2.5.1](https://gitlab.com/to-be-continuous/mkdocs/compare/2.5.0...2.5.1) (2024-05-05)


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

variables:
@@ -91,7 +91,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/mkdocs/gitlab-ci-mkdocs@2.5.1
  - component: $CI_SERVER_FQDN/to-be-continuous/mkdocs/gitlab-ci-mkdocs@2.6.0
  # GitLab pages variant
  - component: $CI_SERVER_FQDN/to-be-continuous/mkdocs/gitlab-ci-mkdocs-pages@2.5.1
  - component: $CI_SERVER_FQDN/to-be-continuous/mkdocs/gitlab-ci-mkdocs-pages@2.6.0
```
+1 −1
Original line number Diff line number Diff line
@@ -372,7 +372,7 @@ stages:
  image: ${MKD_IMAGE}
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "mkdocs", "2.5.1"]
      command: ["--service", "mkdocs", "2.6.0"]
  before_script:
    - !reference [.mkdocs-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"