diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c8d376fa3..e06d4301e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "transformations/aws/data-resilience": "1.2.0", + "transformations/aws/data-resilience": "2.0.0", "transformations/aws/data-resilience+FILLER": "0.0.0", "transformations/aws/compliance-free": "0.6.1", "transformations/aws/compliance-free+FILLER": "0.0.0", diff --git a/transformations/aws/data-resilience/CHANGELOG.md b/transformations/aws/data-resilience/CHANGELOG.md index e3411ceb7..d0100e606 100644 --- a/transformations/aws/data-resilience/CHANGELOG.md +++ b/transformations/aws/data-resilience/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [2.0.0](https://github.com/cloudquery/policies-premium/compare/transformation-aws-data-resilience-v1.2.0...transformation-aws-data-resilience-v2.0.0) (2024-01-17) + + +### ⚠ BREAKING CHANGES + +* Update `aws` to `v23.3.1` ([#264](https://github.com/cloudquery/policies-premium/issues/264)) + +### Features + +* Update `aws` to `v23.3.1` ([#264](https://github.com/cloudquery/policies-premium/issues/264)) ([d361f9b](https://github.com/cloudquery/policies-premium/commit/d361f9bad529167e093c0eca56fc9923adc72fca)) + + +### Bug Fixes + +* **deps:** Update dependency dbt-postgres to v1.7.4 ([#473](https://github.com/cloudquery/policies-premium/issues/473)) ([a7f759a](https://github.com/cloudquery/policies-premium/commit/a7f759aaf50a0a9e308fd6be378811a0097925c2)) + ## [1.2.0](https://github.com/cloudquery/policies-premium/compare/transformation-aws-data-resilience-v1.1.2...transformation-aws-data-resilience-v1.2.0) (2023-12-07) diff --git a/transformations/aws/data-resilience/dbt_project.yml b/transformations/aws/data-resilience/dbt_project.yml index cfd5c999e..b482dfe97 100644 --- a/transformations/aws/data-resilience/dbt_project.yml +++ b/transformations/aws/data-resilience/dbt_project.yml @@ -1,40 +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: 'aws_data_resilience' -version: '1.0.0' +name: aws_data_resilience +version: 2.0.0 config-version: 2 - -# This setting configures which "profile" dbt uses for this project. -profile: 'aws_data_resilience' - -# 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. -models: - # aws_backup: - # Config indicated by + and applies to all files under models/example/ - # example: - # +materialized: view - - - - +profile: aws_data_resilience +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: null