Commit bbc49fb4 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 9555f805
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [4.1.0](https://gitlab.com/to-be-continuous/cnb/compare/4.0.4...4.1.0) (2025-07-24)


### Features

* configurable [@url](https://gitlab.com/url)@ timeout ([9555f80](https://gitlab.com/to-be-continuous/cnb/commit/9555f805cf6b7de121a866daa3bf6897f359eec4))

## [4.0.4](https://gitlab.com/to-be-continuous/cnb/compare/4.0.3...4.0.4) (2025-07-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.4
  - component: $CI_SERVER_FQDN/to-be-continuous/cnb/gitlab-ci-cnb@4.1.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: '4.0.4'
    ref: '4.1.0'
    file: '/templates/gitlab-ci-cnb.yml'

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