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

chore(release): 2.0.0 [skip ci]

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

### Features

* **publish:** redesign publish on prod strategy ([4acbdec7](https://gitlab.com/to-be-continuous/cnb/commit/4acbdec71c9e1ddcfb502fd1885fd45bf5b83ded))

### BREAKING CHANGES

* **publish:** $PUBLISH_ON_PROD no longer supported (replaced by $CNB_PROD_PUBLISH_STRATEGY - see doc)
parent f8015a20
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [2.0.0](https://gitlab.com/to-be-continuous/cnb/compare/1.0.3...2.0.0) (2023-04-05)


### Features

* **publish:** redesign publish on prod strategy ([4acbdec](https://gitlab.com/to-be-continuous/cnb/commit/4acbdec71c9e1ddcfb502fd1885fd45bf5b83ded))


### BREAKING CHANGES

* **publish:** $PUBLISH_ON_PROD no longer supported (replaced by $CNB_PROD_PUBLISH_STRATEGY - see doc)

## [1.0.3](https://gitlab.com/to-be-continuous/cnb/compare/1.0.2...1.0.3) (2023-03-22)


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

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