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

chore(release): 4.8.3 [skip ci]

## [4.8.3](https://gitlab.com/to-be-continuous/dbt/compare/4.8.2...4.8.3) (2025-12-31)

### Bug Fixes

* **dbt-project-evaluator:** add missing maybe_install in dbt-project-evaluor job (needed when image is provided without dbt command) ([161cf749](https://gitlab.com/to-be-continuous/dbt/commit/161cf749f309a3a156856dcb2a487fe1ee7910d3))
parent 72e8e271
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [4.8.3](https://gitlab.com/to-be-continuous/dbt/compare/4.8.2...4.8.3) (2025-12-31)


### Bug Fixes

* **dbt-project-evaluator:** add missing maybe_install in dbt-project-evaluor job (needed when image is provided without dbt command) ([161cf74](https://gitlab.com/to-be-continuous/dbt/commit/161cf749f309a3a156856dcb2a487fe1ee7910d3))

## [4.8.2](https://gitlab.com/to-be-continuous/dbt/compare/4.8.1...4.8.2) (2025-12-22)


+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.8.2
  - component: $CI_SERVER_FQDN/to-be-continuous/dbt/gitlab-ci-dbt@4.8.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: '4.8.2'
    ref: '4.8.3'
    file: '/templates/gitlab-ci-dbt.yml'

variables:
@@ -238,9 +238,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.8.2
  - component: $CI_SERVER_FQDN/to-be-continuous/dbt/gitlab-ci-dbt@4.8.3
  # GitLab pages variant
  - component: $CI_SERVER_FQDN/to-be-continuous/dbt/gitlab-ci-dbt-pages@4.8.2
  - component: $CI_SERVER_FQDN/to-be-continuous/dbt/gitlab-ci-dbt-pages@4.8.3
```

### Google Cloud variant
@@ -274,9 +274,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.8.2
  - component: $CI_SERVER_FQDN/to-be-continuous/dbt/gitlab-ci-dbt@4.8.3
  # Google Cloud variant
  - component: $CI_SERVER_FQDN/to-be-continuous/dbt/gitlab-ci-dbt-gcp@4.8.2
  - component: $CI_SERVER_FQDN/to-be-continuous/dbt/gitlab-ci-dbt-gcp@4.8.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
@@ -457,7 +457,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "dbt", "4.8.2"]
      command: ["--service", "dbt", "4.8.3"]
  variables:
    # set local cache dir; most Python tools honour XDG specs
    XDG_CACHE_HOME: "$CI_PROJECT_DIR/.cache"