From b4fa141599a680b8dea56abab90e264ceeac4649 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Wed, 7 Aug 2024 11:15:15 +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/bigquery.yml | 2 +- transformations/aws/asset-inventory-free/tests/postgres.yml | 4 ++-- transformations/aws/asset-inventory-free/tests/snowflake.yml | 2 +- transformations/aws/compliance-premium/tests/bigquery.yml | 2 +- transformations/aws/compliance-premium/tests/postgres.yml | 4 ++-- transformations/aws/compliance-premium/tests/s3.yml | 2 +- transformations/aws/compliance-premium/tests/snowflake.yml | 2 +- transformations/aws/cost/tests/postgres.yml | 4 ++-- transformations/aws/data-resilience/tests/postgres.yml | 4 ++-- transformations/aws/encryption/tests/postgres.yml | 4 ++-- transformations/azure/asset-inventory-free/tests/bigquery.yml | 2 +- transformations/azure/asset-inventory-free/tests/postgres.yml | 4 ++-- .../azure/asset-inventory-free/tests/snowflake.yml | 2 +- transformations/azure/compliance-premium/tests/bigquery.yml | 2 +- transformations/azure/compliance-premium/tests/postgres.yml | 4 ++-- transformations/azure/compliance-premium/tests/snowflake.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 | 4 ++-- 35 files changed, 44 insertions(+), 44 deletions(-) diff --git a/.github/workflows/publish_transformation.yml b/.github/workflows/publish_transformation.yml index 989839403..4877f2197 100644 --- a/.github/workflows/publish_transformation.yml +++ b/.github/workflows/publish_transformation.yml @@ -118,7 +118,7 @@ jobs: - name: Setup CloudQuery uses: cloudquery/setup-cloudquery@v3 with: - version: v6.1.0 + version: v6.3.0 - name: Migrate DB Postgres if: needs.prepare.outputs.postgres == 'true' run: cloudquery migrate tests/postgres.yml @@ -154,7 +154,7 @@ jobs: - name: Setup CloudQuery uses: cloudquery/setup-cloudquery@v3 with: - version: v6.1.0 + version: v6.3.0 - 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 f7eb5e01b..108c1270b 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@v3 with: - version: v6.1.0 + version: v6.3.0 - 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 a6e8db18a..b91117f33 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@v3 with: - version: v6.1.0 + version: v6.3.0 - 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 5996afe54..1bdbdcdd6 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@v3 with: - version: v6.1.0 + version: v6.3.0 - 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 a70ee8345..93f527cc6 100644 --- a/.github/workflows/transformations_aws_asset_inventory_free.yml +++ b/.github/workflows/transformations_aws_asset_inventory_free.yml @@ -107,7 +107,7 @@ jobs: - name: Setup CloudQuery uses: cloudquery/setup-cloudquery@v3 with: - version: v6.1.0 + version: v6.3.0 - 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 5ab40dfb0..030162099 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@v3 with: - version: v6.1.0 + version: v6.3.0 - 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 227486ee9..6d39acea2 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@v3 with: - version: v6.1.0 + version: v6.3.0 - 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 decf45cc2..7bb920cde 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@v3 with: - version: v6.1.0 + version: v6.3.0 - 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 54d613204..7deb86b51 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@v3 with: - version: v6.1.0 + version: v6.3.0 - 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 16998efaa..d69a4ccaa 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@v3 with: - version: v6.1.0 + version: v6.3.0 - 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 d201630a5..0ab49d84e 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@v3 with: - version: v6.1.0 + version: v6.3.0 - 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 9a3672071..847a7c37b 100644 --- a/.github/workflows/transformations_docs_deploy.yml +++ b/.github/workflows/transformations_docs_deploy.yml @@ -49,7 +49,7 @@ jobs: - name: Setup CloudQuery uses: cloudquery/setup-cloudquery@v3 with: - version: v6.1.0 + version: v6.3.0 - 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 c2ebf3898..fbe62df5c 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@v3 with: - version: v6.1.0 + version: v6.3.0 - 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 1a237b91a..7a1d853ae 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@v3 with: - version: v6.1.0 + version: v6.3.0 - 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 42fac75f9..c8b5f4cdf 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@v3 with: - version: v6.1.0 + version: v6.3.0 - 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 0d5266e9d..7511b0912 100644 --- a/.github/workflows/validate_transformation_release.yml +++ b/.github/workflows/validate_transformation_release.yml @@ -104,7 +104,7 @@ jobs: - name: Setup CloudQuery uses: cloudquery/setup-cloudquery@v3 with: - version: v6.1.0 + version: v6.3.0 - 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/bigquery.yml b/transformations/aws/asset-inventory-free/tests/bigquery.yml index 392bbc617..292433f38 100644 --- a/transformations/aws/asset-inventory-free/tests/bigquery.yml +++ b/transformations/aws/asset-inventory-free/tests/bigquery.yml @@ -3,7 +3,7 @@ spec: name: aws path: cloudquery/aws registry: cloudquery - version: "v27.9.0" # latest version of source aws plugin + version: "v27.12.0" # latest version of source aws plugin destinations: ["bigquery"] tables: ["*"] --- diff --git a/transformations/aws/asset-inventory-free/tests/postgres.yml b/transformations/aws/asset-inventory-free/tests/postgres.yml index f32706843..6710545c1 100644 --- a/transformations/aws/asset-inventory-free/tests/postgres.yml +++ b/transformations/aws/asset-inventory-free/tests/postgres.yml @@ -3,7 +3,7 @@ spec: name: aws path: cloudquery/aws registry: cloudquery - version: "v27.9.0" # latest version of source aws plugin + version: "v27.12.0" # latest version of source aws plugin destinations: ["postgresql"] tables: ["*"] --- @@ -12,7 +12,7 @@ spec: name: "postgresql" path: "cloudquery/postgresql" registry: cloudquery - version: "v8.3.1" # latest version of postgresql plugin + version: "v8.4.0" # latest version of postgresql plugin spec: batch_size: 10000 connection_string: ${CQ_DSN} diff --git a/transformations/aws/asset-inventory-free/tests/snowflake.yml b/transformations/aws/asset-inventory-free/tests/snowflake.yml index bad86e868..bc2f21aee 100644 --- a/transformations/aws/asset-inventory-free/tests/snowflake.yml +++ b/transformations/aws/asset-inventory-free/tests/snowflake.yml @@ -3,7 +3,7 @@ spec: name: aws path: cloudquery/aws registry: cloudquery - version: "v27.9.0" # latest version of source aws plugin + version: "v27.12.0" # latest version of source aws plugin destinations: ["snowflake"] tables: ["*"] --- diff --git a/transformations/aws/compliance-premium/tests/bigquery.yml b/transformations/aws/compliance-premium/tests/bigquery.yml index 392bbc617..292433f38 100644 --- a/transformations/aws/compliance-premium/tests/bigquery.yml +++ b/transformations/aws/compliance-premium/tests/bigquery.yml @@ -3,7 +3,7 @@ spec: name: aws path: cloudquery/aws registry: cloudquery - version: "v27.9.0" # latest version of source aws plugin + version: "v27.12.0" # latest version of source aws plugin destinations: ["bigquery"] tables: ["*"] --- diff --git a/transformations/aws/compliance-premium/tests/postgres.yml b/transformations/aws/compliance-premium/tests/postgres.yml index f32706843..6710545c1 100644 --- a/transformations/aws/compliance-premium/tests/postgres.yml +++ b/transformations/aws/compliance-premium/tests/postgres.yml @@ -3,7 +3,7 @@ spec: name: aws path: cloudquery/aws registry: cloudquery - version: "v27.9.0" # latest version of source aws plugin + version: "v27.12.0" # latest version of source aws plugin destinations: ["postgresql"] tables: ["*"] --- @@ -12,7 +12,7 @@ spec: name: "postgresql" path: "cloudquery/postgresql" registry: cloudquery - version: "v8.3.1" # latest version of postgresql plugin + version: "v8.4.0" # latest version of postgresql plugin spec: batch_size: 10000 connection_string: ${CQ_DSN} diff --git a/transformations/aws/compliance-premium/tests/s3.yml b/transformations/aws/compliance-premium/tests/s3.yml index 1839b7100..fed70a881 100644 --- a/transformations/aws/compliance-premium/tests/s3.yml +++ b/transformations/aws/compliance-premium/tests/s3.yml @@ -3,7 +3,7 @@ spec: name: aws path: cloudquery/aws registry: cloudquery - version: "v27.9.0" # latest version of source aws plugin + version: "v27.12.0" # latest version of source aws plugin destinations: ["s3"] tables: ["*"] --- diff --git a/transformations/aws/compliance-premium/tests/snowflake.yml b/transformations/aws/compliance-premium/tests/snowflake.yml index 586646c5c..8a460a4fb 100644 --- a/transformations/aws/compliance-premium/tests/snowflake.yml +++ b/transformations/aws/compliance-premium/tests/snowflake.yml @@ -3,7 +3,7 @@ spec: name: aws path: cloudquery/aws registry: cloudquery - version: "v27.9.0" # latest version of source aws plugin + version: "v27.12.0" # latest version of source aws plugin destinations: ["snowflake"] tables: ["*"] --- diff --git a/transformations/aws/cost/tests/postgres.yml b/transformations/aws/cost/tests/postgres.yml index f32706843..6710545c1 100644 --- a/transformations/aws/cost/tests/postgres.yml +++ b/transformations/aws/cost/tests/postgres.yml @@ -3,7 +3,7 @@ spec: name: aws path: cloudquery/aws registry: cloudquery - version: "v27.9.0" # latest version of source aws plugin + version: "v27.12.0" # latest version of source aws plugin destinations: ["postgresql"] tables: ["*"] --- @@ -12,7 +12,7 @@ spec: name: "postgresql" path: "cloudquery/postgresql" registry: cloudquery - version: "v8.3.1" # latest version of postgresql plugin + version: "v8.4.0" # 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 f32706843..6710545c1 100644 --- a/transformations/aws/data-resilience/tests/postgres.yml +++ b/transformations/aws/data-resilience/tests/postgres.yml @@ -3,7 +3,7 @@ spec: name: aws path: cloudquery/aws registry: cloudquery - version: "v27.9.0" # latest version of source aws plugin + version: "v27.12.0" # latest version of source aws plugin destinations: ["postgresql"] tables: ["*"] --- @@ -12,7 +12,7 @@ spec: name: "postgresql" path: "cloudquery/postgresql" registry: cloudquery - version: "v8.3.1" # latest version of postgresql plugin + version: "v8.4.0" # 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 f32706843..6710545c1 100644 --- a/transformations/aws/encryption/tests/postgres.yml +++ b/transformations/aws/encryption/tests/postgres.yml @@ -3,7 +3,7 @@ spec: name: aws path: cloudquery/aws registry: cloudquery - version: "v27.9.0" # latest version of source aws plugin + version: "v27.12.0" # latest version of source aws plugin destinations: ["postgresql"] tables: ["*"] --- @@ -12,7 +12,7 @@ spec: name: "postgresql" path: "cloudquery/postgresql" registry: cloudquery - version: "v8.3.1" # latest version of postgresql plugin + version: "v8.4.0" # latest version of postgresql plugin spec: batch_size: 10000 connection_string: ${CQ_DSN} diff --git a/transformations/azure/asset-inventory-free/tests/bigquery.yml b/transformations/azure/asset-inventory-free/tests/bigquery.yml index 5de961756..c8c04ec40 100644 --- a/transformations/azure/asset-inventory-free/tests/bigquery.yml +++ b/transformations/azure/asset-inventory-free/tests/bigquery.yml @@ -3,7 +3,7 @@ spec: name: azure path: cloudquery/azure registry: cloudquery - version: "v14.5.0" # latest version of source azure plugin + version: "v14.6.0" # latest version of source azure plugin destinations: ["bigquery"] tables: ["*"] --- diff --git a/transformations/azure/asset-inventory-free/tests/postgres.yml b/transformations/azure/asset-inventory-free/tests/postgres.yml index 9bb697824..cbf9b87f0 100644 --- a/transformations/azure/asset-inventory-free/tests/postgres.yml +++ b/transformations/azure/asset-inventory-free/tests/postgres.yml @@ -2,7 +2,7 @@ kind: source spec: name: azure path: cloudquery/azure - version: "v14.5.0" # latest version of source azure plugin + version: "v14.6.0" # latest version of source azure plugin destinations: ["postgresql"] tables: ["*"] --- @@ -11,7 +11,7 @@ spec: name: "postgresql" path: "cloudquery/postgresql" registry: cloudquery - version: "v8.3.1" # latest version of postgresql plugin + version: "v8.4.0" # latest version of postgresql plugin spec: batch_size: 10000 connection_string: ${CQ_DSN} diff --git a/transformations/azure/asset-inventory-free/tests/snowflake.yml b/transformations/azure/asset-inventory-free/tests/snowflake.yml index 6c909c678..a761e3685 100644 --- a/transformations/azure/asset-inventory-free/tests/snowflake.yml +++ b/transformations/azure/asset-inventory-free/tests/snowflake.yml @@ -3,7 +3,7 @@ spec: name: azure path: cloudquery/azure registry: cloudquery - version: "v14.5.0" # latest version of source azure plugin + version: "v14.6.0" # latest version of source azure plugin destinations: ["snowflake"] tables: ["*"] --- diff --git a/transformations/azure/compliance-premium/tests/bigquery.yml b/transformations/azure/compliance-premium/tests/bigquery.yml index 5de961756..c8c04ec40 100644 --- a/transformations/azure/compliance-premium/tests/bigquery.yml +++ b/transformations/azure/compliance-premium/tests/bigquery.yml @@ -3,7 +3,7 @@ spec: name: azure path: cloudquery/azure registry: cloudquery - version: "v14.5.0" # latest version of source azure plugin + version: "v14.6.0" # latest version of source azure plugin destinations: ["bigquery"] tables: ["*"] --- diff --git a/transformations/azure/compliance-premium/tests/postgres.yml b/transformations/azure/compliance-premium/tests/postgres.yml index 22e0fe4e6..f7e3517fb 100644 --- a/transformations/azure/compliance-premium/tests/postgres.yml +++ b/transformations/azure/compliance-premium/tests/postgres.yml @@ -3,7 +3,7 @@ spec: name: azure path: cloudquery/azure registry: cloudquery - version: "v14.5.0" # latest version of source azure plugin + version: "v14.6.0" # latest version of source azure plugin destinations: ["postgresql"] tables: ["*"] --- @@ -12,7 +12,7 @@ spec: name: "postgresql" path: "cloudquery/postgresql" registry: cloudquery - version: "v8.3.1" # latest version of postgresql plugin + version: "v8.4.0" # latest version of postgresql plugin spec: batch_size: 10000 connection_string: ${CQ_DSN} \ No newline at end of file diff --git a/transformations/azure/compliance-premium/tests/snowflake.yml b/transformations/azure/compliance-premium/tests/snowflake.yml index 2e8031a81..fd9439ae4 100644 --- a/transformations/azure/compliance-premium/tests/snowflake.yml +++ b/transformations/azure/compliance-premium/tests/snowflake.yml @@ -3,7 +3,7 @@ spec: name: azure path: cloudquery/azure registry: cloudquery - version: "v14.5.0" # latest version of source azure plugin + version: "v14.6.0" # latest version of source azure plugin destinations: ["snowflake"] tables: ["*"] --- diff --git a/transformations/gcp/asset-inventory-free/tests/postgres.yml b/transformations/gcp/asset-inventory-free/tests/postgres.yml index 7fc9d572b..ae0696ccd 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.3.1" # latest version of postgresql plugin + version: "v8.4.0" # 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 d8f2dba93..c23d76ee3 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.3.1" # latest version of postgresql plugin + version: "v8.4.0" # 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 2cc7b0e0e..202ace902 100644 --- a/transformations/k8s/compliance-premium/tests/postgres.yml +++ b/transformations/k8s/compliance-premium/tests/postgres.yml @@ -4,7 +4,7 @@ spec: name: k8s path: cloudquery/k8s registry: cloudquery - version: "v6.2.3" # latest version of source k8s plugin + version: "v6.2.4" # latest version of source k8s plugin tables: ["*"] destinations: ["postgresql"] spec: @@ -15,7 +15,7 @@ spec: name: "postgresql" path: "cloudquery/postgresql" registry: cloudquery - version: "v8.3.1" # latest version of postgresql plugin + version: "v8.4.0" # latest version of postgresql plugin spec: batch_size: 10000 connection_string: ${CQ_DSN} \ No newline at end of file