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

chore(release): 2.2.1 [skip ci]

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


### Bug Fixes

* **publish:** propagated output vars ([3d66033](https://gitlab.com/to-be-continuous/cnb/commit/3d66033d0a9177adcb7523e39de42576bfcb0308))

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


+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.2.0'
    ref: '2.2.1'
    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.2.0"]
      command: ["--service", "cnb", "2.2.1"]
  before_script:
    - !reference [.cnb-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"