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

chore(release): 4.1.0 [skip ci]

parent 8413acc8
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [4.1.0](https://gitlab.com/to-be-continuous/dbt/compare/4.0.0...4.1.0) (2024-12-07)


### Features

* **docker image:** switch to dbt official image ([7add1e5](https://gitlab.com/to-be-continuous/dbt/commit/7add1e55f71093520d4df693f7f5f31336cc361e))

# [4.0.0](https://gitlab.com/to-be-continuous/dbt/compare/3.3.0...4.0.0) (2024-07-14)


+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: $CI_SERVER_FQDN/to-be-continuous/dbt/gitlab-ci-dbt@4.0.0
  - component: $CI_SERVER_FQDN/to-be-continuous/dbt/gitlab-ci-dbt@4.1.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: '4.0.0'
    ref: '4.1.0'
    file: '/templates/gitlab-ci-dbt.yml'

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

```yaml
  # main template
  - component: $CI_SERVER_FQDN/to-be-continuous/dbt/gitlab-ci-dbt@4.0.0
  - component: $CI_SERVER_FQDN/to-be-continuous/dbt/gitlab-ci-dbt@4.1.0
  # GitLab pages variant
  - component: $CI_SERVER_FQDN/to-be-continuous/dbt/gitlab-ci-dbt-pages@4.0.0
  - component: $CI_SERVER_FQDN/to-be-continuous/dbt/gitlab-ci-dbt-pages@4.1.0
```

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

```yaml
  # main template
  - component: $CI_SERVER_FQDN/to-be-continuous/dbt/gitlab-ci-dbt@4.0.0
  - component: $CI_SERVER_FQDN/to-be-continuous/dbt/gitlab-ci-dbt@4.1.0
  # Google Cloud variant
  - component: $CI_SERVER_FQDN/to-be-continuous/dbt/gitlab-ci-dbt-gcp@4.0.0
  - component: $CI_SERVER_FQDN/to-be-continuous/dbt/gitlab-ci-dbt-gcp@4.1.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
@@ -409,7 +409,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "dbt", "4.0.0"]
      command: ["--service", "dbt", "4.1.0"]
  before_script:
    - !reference [.dbt-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"