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

chore(release): 3.2.3 [skip ci]

## [3.2.3](https://gitlab.com/to-be-continuous/dbt/compare/3.2.2...3.2.3) (2024-05-05)

### Bug Fixes

* **workflow:** disable MR pipeline from prod & integ branches ([f6abab63](https://gitlab.com/to-be-continuous/dbt/commit/f6abab6326b18b3dc701796eed7658e2be702488))
parent f6abab63
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.2.3](https://gitlab.com/to-be-continuous/dbt/compare/3.2.2...3.2.3) (2024-05-05)


### Bug Fixes

* **workflow:** disable MR pipeline from prod & integ branches ([f6abab6](https://gitlab.com/to-be-continuous/dbt/commit/f6abab6326b18b3dc701796eed7658e2be702488))

## [3.2.2](https://gitlab.com/to-be-continuous/dbt/compare/3.2.1...3.2.2) (2024-04-03)


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

### 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.2
  - component: gitlab.com/to-be-continuous/dbt/gitlab-ci-dbt@3.2.3
  # Google Cloud variant
  - component: gitlab.com/to-be-continuous/dbt/gitlab-ci-dbt-gcp@3.2.2
  - component: gitlab.com/to-be-continuous/dbt/gitlab-ci-dbt-gcp@3.2.3
    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
@@ -54,7 +54,7 @@ variables:
.dbt-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "dbt", "3.2.2"]
      command: ["--service", "dbt", "3.2.3"]
    - name: "$TBC_GCP_PROVIDER_IMAGE"
      alias: "gcp-auth-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -407,7 +407,7 @@ stages:
  image: $DBT_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "dbt", "3.2.2"]
      command: ["--service", "dbt", "3.2.3"]
  before_script:
    - !reference [.dbt-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"