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

chore(release): 3.0.0 [skip ci]

# [3.0.0](https://gitlab.com/to-be-continuous/cnb/compare/2.4.2...3.0.0) (2024-11-26)

### Code Refactoring

* **trivy:** enforce usage of Trivy environment variables ([cb6ffe95](https://gitlab.com/to-be-continuous/cnb/commit/cb6ffe95b645b7ce102f514da1a0e39291a707cd))

### BREAKING CHANGES

* **trivy:** 4 Trivy configuration params removed in favor of the native Trivy environment variables
parent 57c584ac
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [3.0.0](https://gitlab.com/to-be-continuous/cnb/compare/2.4.2...3.0.0) (2024-11-26)


### Code Refactoring

* **trivy:** enforce usage of Trivy environment variables ([cb6ffe9](https://gitlab.com/to-be-continuous/cnb/commit/cb6ffe95b645b7ce102f514da1a0e39291a707cd))


### BREAKING CHANGES

* **trivy:** 4 Trivy configuration params removed in favor of the native Trivy environment variables

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


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

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