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

chore(release): 3.2.1 [skip ci]

parent c3c9f798
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.2.1](https://gitlab.com/to-be-continuous/dbt/compare/3.2.0...3.2.1) (2024-1-30)


### Bug Fixes

* sanitize empty variable test expressions ([c3c9f79](https://gitlab.com/to-be-continuous/dbt/commit/c3c9f79805a0715542f3266492cdb843e75a107b))

# [3.2.0](https://gitlab.com/to-be-continuous/dbt/compare/3.1.1...3.2.0) (2024-1-27)


+6 −6
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ Add the following to your `gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: gitlab.com/to-be-continuous/dbt/gitlab-ci-dbt@3.2.0
  - component: gitlab.com/to-be-continuous/dbt/gitlab-ci-dbt@3.2.1
    # 2: set/override component inputs
    inputs:
      # ⚠ this is only an example
@@ -60,7 +60,7 @@ Add the following to your `gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/dbt'
    ref: '3.2.0'
    ref: '3.2.1'
    file: '/templates/gitlab-ci-dbt.yml'

variables:
@@ -206,9 +206,9 @@ If you wish to use it, add the following to your `gitlab-ci.yml`:

```yaml
  # main template
  - component: gitlab.com/to-be-continuous/dbt/gitlab-ci-dbt@3.2.0
  - component: gitlab.com/to-be-continuous/dbt/gitlab-ci-dbt@3.2.1
  # GitLab pages variant
  - component: gitlab.com/to-be-continuous/dbt/gitlab-ci-dbt-pages@3.2.0
  - component: gitlab.com/to-be-continuous/dbt/gitlab-ci-dbt-pages@3.2.1
```

### Google Cloud variant
@@ -242,9 +242,9 @@ With a common default `GCP_OIDC_PROVIDER` and `GCP_OIDC_ACCOUNT` configuration f

```yaml
  # main template
  - component: gitlab.com/to-be-continuous/dbt/gitlab-ci-dbt@3.2.0
  - component: gitlab.com/to-be-continuous/dbt/gitlab-ci-dbt@3.2.1
  # Google Cloud variant
  - component: gitlab.com/to-be-continuous/dbt/gitlab-ci-dbt-gcp@3.2.0
  - component: gitlab.com/to-be-continuous/dbt/gitlab-ci-dbt-gcp@3.2.1
    inputs:
      # common OIDC config for non-prod envs
      gcp-oidc-provider: "projects/<gcp_nonprod_proj_id>/locations/global/workloadIdentityPools/<pool_id>/providers/<provider_id>"
+1 −1
Original line number Diff line number Diff line
@@ -404,7 +404,7 @@ stages:
  image: $DBT_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "dbt", "3.2.0"]
      command: ["--service", "dbt", "3.2.1"]
  before_script:
    - !reference [.dbt-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"