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

chore(release): 1.3.0 [skip ci]

parent bede6e3a
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.3.0](https://gitlab.com/to-be-continuous/dbt/compare/1.2.0...1.3.0) (2023-03-21)


### Features

* improve logs when [@url](https://gitlab.com/url)@ variable eval fails ([58467fc](https://gitlab.com/to-be-continuous/dbt/commit/58467fc56572730c2d7c1d860e356c50618b3023))

# [1.2.0](https://gitlab.com/to-be-continuous/dbt/compare/1.1.1...1.2.0) (2023-01-28)


+5 −5
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.2.0'
    ref: '1.3.0'
    file: '/templates/gitlab-ci-dbt.yml'
```

@@ -180,11 +180,11 @@ If you wish to use it, add the following to your `gitlab-ci.yml`:
include:
  # main template
  - project: 'to-be-continuous/dbt'
    ref: '1.2.0'
    ref: '1.3.0'
    file: '/templates/gitlab-ci-dbt.yml'
  # GitLab pages variant
  - project: 'to-be-continuous/dbt'
    ref: '1.2.0'
    ref: '1.3.0'
    file: '/templates/gitlab-ci-dbt-pages.yml'
```

@@ -220,11 +220,11 @@ With a common default `GCP_OIDC_PROVIDER` and `GCP_OIDC_ACCOUNT` configuration f
include:
  # main template
  - project: 'to-be-continuous/dbt'
    ref: '1.2.0'
    ref: '1.3.0'
    file: '/templates/gitlab-ci-dbt.yml'
  # `Google Cloud` variant
  - project: 'to-be-continuous/dbt'
    ref: '1.2.0'
    ref: '1.3.0'
    file: '/templates/gitlab-ci-dbt-gcp.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ variables:
.dbt-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "dbt", "1.2.0" ]
      command: ["--service", "dbt", "1.3.0" ]
    - name: "$TBC_GCP_PROVIDER_IMAGE"
      alias: "gcp-auth-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -319,7 +319,7 @@ stages:
  image: $DBT_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "dbt", "1.2.0"]
      command: ["--service", "dbt", "1.3.0"]
  before_script:
    - *dbt-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"