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

chore(release): 4.3.3 [skip ci]

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

### Bug Fixes

* **bash mode:** unmask errors in shell pipelines with 'set -o pipefail' ([b418934d](https://gitlab.com/to-be-continuous/cnb/commit/b418934d28fe60b896781edeb411ff9f7e27aac8))
parent b418934d
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [4.3.3](https://gitlab.com/to-be-continuous/cnb/compare/4.3.2...4.3.3) (2026-01-06)


### Bug Fixes

* **bash mode:** unmask errors in shell pipelines with 'set -o pipefail' ([b418934](https://gitlab.com/to-be-continuous/cnb/commit/b418934d28fe60b896781edeb411ff9f7e27aac8))

## [4.3.2](https://gitlab.com/to-be-continuous/cnb/compare/4.3.1...4.3.2) (2026-01-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@4.3.2
  - component: $CI_SERVER_FQDN/to-be-continuous/cnb/gitlab-ci-cnb@4.3.3
    # 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.2'
    ref: '4.3.3'
    file: '/templates/gitlab-ci-cnb.yml'

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