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

chore(release): 1.1.1 [skip ci]

## [1.1.1](https://gitlab.com/to-be-continuous/make/compare/1.1.0...1.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) ([1111e7bc](https://gitlab.com/to-be-continuous/make/commit/1111e7bca125edacdf37ba521049567d70be70d2))
parent 1111e7bc
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.1.1](https://gitlab.com/to-be-continuous/make/compare/1.1.0...1.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) ([1111e7b](https://gitlab.com/to-be-continuous/make/commit/1111e7bca125edacdf37ba521049567d70be70d2))

# [1.1.0](https://gitlab.com/to-be-continuous/make/compare/1.0.0...1.1.0) (2023-05-27)


+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 `gi
```yaml
include:
  - project: 'to-be-continuous/make'
    ref: '1.1.0'
    ref: '1.1.1'
    file: '/templates/gitlab-ci-make.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -340,7 +340,7 @@ stages:
  image: $MAKE_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "make", "1.1.0"]
      command: ["--service", "make", "1.1.1"]
  before_script:
    - *make-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"