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

chore(release): 2.1.1 [skip ci]

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

### Bug Fixes

* failure while decoding a secret [@url](https://gitlab.com/url)@ does not cause the job to fail (warning message) ([f9fc0b20](https://gitlab.com/to-be-continuous/cnb/commit/f9fc0b200a20da6c244f0f81c330ae57c5d3a798))
parent f9fc0b20
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.1.1](https://gitlab.com/to-be-continuous/cnb/compare/2.1.0...2.1.1) (2023-08-01)


### Bug Fixes

* failure while decoding a secret [@url](https://gitlab.com/url)@ does not cause the job to fail (warning message) ([f9fc0b2](https://gitlab.com/to-be-continuous/cnb/commit/f9fc0b200a20da6c244f0f81c330ae57c5d3a798))

# [2.1.0](https://gitlab.com/to-be-continuous/cnb/compare/2.0.0...2.1.0) (2023-05-27)


+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.0'
    ref: '2.1.1'
    file: '/templates/gitlab-ci-cnb.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -362,7 +362,7 @@ stages:
  image: $CNB_BUILDER_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "cnb", "2.1.0"]
      command: ["--service", "cnb", "2.1.1"]
  before_script:
    - *cnb-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"