From 88c61b0e238bada983ce75dffa3c3d57ceebcef7 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Wed, 4 Dec 2024 15:36:41 +0000 Subject: [PATCH] chore(deps): Update CloudQuery monorepo modules --- .github/workflows/publish_transformation.yml | 4 ++-- .../workflows/publish_visualization_aws_asset_inventory.yml | 2 +- .github/workflows/publish_visualization_aws_compliance.yml | 2 +- .../workflows/publish_visualization_aws_data_resilience.yml | 2 +- .../workflows/transformations_aws_asset_inventory_free.yml | 2 +- .github/workflows/transformations_aws_compliance_premium.yml | 2 +- .github/workflows/transformations_aws_cost.yml | 2 +- .github/workflows/transformations_aws_data_resilience.yml | 2 +- .github/workflows/transformations_aws_encryption.yml | 2 +- .../workflows/transformations_azure_asset_inventory_free.yml | 2 +- .../workflows/transformations_azure_compliance_premium.yml | 2 +- .github/workflows/transformations_docs_deploy.yml | 2 +- .../workflows/transformations_gcp_asset_inventory_free.yml | 2 +- .github/workflows/transformations_gcp_compliance_premium.yml | 2 +- .github/workflows/transformations_k8s_compliance_premium.yml | 2 +- .github/workflows/validate_transformation_release.yml | 2 +- transformations/aws/asset-inventory-free/tests/postgres.yml | 2 +- transformations/aws/compliance-premium/tests/postgres.yml | 2 +- transformations/aws/cost/tests/postgres.yml | 2 +- transformations/aws/data-resilience/tests/postgres.yml | 2 +- transformations/aws/encryption/tests/postgres.yml | 2 +- transformations/azure/asset-inventory-free/tests/postgres.yml | 2 +- transformations/azure/compliance-premium/tests/postgres.yml | 2 +- transformations/gcp/asset-inventory-free/tests/postgres.yml | 2 +- transformations/gcp/compliance-premium/tests/postgres.yml | 2 +- transformations/k8s/compliance-premium/tests/postgres.yml | 2 +- 26 files changed, 27 insertions(+), 27 deletions(-) diff --git a/.github/workflows/publish_transformation.yml b/.github/workflows/publish_transformation.yml index 573d247e7..6dc0f7de5 100644 --- a/.github/workflows/publish_transformation.yml +++ b/.github/workflows/publish_transformation.yml @@ -121,7 +121,7 @@ jobs: - name: Setup CloudQuery uses: cloudquery/setup-cloudquery@v4 with: - version: v6.12.5 + version: v6.12.6 - name: Migrate DB Postgres if: needs.prepare.outputs.postgres == 'true' run: cloudquery migrate tests/postgres.yml @@ -175,7 +175,7 @@ jobs: - name: Setup CloudQuery uses: cloudquery/setup-cloudquery@v4 with: - version: v6.12.5 + version: v6.12.6 - name: Publish tranformation working-directory: ${{ needs.prepare.outputs.transformation_dir }} env: diff --git a/.github/workflows/publish_visualization_aws_asset_inventory.yml b/.github/workflows/publish_visualization_aws_asset_inventory.yml index 4c6a5912b..eecf3c527 100644 --- a/.github/workflows/publish_visualization_aws_asset_inventory.yml +++ b/.github/workflows/publish_visualization_aws_asset_inventory.yml @@ -34,7 +34,7 @@ jobs: - name: Setup CloudQuery uses: cloudquery/setup-cloudquery@v4 with: - version: v6.12.5 + version: v6.12.6 - name: Publish visualization env: CLOUDQUERY_API_KEY: ${{ secrets.CLOUDQUERY_API_KEY }} diff --git a/.github/workflows/publish_visualization_aws_compliance.yml b/.github/workflows/publish_visualization_aws_compliance.yml index 99aa67999..bd45a9b93 100644 --- a/.github/workflows/publish_visualization_aws_compliance.yml +++ b/.github/workflows/publish_visualization_aws_compliance.yml @@ -34,7 +34,7 @@ jobs: - name: Setup CloudQuery uses: cloudquery/setup-cloudquery@v4 with: - version: v6.12.5 + version: v6.12.6 - name: Publish visualization env: CLOUDQUERY_API_KEY: ${{ secrets.CLOUDQUERY_API_KEY }} diff --git a/.github/workflows/publish_visualization_aws_data_resilience.yml b/.github/workflows/publish_visualization_aws_data_resilience.yml index 9733405c9..29d1c7d47 100644 --- a/.github/workflows/publish_visualization_aws_data_resilience.yml +++ b/.github/workflows/publish_visualization_aws_data_resilience.yml @@ -34,7 +34,7 @@ jobs: - name: Setup CloudQuery uses: cloudquery/setup-cloudquery@v4 with: - version: v6.12.5 + version: v6.12.6 - name: Publish visualization env: CLOUDQUERY_API_KEY: ${{ secrets.CLOUDQUERY_API_KEY }} diff --git a/.github/workflows/transformations_aws_asset_inventory_free.yml b/.github/workflows/transformations_aws_asset_inventory_free.yml index 9d67a4051..fcb1cff3f 100644 --- a/.github/workflows/transformations_aws_asset_inventory_free.yml +++ b/.github/workflows/transformations_aws_asset_inventory_free.yml @@ -110,7 +110,7 @@ jobs: - name: Setup CloudQuery uses: cloudquery/setup-cloudquery@v4 with: - version: v6.12.5 + version: v6.12.6 - name: Test Postgres run: | cloudquery migrate tests/postgres.yml diff --git a/.github/workflows/transformations_aws_compliance_premium.yml b/.github/workflows/transformations_aws_compliance_premium.yml index 46a4cf041..e0ec4a37a 100644 --- a/.github/workflows/transformations_aws_compliance_premium.yml +++ b/.github/workflows/transformations_aws_compliance_premium.yml @@ -116,7 +116,7 @@ jobs: - name: Setup CloudQuery uses: cloudquery/setup-cloudquery@v4 with: - version: v6.12.5 + version: v6.12.6 - name: Test Postgres run: | cloudquery migrate tests/postgres.yml diff --git a/.github/workflows/transformations_aws_cost.yml b/.github/workflows/transformations_aws_cost.yml index c3c1030e0..a462464ec 100644 --- a/.github/workflows/transformations_aws_cost.yml +++ b/.github/workflows/transformations_aws_cost.yml @@ -106,7 +106,7 @@ jobs: - name: Setup CloudQuery uses: cloudquery/setup-cloudquery@v4 with: - version: v6.12.5 + version: v6.12.6 - name: Test Postgres run: | cloudquery migrate tests/postgres.yml diff --git a/.github/workflows/transformations_aws_data_resilience.yml b/.github/workflows/transformations_aws_data_resilience.yml index 5bffe4111..a273eda3f 100644 --- a/.github/workflows/transformations_aws_data_resilience.yml +++ b/.github/workflows/transformations_aws_data_resilience.yml @@ -106,7 +106,7 @@ jobs: - name: Setup CloudQuery uses: cloudquery/setup-cloudquery@v4 with: - version: v6.12.5 + version: v6.12.6 - name: Test Postgres run: | cloudquery migrate tests/postgres.yml diff --git a/.github/workflows/transformations_aws_encryption.yml b/.github/workflows/transformations_aws_encryption.yml index 24ade8d43..4633a1afe 100644 --- a/.github/workflows/transformations_aws_encryption.yml +++ b/.github/workflows/transformations_aws_encryption.yml @@ -106,7 +106,7 @@ jobs: - name: Setup CloudQuery uses: cloudquery/setup-cloudquery@v4 with: - version: v6.12.5 + version: v6.12.6 - name: Test Postgres run: | cloudquery migrate tests/postgres.yml diff --git a/.github/workflows/transformations_azure_asset_inventory_free.yml b/.github/workflows/transformations_azure_asset_inventory_free.yml index 17219269d..b9777675b 100644 --- a/.github/workflows/transformations_azure_asset_inventory_free.yml +++ b/.github/workflows/transformations_azure_asset_inventory_free.yml @@ -107,7 +107,7 @@ jobs: - name: Setup CloudQuery uses: cloudquery/setup-cloudquery@v4 with: - version: v6.12.5 + version: v6.12.6 - name: Test Postgres run: | cloudquery migrate tests/postgres.yml diff --git a/.github/workflows/transformations_azure_compliance_premium.yml b/.github/workflows/transformations_azure_compliance_premium.yml index fcefc6a34..56b0e9e8a 100644 --- a/.github/workflows/transformations_azure_compliance_premium.yml +++ b/.github/workflows/transformations_azure_compliance_premium.yml @@ -108,7 +108,7 @@ jobs: - name: Setup CloudQuery uses: cloudquery/setup-cloudquery@v4 with: - version: v6.12.5 + version: v6.12.6 - name: Test Postgres run: | cloudquery migrate tests/postgres.yml diff --git a/.github/workflows/transformations_docs_deploy.yml b/.github/workflows/transformations_docs_deploy.yml index b82142af3..50683f493 100644 --- a/.github/workflows/transformations_docs_deploy.yml +++ b/.github/workflows/transformations_docs_deploy.yml @@ -47,7 +47,7 @@ jobs: - name: Setup CloudQuery uses: cloudquery/setup-cloudquery@v4 with: - version: v6.12.5 + version: v6.12.6 - name: Generate the docs run: make shard=${{ matrix.shard }} gen-site env: diff --git a/.github/workflows/transformations_gcp_asset_inventory_free.yml b/.github/workflows/transformations_gcp_asset_inventory_free.yml index 45e46bc87..01bdbe2c1 100644 --- a/.github/workflows/transformations_gcp_asset_inventory_free.yml +++ b/.github/workflows/transformations_gcp_asset_inventory_free.yml @@ -107,7 +107,7 @@ jobs: - name: Setup CloudQuery uses: cloudquery/setup-cloudquery@v4 with: - version: v6.12.5 + version: v6.12.6 - name: Test Postgres run: | cloudquery migrate tests/postgres.yml diff --git a/.github/workflows/transformations_gcp_compliance_premium.yml b/.github/workflows/transformations_gcp_compliance_premium.yml index 1341abf7b..f258ce9fe 100644 --- a/.github/workflows/transformations_gcp_compliance_premium.yml +++ b/.github/workflows/transformations_gcp_compliance_premium.yml @@ -108,7 +108,7 @@ jobs: - name: Setup CloudQuery uses: cloudquery/setup-cloudquery@v4 with: - version: v6.12.5 + version: v6.12.6 - name: Test Postgres run: | cloudquery migrate tests/postgres.yml diff --git a/.github/workflows/transformations_k8s_compliance_premium.yml b/.github/workflows/transformations_k8s_compliance_premium.yml index 12a2f8251..b1b7f1555 100644 --- a/.github/workflows/transformations_k8s_compliance_premium.yml +++ b/.github/workflows/transformations_k8s_compliance_premium.yml @@ -108,7 +108,7 @@ jobs: - name: Setup CloudQuery uses: cloudquery/setup-cloudquery@v4 with: - version: v6.12.5 + version: v6.12.6 - name: Test Postgres run: | cloudquery migrate tests/postgres.yml diff --git a/.github/workflows/validate_transformation_release.yml b/.github/workflows/validate_transformation_release.yml index e2b138d61..e3d2a27ec 100644 --- a/.github/workflows/validate_transformation_release.yml +++ b/.github/workflows/validate_transformation_release.yml @@ -107,7 +107,7 @@ jobs: - name: Setup CloudQuery uses: cloudquery/setup-cloudquery@v4 with: - version: v6.12.5 + version: v6.12.6 - name: Migrate DB Postgres if: needs.prepare.outputs.postgres == 'true' run: cloudquery migrate tests/postgres.yml diff --git a/transformations/aws/asset-inventory-free/tests/postgres.yml b/transformations/aws/asset-inventory-free/tests/postgres.yml index 60cde54af..cecda0f4d 100644 --- a/transformations/aws/asset-inventory-free/tests/postgres.yml +++ b/transformations/aws/asset-inventory-free/tests/postgres.yml @@ -12,7 +12,7 @@ spec: name: "postgresql" path: "cloudquery/postgresql" registry: cloudquery - version: "v8.7.2" # latest version of postgresql plugin + version: "v8.7.3" # latest version of postgresql plugin spec: batch_size: 10000 connection_string: ${CQ_DSN} diff --git a/transformations/aws/compliance-premium/tests/postgres.yml b/transformations/aws/compliance-premium/tests/postgres.yml index 60cde54af..cecda0f4d 100644 --- a/transformations/aws/compliance-premium/tests/postgres.yml +++ b/transformations/aws/compliance-premium/tests/postgres.yml @@ -12,7 +12,7 @@ spec: name: "postgresql" path: "cloudquery/postgresql" registry: cloudquery - version: "v8.7.2" # latest version of postgresql plugin + version: "v8.7.3" # latest version of postgresql plugin spec: batch_size: 10000 connection_string: ${CQ_DSN} diff --git a/transformations/aws/cost/tests/postgres.yml b/transformations/aws/cost/tests/postgres.yml index 60cde54af..cecda0f4d 100644 --- a/transformations/aws/cost/tests/postgres.yml +++ b/transformations/aws/cost/tests/postgres.yml @@ -12,7 +12,7 @@ spec: name: "postgresql" path: "cloudquery/postgresql" registry: cloudquery - version: "v8.7.2" # latest version of postgresql plugin + version: "v8.7.3" # latest version of postgresql plugin spec: batch_size: 10000 connection_string: ${CQ_DSN} diff --git a/transformations/aws/data-resilience/tests/postgres.yml b/transformations/aws/data-resilience/tests/postgres.yml index 60cde54af..cecda0f4d 100644 --- a/transformations/aws/data-resilience/tests/postgres.yml +++ b/transformations/aws/data-resilience/tests/postgres.yml @@ -12,7 +12,7 @@ spec: name: "postgresql" path: "cloudquery/postgresql" registry: cloudquery - version: "v8.7.2" # latest version of postgresql plugin + version: "v8.7.3" # latest version of postgresql plugin spec: batch_size: 10000 connection_string: ${CQ_DSN} diff --git a/transformations/aws/encryption/tests/postgres.yml b/transformations/aws/encryption/tests/postgres.yml index 60cde54af..cecda0f4d 100644 --- a/transformations/aws/encryption/tests/postgres.yml +++ b/transformations/aws/encryption/tests/postgres.yml @@ -12,7 +12,7 @@ spec: name: "postgresql" path: "cloudquery/postgresql" registry: cloudquery - version: "v8.7.2" # latest version of postgresql plugin + version: "v8.7.3" # latest version of postgresql plugin spec: batch_size: 10000 connection_string: ${CQ_DSN} diff --git a/transformations/azure/asset-inventory-free/tests/postgres.yml b/transformations/azure/asset-inventory-free/tests/postgres.yml index 003c2bf48..3997f0243 100644 --- a/transformations/azure/asset-inventory-free/tests/postgres.yml +++ b/transformations/azure/asset-inventory-free/tests/postgres.yml @@ -11,7 +11,7 @@ spec: name: "postgresql" path: "cloudquery/postgresql" registry: cloudquery - version: "v8.7.2" # latest version of postgresql plugin + version: "v8.7.3" # latest version of postgresql plugin spec: batch_size: 10000 connection_string: ${CQ_DSN} diff --git a/transformations/azure/compliance-premium/tests/postgres.yml b/transformations/azure/compliance-premium/tests/postgres.yml index de9809f65..12efdc55e 100644 --- a/transformations/azure/compliance-premium/tests/postgres.yml +++ b/transformations/azure/compliance-premium/tests/postgres.yml @@ -12,7 +12,7 @@ spec: name: "postgresql" path: "cloudquery/postgresql" registry: cloudquery - version: "v8.7.2" # latest version of postgresql plugin + version: "v8.7.3" # latest version of postgresql plugin spec: batch_size: 10000 connection_string: ${CQ_DSN} \ No newline at end of file diff --git a/transformations/gcp/asset-inventory-free/tests/postgres.yml b/transformations/gcp/asset-inventory-free/tests/postgres.yml index 8b9914b19..4ae635da8 100644 --- a/transformations/gcp/asset-inventory-free/tests/postgres.yml +++ b/transformations/gcp/asset-inventory-free/tests/postgres.yml @@ -11,7 +11,7 @@ spec: name: "postgresql" path: "cloudquery/postgresql" registry: cloudquery - version: "v8.7.2" # latest version of postgresql plugin + version: "v8.7.3" # latest version of postgresql plugin spec: batch_size: 10000 connection_string: ${CQ_DSN} diff --git a/transformations/gcp/compliance-premium/tests/postgres.yml b/transformations/gcp/compliance-premium/tests/postgres.yml index 30a761a2d..cf901ab00 100644 --- a/transformations/gcp/compliance-premium/tests/postgres.yml +++ b/transformations/gcp/compliance-premium/tests/postgres.yml @@ -11,7 +11,7 @@ spec: name: "postgresql" path: "cloudquery/postgresql" registry: cloudquery - version: "v8.7.2" # latest version of postgresql plugin + version: "v8.7.3" # latest version of postgresql plugin spec: batch_size: 10000 connection_string: ${CQ_DSN} \ No newline at end of file diff --git a/transformations/k8s/compliance-premium/tests/postgres.yml b/transformations/k8s/compliance-premium/tests/postgres.yml index ede6905ed..b46d9ed70 100644 --- a/transformations/k8s/compliance-premium/tests/postgres.yml +++ b/transformations/k8s/compliance-premium/tests/postgres.yml @@ -15,7 +15,7 @@ spec: name: "postgresql" path: "cloudquery/postgresql" registry: cloudquery - version: "v8.7.2" # latest version of postgresql plugin + version: "v8.7.3" # latest version of postgresql plugin spec: batch_size: 10000 connection_string: ${CQ_DSN} \ No newline at end of file