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

chore(release): 3.2.2 [skip ci]

parent ff1d792b
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.2.2](https://gitlab.com/to-be-continuous/dbt/compare/3.2.1...3.2.2) (2024-04-03)


### Bug Fixes

* **gcp:** use gcp-auth-provider's "latest" image tag ([ff1d792](https://gitlab.com/to-be-continuous/dbt/commit/ff1d792b8b816c0f8ea751b2671cbc976a089517))

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


+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.1
  - component: gitlab.com/to-be-continuous/dbt/gitlab-ci-dbt@3.2.2
    # 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.1'
    ref: '3.2.2'
    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.1
  - component: gitlab.com/to-be-continuous/dbt/gitlab-ci-dbt@3.2.2
  # GitLab pages variant
  - component: gitlab.com/to-be-continuous/dbt/gitlab-ci-dbt-pages@3.2.1
  - component: gitlab.com/to-be-continuous/dbt/gitlab-ci-dbt-pages@3.2.2
```

### 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.1
  - component: gitlab.com/to-be-continuous/dbt/gitlab-ci-dbt@3.2.2
  # Google Cloud variant
  - component: gitlab.com/to-be-continuous/dbt/gitlab-ci-dbt-gcp@3.2.1
  - component: gitlab.com/to-be-continuous/dbt/gitlab-ci-dbt-gcp@3.2.2
    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.1"]
      command: ["--service", "dbt", "3.2.2"]
  before_script:
    - !reference [.dbt-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"