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

chore(release): 1.0.1 [skip ci]

## [1.0.1](https://gitlab.com/to-be-continuous/cnb/compare/1.0.0...1.0.1) (2022-09-28)

### Bug Fixes

* correct split of cnb_image when registry port is present ([bfe7372f](https://gitlab.com/to-be-continuous/cnb/commit/bfe7372f8c1f50b494a6a31874099ef13e4e18fe))
parent 2b03e44b
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.0.1](https://gitlab.com/to-be-continuous/cnb/compare/1.0.0...1.0.1) (2022-09-28)


### Bug Fixes

* correct split of cnb_image when registry port is present ([bfe7372](https://gitlab.com/to-be-continuous/cnb/commit/bfe7372f8c1f50b494a6a31874099ef13e4e18fe))

# 1.0.0 (2022-08-31)


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

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