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

chore(release): 3.1.1 [skip ci]

parent d2570855
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.1.1](https://gitlab.com/to-be-continuous/dbt/compare/3.1.0...3.1.1) (2023-12-14)


### Bug Fixes

* fix duplicate reference conflict in script ([f2eddbd](https://gitlab.com/to-be-continuous/dbt/commit/f2eddbd56da325dae4b31291c8221f8623018ba5))

# [3.1.0](https://gitlab.com/to-be-continuous/dbt/compare/3.0.1...3.1.0) (2023-12-8)


+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.1.0'
    ref: '3.1.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.1.0'
    ref: '3.1.1'
    file: '/templates/gitlab-ci-dbt.yml'
  # GitLab pages variant
  - project: 'to-be-continuous/dbt'
    ref: '3.1.0'
    ref: '3.1.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.1.0'
    ref: '3.1.1'
    file: '/templates/gitlab-ci-dbt.yml'
  # `Google Cloud` variant
  - project: 'to-be-continuous/dbt'
    ref: '3.1.0'
    ref: '3.1.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.1.0" ]
      command: ["--service", "dbt", "3.1.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.1.0"]
      command: ["--service", "dbt", "3.1.1"]
  before_script:
    - !reference [.dbt-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"