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

chore(release): 2.2.0 [skip ci]

parent d2cf8219
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [2.2.0](https://gitlab.com/to-be-continuous/cnb/compare/2.1.2...2.2.0) (2023-12-8)


### Features

* use centralized tracking image (gitlab.com) ([e7abf48](https://gitlab.com/to-be-continuous/cnb/commit/e7abf48acc883a05cff0e85f5a538273c58f43b3))

## [2.1.2](https://gitlab.com/to-be-continuous/cnb/compare/2.1.1...2.1.2) (2023-10-16)


+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/cnb'
    ref: '2.1.2'
    ref: '2.2.0'
    file: '/templates/gitlab-ci-cnb.yml'
```

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