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

chore(release): 1.0.3 [skip ci]

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

### Bug Fixes

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


### Bug Fixes

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

## [1.0.2](https://gitlab.com/to-be-continuous/debian/compare/1.0.1...1.0.2) (2025-12-19)


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

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