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

chore(release): 2.4.2 [skip ci]

## [2.4.2](https://gitlab.com/to-be-continuous/cnb/compare/2.4.1...2.4.2) (2024-07-01)

### Bug Fixes

* **Trivy:** Trivy 0.53.0 added the clean subcommand for semantic cache management ([f9dc8f1c](https://gitlab.com/to-be-continuous/cnb/commit/f9dc8f1c3ec5844136338e96dcb5a63e7c9b5449))
parent f9dc8f1c
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.4.2](https://gitlab.com/to-be-continuous/cnb/compare/2.4.1...2.4.2) (2024-07-01)


### Bug Fixes

* **Trivy:** Trivy 0.53.0 added the clean subcommand for semantic cache management ([f9dc8f1](https://gitlab.com/to-be-continuous/cnb/commit/f9dc8f1c3ec5844136338e96dcb5a63e7c9b5449))

## [2.4.1](https://gitlab.com/to-be-continuous/cnb/compare/2.4.0...2.4.1) (2024-05-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: gitlab.com/to-be-continuous/cnb/gitlab-ci-cnb@2.4.1
  - component: gitlab.com/to-be-continuous/cnb/gitlab-ci-cnb@2.4.2
    # 2: set/override component inputs
    inputs:
      builder-image: "registry.hub.docker.com/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: '2.4.1'
    ref: '2.4.2'
    file: '/templates/gitlab-ci-cnb.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -447,7 +447,7 @@ stages:
  image: $CNB_BUILDER_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "cnb", "2.4.1"]
      command: ["--service", "cnb", "2.4.2"]
  before_script:
    - !reference [.cnb-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"