diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 81763eb8f..e191edbd0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -11,7 +11,7 @@ "transformations/azure/compliance-premium+FILLER": "0.0.0", "transformations/gcp/compliance-free": "1.4.1", "transformations/gcp/compliance-free+FILLER": "0.0.0", - "transformations/gcp/compliance-premium": "0.2.3", + "transformations/gcp/compliance-premium": "0.3.0", "transformations/gcp/compliance-premium+FILLER": "0.0.0", "transformations/k8s/compliance-free": "1.2.2", "transformations/k8s/compliance-free+FILLER": "0.0.0", diff --git a/transformations/gcp/compliance-premium/CHANGELOG.md b/transformations/gcp/compliance-premium/CHANGELOG.md index 4bc13de9d..920fb0411 100644 --- a/transformations/gcp/compliance-premium/CHANGELOG.md +++ b/transformations/gcp/compliance-premium/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.3.0](https://github.com/cloudquery/policies-premium/compare/transformation-gcp-compliance-premium-v0.2.3...transformation-gcp-compliance-premium-v0.3.0) (2023-12-28) + + +### Features + +* Trigger GCP Free Build Transformations ([5c68bae](https://github.com/cloudquery/policies-premium/commit/5c68bae0f30e4e57db5774300488d4b6ddd42c3b)) +* Trigger GCP Free Build Transformations ([#385](https://github.com/cloudquery/policies-premium/issues/385)) ([5c68bae](https://github.com/cloudquery/policies-premium/commit/5c68bae0f30e4e57db5774300488d4b6ddd42c3b)) + + +### Bug Fixes + +* Link to latest versions in README ([#428](https://github.com/cloudquery/policies-premium/issues/428)) ([44901a2](https://github.com/cloudquery/policies-premium/commit/44901a2be3ada54606fc928010ae9a15aaff7173)) + ## [0.2.3](https://github.com/cloudquery/policies-premium/compare/transformation-gcp-compliance-premium-v0.2.2...transformation-gcp-compliance-premium-v0.2.3) (2023-12-07) diff --git a/transformations/gcp/compliance-premium/dbt_project.yml b/transformations/gcp/compliance-premium/dbt_project.yml index 60a97a855..78a81b43a 100644 --- a/transformations/gcp/compliance-premium/dbt_project.yml +++ b/transformations/gcp/compliance-premium/dbt_project.yml @@ -1,40 +1,24 @@ - -# Name your project! Project names should contain only lowercase characters -# and underscores. A good package name should reflect your organization's -# name or the intended use of these models -name: 'gcp_compliance' -version: '1.0.0' +name: gcp_compliance +version: 0.3.0 config-version: 2 - -# This setting configures which "profile" dbt uses for this project. -profile: 'gcp_compliance' - -# These configurations specify where dbt should look for different types of files. -# The `model-paths` config, for example, states that models in this project can be -# found in the "models/" directory. You probably won't need to change these! -model-paths: ["models", "../models"] -analysis-paths: ["analyses"] -test-paths: ["tests"] -seed-paths: ["seeds"] -macro-paths: ["macros", "../macros", "../../macros"] -snapshot-paths: ["snapshots"] - -clean-targets: # directories to be removed by `dbt clean` - - "target" - - "dbt_packages" - -# Configuring models -# Full documentation: https://docs.getdbt.com/docs/configuring-models - -# In this example config, we tell dbt to build all models in the example/ -# directory as views. These settings can be overridden in the individual model -# files using the `{{ config(...) }}` macro. +profile: gcp_compliance +model-paths: + - models + - ../models +analysis-paths: + - analyses +test-paths: + - tests +seed-paths: + - seeds +macro-paths: + - macros + - ../macros + - ../../macros +snapshot-paths: + - snapshots +clean-targets: + - target + - dbt_packages models: - gcp_compliance: - # Config indicated by + and applies to all files under models/example/ - # example: - # +materialized: view - - - - + gcp_compliance: null