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

chore(release): 3.10.0 [skip ci]

# [3.10.0](https://gitlab.com/to-be-continuous/bash/compare/3.9.3...3.10.0) (2026-03-29)

### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([928f2543](https://gitlab.com/to-be-continuous/bash/commit/928f2543d7b768276be3a224d08ca3eeacdef26f))

### Features

* support CA certs provided as file ([262c91e9](https://gitlab.com/to-be-continuous/bash/commit/262c91e911ce9058979720149870ca98fead8839))
parent 262c91e9
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [3.10.0](https://gitlab.com/to-be-continuous/bash/compare/3.9.3...3.10.0) (2026-03-29)


### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([928f254](https://gitlab.com/to-be-continuous/bash/commit/928f2543d7b768276be3a224d08ca3eeacdef26f))


### Features

* support CA certs provided as file ([262c91e](https://gitlab.com/to-be-continuous/bash/commit/262c91e911ce9058979720149870ca98fead8839))

## [3.9.3](https://gitlab.com/to-be-continuous/bash/compare/3.9.2...3.9.3) (2026-03-12)


+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/bash/gitlab-ci-bash@3.9.3
  - component: $CI_SERVER_FQDN/to-be-continuous/bash/gitlab-ci-bash@3.10.0
    # 2: set/override component inputs
    inputs:
      bats-enabled: true # ⚠ this is only an example
@@ -28,7 +28,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/bash'
    ref: '3.9.3'
    ref: '3.10.0'
    file: '/templates/gitlab-ci-bash.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -568,7 +568,7 @@ stages:
  stage: build
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "bash", "3.9.3"]
      command: ["--service", "bash", "3.10.0"]
  before_script:
    - !reference [.bash-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"