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

chore(release): 1.0.4 [skip ci]

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

### Bug Fixes

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


### Bug Fixes

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

## [1.0.3](https://gitlab.com/to-be-continuous/rpm/compare/1.0.2...1.0.3) (2025-12-22)


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

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