Commit 55959ba8 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/rpm/compare/1.0.4...1.1.0) (2026-03-29)

### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([e5bd80e6](https://gitlab.com/to-be-continuous/rpm/commit/e5bd80e6641e0c8c0a2b1ded62c2976e977a1890))

### Features

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


### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([e5bd80e](https://gitlab.com/to-be-continuous/rpm/commit/e5bd80e6641e0c8c0a2b1ded62c2976e977a1890))


### Features

* support CA certs provided as file ([bb633a1](https://gitlab.com/to-be-continuous/rpm/commit/bb633a1e818e348de786cd9d7e280ff879bcb97b))

## [1.0.4](https://gitlab.com/to-be-continuous/rpm/compare/1.0.3...1.0.4) (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/rpm/gitlab-ci-rpm@1.0.4
  - component: $CI_SERVER_FQDN/to-be-continuous/rpm/gitlab-ci-rpm@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/rpm"
    ref: "1.0.4"
    ref: "1.1.0"
    file: "/templates/gitlab-ci-rpm.yml"

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