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

chore(release): 4.0.2 [skip ci]

parent 23c34da6
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [4.0.2](https://gitlab.com/to-be-continuous/cnb/compare/4.0.1...4.0.2) (2025-06-20)


### Bug Fixes

* **skopeo:** use official image ([23c34da](https://gitlab.com/to-be-continuous/cnb/commit/23c34da6ca225ea20a9aa555c2cbde464a66a62c))

## [4.0.1](https://gitlab.com/to-be-continuous/cnb/compare/4.0.0...4.0.1) (2025-06-05)


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

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