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

chore(release): 4.0.0 [skip ci]

# [4.0.0](https://gitlab.com/to-be-continuous/cnb/compare/3.1.0...4.0.0) (2025-02-04)

### Bug Fixes

* replace default builder image (obsolete) ([05a23804](https://gitlab.com/to-be-continuous/cnb/commit/05a238046d7f976615204bcc76d9443c17488639))

### BREAKING CHANGES

* The change of the default builder image might cause regressions in existing projects.

More info about why the former Ubuntu Bionic-based images were unsafe: https://blog.paketo.io/posts/paketo-bionic-builder-is-unsafe/
parent 4b5312cb
Loading
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
# [4.0.0](https://gitlab.com/to-be-continuous/cnb/compare/3.1.0...4.0.0) (2025-02-04)


### Bug Fixes

* replace default builder image (obsolete) ([05a2380](https://gitlab.com/to-be-continuous/cnb/commit/05a238046d7f976615204bcc76d9443c17488639))


### BREAKING CHANGES

* The change of the default builder image might cause regressions in existing projects.

More info about why the former Ubuntu Bionic-based images were unsafe: https://blog.paketo.io/posts/paketo-bionic-builder-is-unsafe/

# [3.1.0](https://gitlab.com/to-be-continuous/cnb/compare/3.0.0...3.1.0) (2025-01-27)


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

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