Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main--components--…
Browse files Browse the repository at this point in the history
…transformation-gcp-asset-inventory-free
  • Loading branch information
k-rheinheimer authored Jan 7, 2025
2 parents e7c02e8 + 8dbbfc4 commit dff511f
Show file tree
Hide file tree
Showing 50 changed files with 107 additions and 71 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_transformation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.9
version: v6.12.10
- name: Migrate DB Postgres
if: needs.prepare.outputs.postgres == 'true'
run: cloudquery migrate tests/postgres.yml
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.9
version: v6.12.10
- name: Publish tranformation
working-directory: ${{ needs.prepare.outputs.transformation_dir }}
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.9
version: v6.12.10
- name: Publish visualization
env:
CLOUDQUERY_API_KEY: ${{ secrets.CLOUDQUERY_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_visualization_aws_compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.9
version: v6.12.10
- name: Publish visualization
env:
CLOUDQUERY_API_KEY: ${{ secrets.CLOUDQUERY_API_KEY }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.9
version: v6.12.10
- name: Publish visualization
env:
CLOUDQUERY_API_KEY: ${{ secrets.CLOUDQUERY_API_KEY }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.9
version: v6.12.10
- name: Test Postgres
run: |
cloudquery migrate tests/postgres.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.9
version: v6.12.10
- name: Test Postgres
run: |
cloudquery migrate tests/postgres.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/transformations_aws_cost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.9
version: v6.12.10
- name: Test Postgres
run: |
cloudquery migrate tests/postgres.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/transformations_aws_data_resilience.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.9
version: v6.12.10
- name: Test Postgres
run: |
cloudquery migrate tests/postgres.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/transformations_aws_encryption.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.9
version: v6.12.10
- name: Test Postgres
run: |
cloudquery migrate tests/postgres.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.9
version: v6.12.10
- name: Test Postgres
run: |
cloudquery migrate tests/postgres.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.9
version: v6.12.10
- name: Test Postgres
run: |
cloudquery migrate tests/postgres.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/transformations_docs_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.9
version: v6.12.10
- name: Generate the docs
run: make shard=${{ matrix.shard }} gen-site
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.9
version: v6.12.10
- name: Test Postgres
run: |
cloudquery migrate tests/postgres.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.9
version: v6.12.10
- name: Test Postgres
run: |
cloudquery migrate tests/postgres.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.9
version: v6.12.10
- name: Test Postgres
run: |
cloudquery migrate tests/postgres.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate_transformation_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.9
version: v6.12.10
- name: Migrate DB Postgres
if: needs.prepare.outputs.postgres == 'true'
run: cloudquery migrate tests/postgres.yml
Expand Down
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"transformations/aws/data-resilience+FILLER": "0.0.0",
"transformations/aws/compliance-free": "1.4.0",
"transformations/aws/compliance-free+FILLER": "0.0.0",
"transformations/aws/compliance-premium": "1.14.5",
"transformations/aws/compliance-premium": "1.14.6",
"transformations/aws/compliance-premium+FILLER": "0.0.0",
"transformations/azure/compliance-free": "1.6.2",
"transformations/azure/compliance-free+FILLER": "0.0.0",
"transformations/azure/compliance-premium": "0.8.12",
"transformations/azure/compliance-premium": "0.8.13",
"transformations/azure/compliance-premium+FILLER": "0.0.0",
"transformations/gcp/compliance-free": "1.5.0",
"transformations/gcp/compliance-free+FILLER": "0.0.0",
Expand All @@ -23,16 +23,16 @@
"visualizations/aws/data_resilience+FILLER": "0.0.0",
"transformations/aws/encryption": "2.0.9",
"transformations/aws/encryption+FILLER": "0.0.0",
"transformations/aws/asset-inventory-free": "2.3.2",
"transformations/aws/asset-inventory-free": "2.3.3",
"transformations/aws/asset-inventory+FILLER": "0.0.0",
"visualizations/aws/asset_inventory": "2.1.1",
"visualizations/aws/asset_inventory+FILLER": "0.0.0",
"transformations/aws/cost": "1.1.8",
"transformations/aws/cost": "1.2.0",
"transformations/aws/cost+FILLER": "0.0.0",
"transformations/aws/cost-free": "1.0.0",
"transformations/aws/cost-free+FILLER": "0.0.0",
"transformations/gcp/asset-inventory-free": "1.3.4",
"transformations/gcp/asset-inventory-free+FILLER": "0.0.0",
"transformations/azure/asset-inventory-free": "1.3.5",
"transformations/azure/asset-inventory-free": "1.3.6",
"transformations/azure/asset-inventory-free+FILLER": "0.0.0"
}
8 changes: 8 additions & 0 deletions transformations/aws/asset-inventory-free/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.3.3](https://github.com/cloudquery/policies/compare/transformation-aws-asset-inventory-free-v2.3.2...transformation-aws-asset-inventory-free-v2.3.3) (2025-01-07)


### Bug Fixes

* **deps:** Update dependency dbt-bigquery to v1.9.0 ([#1195](https://github.com/cloudquery/policies/issues/1195)) ([79ef526](https://github.com/cloudquery/policies/commit/79ef5261591279fefd5bda0aff5d7ceaf4f7f849))
* **deps:** Update dependency dbt-clickhouse to v1.8.6 ([#1192](https://github.com/cloudquery/policies/issues/1192)) ([95e1986](https://github.com/cloudquery/policies/commit/95e19862137a06743cfa9145ee6ee741b5e52993))

## [2.3.2](https://github.com/cloudquery/policies/compare/transformation-aws-asset-inventory-free-v2.3.1...transformation-aws-asset-inventory-free-v2.3.2) (2024-12-02)


Expand Down
2 changes: 1 addition & 1 deletion transformations/aws/asset-inventory-free/dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: aws_asset_inventory
version: 2.3.2
version: 2.3.3
config-version: 2
profile: aws_asset_inventory
model-paths:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spec:
name: aws
path: cloudquery/aws
registry: cloudquery
version: "v30.2.0" # latest version of source aws plugin
version: "v30.3.0" # latest version of source aws plugin
destinations: ["clickhouse"]
tables: ["*"]
---
Expand Down
4 changes: 2 additions & 2 deletions transformations/aws/asset-inventory-free/tests/postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spec:
name: aws
path: cloudquery/aws
registry: cloudquery
version: "v30.2.0" # latest version of source aws plugin
version: "v30.3.0" # latest version of source aws plugin
destinations: ["postgresql"]
tables: ["*"]
---
Expand All @@ -12,7 +12,7 @@ spec:
name: "postgresql"
path: "cloudquery/postgresql"
registry: cloudquery
version: "v8.7.5" # latest version of postgresql plugin
version: "v8.7.6" # latest version of postgresql plugin
spec:
batch_size: 10000
connection_string: ${CQ_DSN}
4 changes: 2 additions & 2 deletions transformations/aws/asset-inventory-free/tests/snowflake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spec:
name: aws
path: cloudquery/aws
registry: cloudquery
version: "v30.2.0" # latest version of source aws plugin
version: "v30.3.0" # latest version of source aws plugin
destinations: ["snowflake"]
tables: ["*"]
---
Expand All @@ -12,7 +12,7 @@ spec:
name: snowflake
path: cloudquery/snowflake
registry: cloudquery
version: "v4.4.3" # latest version of destination snowflake plugin
version: "v4.4.4" # latest version of destination snowflake plugin
migrate_mode: forced
spec:
connection_string: ${SNOWFLAKE_CONNECTION_STRING}
Expand Down
7 changes: 7 additions & 0 deletions transformations/aws/compliance-premium/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.14.6](https://github.com/cloudquery/policies/compare/transformation-aws-compliance-premium-v1.14.5...transformation-aws-compliance-premium-v1.14.6) (2025-01-07)


### Bug Fixes

* **deps:** Update dependency dbt-bigquery to v1.9.0 ([#1195](https://github.com/cloudquery/policies/issues/1195)) ([79ef526](https://github.com/cloudquery/policies/commit/79ef5261591279fefd5bda0aff5d7ceaf4f7f849))

## [1.14.5](https://github.com/cloudquery/policies/compare/transformation-aws-compliance-premium-v1.14.4...transformation-aws-compliance-premium-v1.14.5) (2024-12-02)


Expand Down
2 changes: 1 addition & 1 deletion transformations/aws/compliance-premium/dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: aws_compliance
version: 1.14.5
version: 1.14.6
config-version: 2
profile: aws_compliance
model-paths:
Expand Down
4 changes: 2 additions & 2 deletions transformations/aws/compliance-premium/tests/bigquery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spec:
name: aws
path: cloudquery/aws
registry: cloudquery
version: "v30.2.0" # latest version of source aws plugin
version: "v30.3.0" # latest version of source aws plugin
destinations: ["bigquery"]
tables: ["*"]
---
Expand All @@ -12,7 +12,7 @@ spec:
name: bigquery
path: cloudquery/bigquery
registry: cloudquery
version: "v4.2.3" # latest version of destination bigquery plugin
version: "v4.2.4" # latest version of destination bigquery plugin
write_mode: "append"
spec:
project_id: cq-integration-tests
Expand Down
4 changes: 2 additions & 2 deletions transformations/aws/compliance-premium/tests/postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spec:
name: aws
path: cloudquery/aws
registry: cloudquery
version: "v30.2.0" # latest version of source aws plugin
version: "v30.3.0" # latest version of source aws plugin
destinations: ["postgresql"]
tables: ["*"]
---
Expand All @@ -12,7 +12,7 @@ spec:
name: "postgresql"
path: "cloudquery/postgresql"
registry: cloudquery
version: "v8.7.5" # latest version of postgresql plugin
version: "v8.7.6" # latest version of postgresql plugin
spec:
batch_size: 10000
connection_string: ${CQ_DSN}
2 changes: 1 addition & 1 deletion transformations/aws/compliance-premium/tests/s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spec:
name: aws
path: cloudquery/aws
registry: cloudquery
version: "v30.2.0" # latest version of source aws plugin
version: "v30.3.0" # latest version of source aws plugin
destinations: ["s3"]
tables: ["*"]
---
Expand Down
4 changes: 2 additions & 2 deletions transformations/aws/compliance-premium/tests/snowflake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spec:
name: aws
path: cloudquery/aws
registry: cloudquery
version: "v30.2.0" # latest version of source aws plugin
version: "v30.3.0" # latest version of source aws plugin
destinations: ["snowflake"]
tables: ["*"]
---
Expand All @@ -12,7 +12,7 @@ spec:
name: snowflake
path: cloudquery/snowflake
registry: cloudquery
version: "v4.4.3" # latest version of destination snowflake plugin
version: "v4.4.4" # latest version of destination snowflake plugin
migrate_mode: forced
spec:
connection_string: ${SNOWFLAKE_CONNECTION_STRING}
Expand Down
7 changes: 7 additions & 0 deletions transformations/aws/cost/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.0](https://github.com/cloudquery/policies/compare/transformation-aws-cost-v1.1.8...transformation-aws-cost-v1.2.0) (2025-01-07)


### Features

* Support cost table names with symbols ([4bde479](https://github.com/cloudquery/policies/commit/4bde479d4d791d54b7600e227bf6dfd2d7bb503a))

## [1.1.8](https://github.com/cloudquery/policies/compare/transformation-aws-cost-v1.1.7...transformation-aws-cost-v1.1.8) (2024-12-02)


Expand Down
2 changes: 1 addition & 1 deletion transformations/aws/cost/dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: aws_cost
version: 1.1.8
version: 1.2.0
config-version: 2
profile: aws_cost
model-paths:
Expand Down
4 changes: 2 additions & 2 deletions transformations/aws/cost/tests/postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spec:
name: aws
path: cloudquery/aws
registry: cloudquery
version: "v30.2.0" # latest version of source aws plugin
version: "v30.3.0" # latest version of source aws plugin
destinations: ["postgresql"]
tables: ["*"]
---
Expand All @@ -12,7 +12,7 @@ spec:
name: "postgresql"
path: "cloudquery/postgresql"
registry: cloudquery
version: "v8.7.5" # latest version of postgresql plugin
version: "v8.7.6" # latest version of postgresql plugin
spec:
batch_size: 10000
connection_string: ${CQ_DSN}
4 changes: 2 additions & 2 deletions transformations/aws/data-resilience/tests/postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spec:
name: aws
path: cloudquery/aws
registry: cloudquery
version: "v30.2.0" # latest version of source aws plugin
version: "v30.3.0" # latest version of source aws plugin
destinations: ["postgresql"]
tables: ["*"]
---
Expand All @@ -12,7 +12,7 @@ spec:
name: "postgresql"
path: "cloudquery/postgresql"
registry: cloudquery
version: "v8.7.5" # latest version of postgresql plugin
version: "v8.7.6" # latest version of postgresql plugin
spec:
batch_size: 10000
connection_string: ${CQ_DSN}
Loading

0 comments on commit dff511f

Please sign in to comment.