From adec03610c7c68881cdda742c2bcdfa2fc932ad6 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 18 Dec 2023 13:13:08 +0200 Subject: [PATCH] chore(main): Release transformation-azure-compliance-premium v0.2.0 --- .release-please-manifest.json | 2 +- .../azure/compliance-premium/CHANGELOG.md | 14 +++++ .../azure/compliance-premium/dbt_project.yml | 54 ++++++++----------- 3 files changed, 36 insertions(+), 34 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bad5fd6a4..e7402dd53 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -7,7 +7,7 @@ "transformations/aws/compliance-premium+FILLER": "0.0.0", "transformations/azure/compliance-free": "1.2.3", "transformations/azure/compliance-free+FILLER": "0.0.0", - "transformations/azure/compliance-premium": "0.1.3", + "transformations/azure/compliance-premium": "0.2.0", "transformations/azure/compliance-premium+FILLER": "0.0.0", "transformations/gcp/compliance-free": "1.4.0", "transformations/gcp/compliance-free+FILLER": "0.0.0", diff --git a/transformations/azure/compliance-premium/CHANGELOG.md b/transformations/azure/compliance-premium/CHANGELOG.md index ba7e7635f..d377198c9 100644 --- a/transformations/azure/compliance-premium/CHANGELOG.md +++ b/transformations/azure/compliance-premium/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.2.0](https://github.com/cloudquery/policies-premium/compare/transformation-azure-compliance-premium-v0.1.3...transformation-azure-compliance-premium-v0.2.0) (2023-12-18) + + +### 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)) +* Updated dbt_run without specifying the model ([#422](https://github.com/cloudquery/policies-premium/issues/422)) ([b7ff919](https://github.com/cloudquery/policies-premium/commit/b7ff91978bd67ef1b859d6aaa012beef1ea84181)) + ## [0.1.3](https://github.com/cloudquery/policies-premium/compare/transformation-azure-compliance-premium-v0.1.2...transformation-azure-compliance-premium-v0.1.3) (2023-12-05) diff --git a/transformations/azure/compliance-premium/dbt_project.yml b/transformations/azure/compliance-premium/dbt_project.yml index 6fd68f2c9..1a84f1c31 100644 --- a/transformations/azure/compliance-premium/dbt_project.yml +++ b/transformations/azure/compliance-premium/dbt_project.yml @@ -1,35 +1,23 @@ -# 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: "azure_compliance" -version: "1.0.0" +name: azure_compliance +version: 0.2.0 config-version: 2 - -# This setting configures which "profile" dbt uses for this project. -profile: "azure_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"] -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: azure_compliance +model-paths: + - models + - ../models +analysis-paths: + - analyses +test-paths: + - tests +seed-paths: + - seeds +macro-paths: + - ../macros + - ../../macros +snapshot-paths: + - snapshots +clean-targets: + - target + - dbt_packages models: - azure_compliance: - # Config indicated by + and applies to all files under models/example/ - # example: - # +materialized: view + azure_compliance: null