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

chore(release): 1.1.0 [skip ci]

# [1.1.0](https://gitlab.com/to-be-continuous/zola/compare/1.0.2...1.1.0) (2026-03-29)

### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([f3d1c4d4](https://gitlab.com/to-be-continuous/zola/commit/f3d1c4d4022c31767d23c2b7dc0492d4a40cc2d0))

### Features

* support CA certs provided as file ([02273a9c](https://gitlab.com/to-be-continuous/zola/commit/02273a9cd124a889b16dac2935578d2e32236bd6))
parent 02273a9c
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [1.1.0](https://gitlab.com/to-be-continuous/zola/compare/1.0.2...1.1.0) (2026-03-29)


### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([f3d1c4d](https://gitlab.com/to-be-continuous/zola/commit/f3d1c4d4022c31767d23c2b7dc0492d4a40cc2d0))


### Features

* support CA certs provided as file ([02273a9](https://gitlab.com/to-be-continuous/zola/commit/02273a9cd124a889b16dac2935578d2e32236bd6))

## [1.0.2](https://gitlab.com/to-be-continuous/zola/compare/1.0.1...1.0.2) (2026-01-06)


+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/zola/gitlab-ci-zola@1.0.2
  - component: $CI_SERVER_FQDN/to-be-continuous/zola/gitlab-ci-zola@1.1.0
    # 2: set/override component inputs
    inputs:
      # ⚠ 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/zola'
    ref: '1.0.2'
    ref: '1.1.0'
    file: '/templates/gitlab-ci-zola.yml'

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