Skip to content

Commit

Permalink
chore(main): Release transformation-aws-compliance-premium v0.5.0 (#437)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [0.5.0](transformation-aws-compliance-premium-v0.4.0...transformation-aws-compliance-premium-v0.5.0) (2023-12-27)


### Features

* Trigger GCP Free Build Transformations ([5c68bae](5c68bae))
* Trigger GCP Free Build Transformations ([#385](#385)) ([5c68bae](5c68bae))
* Update AWS Free and Premium Compliance readmes ([a54c7db](a54c7db))
* Update AWS Free and Premium Compliance readmes ([#420](#420)) ([a54c7db](a54c7db))


### Bug Fixes

* Link to latest versions in README ([#428](#428)) ([44901a2](44901a2))
* Updated dbt_run without specifying the model ([#422](#422)) ([b7ff919](b7ff919))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
cq-bot authored Dec 28, 2023
1 parent b280579 commit d52c68d
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"transformations/aws/data-resilience+FILLER": "0.0.0",
"transformations/aws/compliance-free": "0.6.1",
"transformations/aws/compliance-free+FILLER": "0.0.0",
"transformations/aws/compliance-premium": "0.4.0",
"transformations/aws/compliance-premium": "0.5.0",
"transformations/aws/compliance-premium+FILLER": "0.0.0",
"transformations/azure/compliance-free": "1.2.3",
"transformations/azure/compliance-free+FILLER": "0.0.0",
Expand Down
16 changes: 16 additions & 0 deletions transformations/aws/compliance-premium/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.5.0](https://github.com/cloudquery/policies-premium/compare/transformation-aws-compliance-premium-v0.4.0...transformation-aws-compliance-premium-v0.5.0) (2023-12-27)


### 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))
* Update AWS Free and Premium Compliance readmes ([a54c7db](https://github.com/cloudquery/policies-premium/commit/a54c7dbedca502bc6d11baccef51dbb3af5662ea))
* Update AWS Free and Premium Compliance readmes ([#420](https://github.com/cloudquery/policies-premium/issues/420)) ([a54c7db](https://github.com/cloudquery/policies-premium/commit/a54c7dbedca502bc6d11baccef51dbb3af5662ea))


### 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.4.0](https://github.com/cloudquery/policies-premium/compare/transformation-aws-compliance-premium-v0.3.0...transformation-aws-compliance-premium-v0.4.0) (2023-12-07)


Expand Down
64 changes: 23 additions & 41 deletions transformations/aws/compliance-premium/dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,44 +1,26 @@

# 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_compliance'
version: '1.0.0'
name: aws_compliance
version: 0.5.0
config-version: 2

# This setting configures which "profile" dbt uses for this project.
profile: 'aws_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"

profile: aws_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
dispatch:
- macro_namespace: dbt_utils
search_order: ['aws_compliance', 'dbt_utils']


# 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_compliance:

# models:
# aws_compliance__foundational_security_free:
# # Apply this configuration when the `target.name` is 'snowflake'
# +tags: ["snowflake"]
# +enabled: "{{ target.name != 'snowflake' }}"
search_order:
- aws_compliance
- dbt_utils

0 comments on commit d52c68d

Please sign in to comment.