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

chore(release): 4.5.1 [skip ci]

## [4.5.1](https://gitlab.com/to-be-continuous/cnb/compare/4.5.0...4.5.1) (2026-01-19)

### Bug Fixes

* update builder list in README and update default platform API version ([0314cff9](https://gitlab.com/to-be-continuous/cnb/commit/0314cff9aab01563179411c028ac7b99d4acd5c6))
parent 0dcff502
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [4.5.1](https://gitlab.com/to-be-continuous/cnb/compare/4.5.0...4.5.1) (2026-01-19)


### Bug Fixes

* update builder list in README and update default platform API version ([0314cff](https://gitlab.com/to-be-continuous/cnb/commit/0314cff9aab01563179411c028ac7b99d4acd5c6))

# [4.5.0](https://gitlab.com/to-be-continuous/cnb/compare/4.4.0...4.5.0) (2026-01-12)


+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.5.0
  - component: $CI_SERVER_FQDN/to-be-continuous/cnb/gitlab-ci-cnb@4.5.1
    # 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.5.0'
    ref: '4.5.1'
    file: '/templates/gitlab-ci-cnb.yml'

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