Commit 15d9d6b0 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/rust/compare/1.0.2...1.1.0) (2026-05-29)

### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([de7e84f4](https://gitlab.com/to-be-continuous/rust/commit/de7e84f4aacb0e25ccc1322bc847011a14081461))

### Features

* support CA certs provided as file ([b43b65fb](https://gitlab.com/to-be-continuous/rust/commit/b43b65fb319b3e8a446ed57d7281de7dcd9404e2))
parent 382c9ae4
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [1.1.0](https://gitlab.com/to-be-continuous/rust/compare/1.0.2...1.1.0) (2026-05-29)


### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([de7e84f](https://gitlab.com/to-be-continuous/rust/commit/de7e84f4aacb0e25ccc1322bc847011a14081461))


### Features

* support CA certs provided as file ([b43b65f](https://gitlab.com/to-be-continuous/rust/commit/b43b65fb319b3e8a446ed57d7281de7dcd9404e2))

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


+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: $CI_SERVER_FQDN/to-be-continuous/rust/gitlab-ci-rust@1.0.2
  - component: $CI_SERVER_FQDN/to-be-continuous/rust/gitlab-ci-rust@1.1.0
    # 2: set/override component inputs
    inputs:
      # ⚠ this is only an example
@@ -30,7 +30,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # 1: include the template
  - project: "to-be-continuous/rust"
    ref: "1.0.2"
    ref: "1.1.0"
    file: "/templates/gitlab-ci-rust.yml"

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