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

chore(release): 2.3.0 [skip ci]

parent 34ebfe1b
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [2.3.0](https://gitlab.com/to-be-continuous/cnb/compare/2.2.1...2.3.0) (2024-1-27)


### Features

* migrate to CI/CD component ([7478d35](https://gitlab.com/to-be-continuous/cnb/commit/7478d35513e2e94bc22a520464bfd54d74572ea0))

## [2.2.1](https://gitlab.com/to-be-continuous/cnb/compare/2.2.0...2.2.1) (2023-12-22)


+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: gitlab.com/to-be-continuous/cnb/gitlab-ci-cnb@2.2.1
  - component: gitlab.com/to-be-continuous/cnb/gitlab-ci-cnb@2.3.0
    # 2: set/override component inputs
    inputs:
      builder-image: "registry.hub.docker.com/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: '2.2.1'
    ref: '2.3.0'
    file: '/templates/gitlab-ci-cnb.yml'

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