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

chore(release): 4.4.0 [skip ci]

parent c8b840dd
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [4.4.0](https://gitlab.com/to-be-continuous/cnb/compare/4.3.3...4.4.0) (2026-01-12)


### Features

* exclude files from source based on .cnbignore file ([c8b840d](https://gitlab.com/to-be-continuous/cnb/commit/c8b840dde003606c8d55f68cb19d8297fe77d26f))

## [4.3.3](https://gitlab.com/to-be-continuous/cnb/compare/4.3.2...4.3.3) (2026-01-06)


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

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