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

chore(release): 3.3.0 [skip ci]

parent 35b2e374
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [3.3.0](https://gitlab.com/to-be-continuous/dbt/compare/3.2.3...3.3.0) (2024-07-14)


### Features

* **gcp:** switch to ADC google authentification ([8ecaac6](https://gitlab.com/to-be-continuous/dbt/commit/8ecaac6236b25dd8f4da10ab88b027f3538329ed))

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


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

### 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.3
  - component: gitlab.com/to-be-continuous/dbt/gitlab-ci-dbt@3.3.0
  # Google Cloud variant
  - component: gitlab.com/to-be-continuous/dbt/gitlab-ci-dbt-gcp@3.2.3
  - component: gitlab.com/to-be-continuous/dbt/gitlab-ci-dbt-gcp@3.3.0
    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
@@ -407,7 +407,7 @@ stages:
  image: $DBT_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "dbt", "3.2.3"]
      command: ["--service", "dbt", "3.3.0"]
  before_script:
    - !reference [.dbt-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"