Commit 182e843a authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 4.8.0 [skip ci]

# [4.8.0](https://gitlab.com/to-be-continuous/cnb/compare/4.7.0...4.8.0) (2026-03-29)

### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([2f1df8cb](https://gitlab.com/to-be-continuous/cnb/commit/2f1df8cb0a9a5634cf413b211c0cd9d02ba57fb7))

### Features

* support CA certs provided as file ([703dace9](https://gitlab.com/to-be-continuous/cnb/commit/703dace920e6335be0b3129529853d497f730a7a))
parent 703dace9
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [4.8.0](https://gitlab.com/to-be-continuous/cnb/compare/4.7.0...4.8.0) (2026-03-29)


### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([2f1df8c](https://gitlab.com/to-be-continuous/cnb/commit/2f1df8cb0a9a5634cf413b211c0cd9d02ba57fb7))


### Features

* support CA certs provided as file ([703dace](https://gitlab.com/to-be-continuous/cnb/commit/703dace920e6335be0b3129529853d497f730a7a))

# [4.7.0](https://gitlab.com/to-be-continuous/cnb/compare/4.6.0...4.7.0) (2026-02-21)


+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/cnb/gitlab-ci-cnb@4.7.0
  - component: $CI_SERVER_FQDN/to-be-continuous/cnb/gitlab-ci-cnb@4.8.0
    # 2: set/override component inputs
    inputs:
      builder-image: "docker.io/heroku/buildpacks:20" # ⚠ 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/cnb'
    ref: '4.7.0'
    ref: '4.8.0'
    file: '/templates/gitlab-ci-cnb.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -760,7 +760,7 @@ stages:
  image: $CNB_BUILDER_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "cnb", "4.7.0"]
      command: ["--service", "cnb", "4.8.0"]
  before_script:
    - !reference [.cnb-scripts]
    - init_workspace