From 58a80dc65d802386347e60dca36110452eaa0277 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Fri, 17 Nov 2023 13:44:02 +0200 Subject: [PATCH] chore(main): Release transformation-gcp-compliance-free v0.1.0 (#221) :robot: I have created a release *beep* *boop* --- ## [0.1.0](https://github.com/cloudquery/policies-premium/compare/transformation-gcp-compliance-free-v0.0.1...transformation-gcp-compliance-free-v0.1.0) (2023-11-17) ### Features * Added GCP Snowflake dbt - cis v1.2.0 ([#196](https://github.com/cloudquery/policies-premium/issues/196)) ([5690872](https://github.com/cloudquery/policies-premium/commit/569087228a4e55d9593d0cbeb58338833f20bc42)) * Reorder things and move to cross platform queries ([#160](https://github.com/cloudquery/policies-premium/issues/160)) ([2e9e699](https://github.com/cloudquery/policies-premium/commit/2e9e6995991e12f4e6df7b73e6f7d662b0f56430)) ### Bug Fixes * CQ Configs in tests properly named ([#200](https://github.com/cloudquery/policies-premium/issues/200)) ([a406403](https://github.com/cloudquery/policies-premium/commit/a406403f61edb945afed9d589e93ffb56b22b8b8)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .release-please-manifest-free.json | 2 +- transformations/gcp_compliance/CHANGELOG-free.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 transformations/gcp_compliance/CHANGELOG-free.md diff --git a/.release-please-manifest-free.json b/.release-please-manifest-free.json index 76ce1129c..032d36458 100644 --- a/.release-please-manifest-free.json +++ b/.release-please-manifest-free.json @@ -1,6 +1,6 @@ { "transformations/aws_compliance": "0.0.1", "transformations/azure_compliance": "0.0.1", - "transformations/gcp_compliance": "0.0.1", + "transformations/gcp_compliance": "0.1.0", "transformations/k8s_compliance": "0.0.1" } diff --git a/transformations/gcp_compliance/CHANGELOG-free.md b/transformations/gcp_compliance/CHANGELOG-free.md new file mode 100644 index 000000000..a47d66c91 --- /dev/null +++ b/transformations/gcp_compliance/CHANGELOG-free.md @@ -0,0 +1,14 @@ +# Changelog + +## [0.1.0](https://github.com/cloudquery/policies-premium/compare/transformation-gcp-compliance-free-v0.0.1...transformation-gcp-compliance-free-v0.1.0) (2023-11-17) + + +### Features + +* Added GCP Snowflake dbt - cis v1.2.0 ([#196](https://github.com/cloudquery/policies-premium/issues/196)) ([5690872](https://github.com/cloudquery/policies-premium/commit/569087228a4e55d9593d0cbeb58338833f20bc42)) +* Reorder things and move to cross platform queries ([#160](https://github.com/cloudquery/policies-premium/issues/160)) ([2e9e699](https://github.com/cloudquery/policies-premium/commit/2e9e6995991e12f4e6df7b73e6f7d662b0f56430)) + + +### Bug Fixes + +* CQ Configs in tests properly named ([#200](https://github.com/cloudquery/policies-premium/issues/200)) ([a406403](https://github.com/cloudquery/policies-premium/commit/a406403f61edb945afed9d589e93ffb56b22b8b8))