Commit 686b8ff8 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent cc35b41c
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.1.2](https://gitlab.com/to-be-continuous/cnb/compare/2.1.1...2.1.2) (2023-10-16)


### Bug Fixes

* declare all TBC stages ([cc35b41](https://gitlab.com/to-be-continuous/cnb/commit/cc35b41c30c7d145217c8c4dcdc6622c29e2e40e))

## [2.1.1](https://gitlab.com/to-be-continuous/cnb/compare/2.1.0...2.1.1) (2023-08-01)


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