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

chore(release): 4.3.1 [skip ci]

parent b7793d80
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [4.3.1](https://gitlab.com/to-be-continuous/cnb/compare/4.3.0...4.3.1) (2025-12-19)


### Bug Fixes

* non-blocking warning in case failed decoding [@url](https://gitlab.com/url)@ variable ([b7793d8](https://gitlab.com/to-be-continuous/cnb/commit/b7793d80b35ccef52f6eaea63109c5048448aa6f))

# [4.3.0](https://gitlab.com/to-be-continuous/cnb/compare/4.2.0...4.3.0) (2025-08-18)


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

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