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

chore(release): 1.2.0 [skip ci]

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


### Features

* **gcp:** add gcp-auth-provider variant ([441531a](https://gitlab.com/to-be-continuous/dbt/commit/441531a299b22ecce91c0c7cf9741c490f63f860))

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


+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.1.1'
    ref: '1.2.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.1.1'
    ref: '1.2.0'
    file: '/templates/gitlab-ci-dbt.yml'
  # GitLab pages variant
  - project: 'to-be-continuous/dbt'
    ref: '1.1.1'
    ref: '1.2.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.1.1'
    ref: '1.2.0'
    file: '/templates/gitlab-ci-dbt.yml'
  # `Google Cloud` variant
  - project: 'to-be-continuous/dbt'
    ref: '1.1.1'
    ref: '1.2.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.1.1" ]
      command: ["--service", "dbt", "1.2.0" ]
    - name: "$TBC_GCP_PROVIDER_IMAGE"
      alias: "gcp-auth-provider"
  variables:
+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.1"]
      command: ["--service", "dbt", "1.2.0"]
  before_script:
    - *dbt-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"