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

chore(release): 2.1.0 [skip ci]

parent 69873d34
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [2.1.0](https://gitlab.com/to-be-continuous/bash/compare/2.0.1...2.1.0) (2022-05-01)


### Features

* configurable tracking image ([d204ccc](https://gitlab.com/to-be-continuous/bash/commit/d204cccb77c7c257d7655d2df962b30cbbd07511))

## [2.0.1](https://gitlab.com/to-be-continuous/bash/compare/2.0.0...2.0.1) (2021-10-04)


+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `.g
```yaml
include:
  - project: 'to-be-continuous/bash'
    ref: '2.0.1'
    ref: '2.1.0'
    file: '/templates/gitlab-ci-bash.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -199,7 +199,7 @@ stages:
  stage: build
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "bash", "2.0.1" ]
      command: ["--service", "bash", "2.1.0" ]
  before_script:
    - *bash-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"