Skip to content

Commit

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


## [0.2.0](transformation-k8s-compliance-premium-v0.1.2...transformation-k8s-compliance-premium-v0.2.0) (2023-12-28)


### Features

* Trigger GCP Free Build Transformations ([5c68bae](5c68bae))
* Trigger GCP Free Build Transformations ([#385](#385)) ([5c68bae](5c68bae))


### Bug Fixes

* Link to latest versions in README ([#428](#428)) ([44901a2](44901a2))
* Update readme ([#470](#470)) ([318d23e](318d23e))

---
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 318d23e commit dac20c9
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"transformations/gcp/compliance-premium+FILLER": "0.0.0",
"transformations/k8s/compliance-free": "1.3.0",
"transformations/k8s/compliance-free+FILLER": "0.0.0",
"transformations/k8s/compliance-premium": "0.1.2",
"transformations/k8s/compliance-premium": "0.2.0",
"transformations/k8s/compliance-premium+FILLER": "0.0.0",
"visualizations/aws/compliance": "1.3.0",
"visualizations/aws/compliance+FILLER": "0.0.0",
Expand Down
14 changes: 14 additions & 0 deletions transformations/k8s/compliance-premium/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.2.0](https://github.com/cloudquery/policies-premium/compare/transformation-k8s-compliance-premium-v0.1.2...transformation-k8s-compliance-premium-v0.2.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))
* Update readme ([#470](https://github.com/cloudquery/policies-premium/issues/470)) ([318d23e](https://github.com/cloudquery/policies-premium/commit/318d23e43bae5439d08f5e9a2bc7812257cd3ab6))

## [0.1.2](https://github.com/cloudquery/policies-premium/compare/transformation-k8s-compliance-premium-v0.1.1...transformation-k8s-compliance-premium-v0.1.2) (2023-12-05)


Expand Down
59 changes: 21 additions & 38 deletions transformations/k8s/compliance-premium/dbt_project.yml
Original file line number Diff line number Diff line change
@@ -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: 'k8s_compliance'
version: '1.0.0'
name: k8s_compliance
version: 0.2.0
config-version: 2

# This setting configures which "profile" dbt uses for this project.
profile: 'k8s_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: k8s_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:
k8s_compliance:
# Config indicated by + and applies to all files under models/example/
# example:
# +materialized: view




k8s_compliance: null

0 comments on commit dac20c9

Please sign in to comment.