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

chore(release): 1.1.0 [skip ci]

parent cdc18e59
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.1.0](https://gitlab.com/to-be-continuous/dbt/compare/1.0.1...1.1.0) (2022-09-07)


### Features

* add SQLFluff for dbt project ([a91edfa](https://gitlab.com/to-be-continuous/dbt/commit/a91edfa6530060c30197fe19f53e9220bf7da2fe))

## [1.0.1](https://gitlab.com/to-be-continuous/dbt/compare/1.0.0...1.0.1) (2022-08-16)


+3 −3
Original line number Diff line number Diff line
@@ -41,7 +41,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.0.1'
    ref: '1.1.0'
    file: '/templates/gitlab-ci-dbt.yml'
```

@@ -182,10 +182,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.0.1'
    ref: '1.1.0'
    file: '/templates/gitlab-ci-dbt.yml'
  # GitLab pages variant
  - project: 'to-be-continuous/dbt'
    ref: '1.0.1'
    ref: '1.1.0'
    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.0.1"]
      command: ["--service", "dbt", "1.1.0"]
  before_script:
    - *dbt-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"