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

chore(release): 1.1.1 [skip ci]

parent 351f8cc9
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.1.1](https://gitlab.com/to-be-continuous/dbt/compare/1.1.0...1.1.1) (2023-01-27)


### Bug Fixes

* "Add registry name in all Docker images" ([1526977](https://gitlab.com/to-be-continuous/dbt/commit/1526977d16acceaec62c875da670dd2e64216121))

# [1.1.0](https://gitlab.com/to-be-continuous/dbt/compare/1.0.1...1.1.0) (2022-09-07)


+3 −3
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/dbt'
    ref: '1.1.0'
    ref: '1.1.1'
    file: '/templates/gitlab-ci-dbt.yml'
```

@@ -180,10 +180,10 @@ If you wish to use it, add the following to your `gitlab-ci.yml`:
include:
  # main template
  - project: 'to-be-continuous/dbt'
    ref: '1.1.0'
    ref: '1.1.1'
    file: '/templates/gitlab-ci-dbt.yml'
  # GitLab pages variant
  - project: 'to-be-continuous/dbt'
    ref: '1.1.0'
    ref: '1.1.1'
    file: '/templates/gitlab-ci-dbt-pages.yml'
```
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -315,7 +315,7 @@ stages:
  image: $DBT_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "dbt", "1.1.0"]
      command: ["--service", "dbt", "1.1.1"]
  before_script:
    - *dbt-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"