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

chore(release): 4.0.3 [skip ci]

parent 504d40af
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [4.0.3](https://gitlab.com/to-be-continuous/cnb/compare/4.0.2...4.0.3) (2025-07-05)


### Bug Fixes

* **trivy:** disable telemetry and version check ([1c15647](https://gitlab.com/to-be-continuous/cnb/commit/1c156472db6a48ccbcd2b8369f1cd973a5b5c19e))

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


+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.2
  - component: $CI_SERVER_FQDN/to-be-continuous/cnb/gitlab-ci-cnb@4.0.3
    # 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.2'
    ref: '4.0.3'
    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.2"]
      command: ["--service", "cnb", "4.0.3"]
  before_script:
    - !reference [.cnb-scripts]
    - init_workspace