Commit 4583988a authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 8fce1a0e
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.0.1](https://gitlab.com/to-be-continuous/dbt/compare/3.0.0...3.0.1) (2023-10-16)


### Bug Fixes

* declare all TBC stages ([8fce1a0](https://gitlab.com/to-be-continuous/dbt/commit/8fce1a0ee744b6b3dd3c4335e93c17a54bd4ec66))

# [3.0.0](https://gitlab.com/to-be-continuous/dbt/compare/2.1.1...3.0.0) (2023-08-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: '3.0.0'
    ref: '3.0.1'
    file: '/templates/gitlab-ci-dbt.yml'
```

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

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

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