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

chore(release): 1.1.0 [skip ci]

parent dd1f6c6a
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [1.1.0](https://gitlab.com/to-be-continuous/debian/compare/1.0.3...1.1.0) (2026-03-29)


### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([211d0a2](https://gitlab.com/to-be-continuous/debian/commit/211d0a2601e016289b3577a68dde52262ebb8093))


### Features

* support CA certs provided as file ([dd1f6c6](https://gitlab.com/to-be-continuous/debian/commit/dd1f6c6afbde5603bd3427e2a1d170e645a6a98a))

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


+2 −2
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/debian/gitlab-ci-debian@1.0.3
  - component: $CI_SERVER_FQDN/to-be-continuous/debian/gitlab-ci-debian@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/debian"
    ref: "1.0.3"
    ref: "1.1.0"
    file: "/templates/gitlab-ci-debian.yml"

variables:
+1 −1
Original line number Diff line number Diff line
@@ -378,7 +378,7 @@ stages:
  image: $DEBIAN_BASE_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "debian", "1.0.3"]
      command: ["--service", "debian", "1.1.0"]
  before_script:
    - !reference [.debian-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"