diff --git a/.github/workflows/publish_transformation.yml b/.github/workflows/publish_transformation.yml index 3403a2ca6..8bffdad78 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.8.5 + version: v6.10.0 - 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.8.5 + version: v6.10.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 4a013c242..b82179d00 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.8.5 + version: v6.10.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 046379f20..52af6f431 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.8.5 + version: v6.10.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 da9511821..963024752 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.8.5 + version: v6.10.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 55e3987af..cc3b6f3f4 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.8.5 + version: v6.10.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 a05021148..c1c427c7c 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.8.5 + version: v6.10.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 216dc0dff..1cf34dae2 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.8.5 + version: v6.10.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 2fa18e9b3..0c33e9894 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.8.5 + version: v6.10.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 b8d22ed62..c9df34970 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.8.5 + version: v6.10.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 a051eec9f..b5d682e40 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.8.5 + version: v6.10.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 5eda07954..ae4b090ec 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.8.5 + version: v6.10.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 a8bb53d83..16de92997 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.8.5 + version: v6.10.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 f9c7ba69d..829c13f17 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.8.5 + version: v6.10.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 3247805c1..78203553e 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.8.5 + version: v6.10.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 a4a0a75ba..3dbb87803 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.8.5 + version: v6.10.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 e75fa81fd..b0d207663 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.8.5 + version: v6.10.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 74e8c3b5c..fd9e234fd 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.23.1" # latest version of source aws plugin + version: "v27.24.0" # latest version of source aws plugin destinations: ["bigquery"] tables: ["*"] skip_dependent_tables: true @@ -13,7 +13,7 @@ spec: name: bigquery path: cloudquery/bigquery registry: cloudquery - version: "v4.1.13" # latest version of destination bigquery plugin + version: "v4.1.14" # latest version of destination bigquery plugin write_mode: "append" spec: project_id: cq-integration-tests diff --git a/transformations/aws/asset-inventory-free/tests/clickhouse.yml b/transformations/aws/asset-inventory-free/tests/clickhouse.yml index 036f34d23..5dfb39350 100644 --- a/transformations/aws/asset-inventory-free/tests/clickhouse.yml +++ b/transformations/aws/asset-inventory-free/tests/clickhouse.yml @@ -3,7 +3,7 @@ spec: name: aws path: cloudquery/aws registry: cloudquery - version: "v27.23.1" # latest version of source aws plugin + version: "v27.24.0" # latest version of source aws plugin destinations: ["clickhouse"] tables: ["*"] --- diff --git a/transformations/aws/asset-inventory-free/tests/postgres.yml b/transformations/aws/asset-inventory-free/tests/postgres.yml index d4a9af355..451b18515 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.23.1" # latest version of source aws plugin + version: "v27.24.0" # latest version of source aws plugin destinations: ["postgresql"] tables: ["*"] --- @@ -12,7 +12,7 @@ spec: name: "postgresql" path: "cloudquery/postgresql" registry: cloudquery - version: "v8.6.2" # latest version of postgresql plugin + version: "v8.6.3" # 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 fcc2f5163..183230736 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.23.1" # latest version of source aws plugin + version: "v27.24.0" # latest version of source aws plugin destinations: ["snowflake"] tables: ["*"] --- @@ -12,7 +12,7 @@ spec: name: snowflake path: cloudquery/snowflake registry: cloudquery - version: "v4.3.2" # latest version of destination snowflake plugin + version: "v4.3.4" # latest version of destination snowflake plugin migrate_mode: forced spec: connection_string: ${SNOWFLAKE_CONNECTION_STRING} diff --git a/transformations/aws/compliance-premium/tests/bigquery.yml b/transformations/aws/compliance-premium/tests/bigquery.yml index fb9b0fd70..1bb076579 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.23.1" # latest version of source aws plugin + version: "v27.24.0" # latest version of source aws plugin destinations: ["bigquery"] tables: ["*"] --- @@ -12,7 +12,7 @@ spec: name: bigquery path: cloudquery/bigquery registry: cloudquery - version: "v4.1.13" # latest version of destination bigquery plugin + version: "v4.1.14" # latest version of destination bigquery plugin write_mode: "append" spec: project_id: cq-integration-tests diff --git a/transformations/aws/compliance-premium/tests/postgres.yml b/transformations/aws/compliance-premium/tests/postgres.yml index d4a9af355..451b18515 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.23.1" # latest version of source aws plugin + version: "v27.24.0" # latest version of source aws plugin destinations: ["postgresql"] tables: ["*"] --- @@ -12,7 +12,7 @@ spec: name: "postgresql" path: "cloudquery/postgresql" registry: cloudquery - version: "v8.6.2" # latest version of postgresql plugin + version: "v8.6.3" # 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 306054d59..45f4b5c84 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.23.1" # latest version of source aws plugin + version: "v27.24.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 82655e264..fd7f4988c 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.23.1" # latest version of source aws plugin + version: "v27.24.0" # latest version of source aws plugin destinations: ["snowflake"] tables: ["*"] --- @@ -12,7 +12,7 @@ spec: name: snowflake path: cloudquery/snowflake registry: cloudquery - version: "v4.3.2" # latest version of destination snowflake plugin + version: "v4.3.4" # latest version of destination snowflake plugin migrate_mode: forced spec: connection_string: ${SNOWFLAKE_CONNECTION_STRING} diff --git a/transformations/aws/cost/tests/postgres.yml b/transformations/aws/cost/tests/postgres.yml index d4a9af355..451b18515 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.23.1" # latest version of source aws plugin + version: "v27.24.0" # latest version of source aws plugin destinations: ["postgresql"] tables: ["*"] --- @@ -12,7 +12,7 @@ spec: name: "postgresql" path: "cloudquery/postgresql" registry: cloudquery - version: "v8.6.2" # latest version of postgresql plugin + version: "v8.6.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 d4a9af355..451b18515 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.23.1" # latest version of source aws plugin + version: "v27.24.0" # latest version of source aws plugin destinations: ["postgresql"] tables: ["*"] --- @@ -12,7 +12,7 @@ spec: name: "postgresql" path: "cloudquery/postgresql" registry: cloudquery - version: "v8.6.2" # latest version of postgresql plugin + version: "v8.6.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 d4a9af355..451b18515 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.23.1" # latest version of source aws plugin + version: "v27.24.0" # latest version of source aws plugin destinations: ["postgresql"] tables: ["*"] --- @@ -12,7 +12,7 @@ spec: name: "postgresql" path: "cloudquery/postgresql" registry: cloudquery - version: "v8.6.2" # latest version of postgresql plugin + version: "v8.6.3" # 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 a52becb77..c6c48bfaf 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.10.0" # latest version of source azure plugin + version: "v14.11.0" # latest version of source azure plugin destinations: ["bigquery"] tables: ["*"] --- @@ -12,7 +12,7 @@ spec: name: bigquery path: cloudquery/bigquery registry: cloudquery - version: "v4.1.13" # latest version of destination bigquery plugin + version: "v4.1.14" # latest version of destination bigquery plugin write_mode: "append" spec: project_id: cq-integration-tests diff --git a/transformations/azure/asset-inventory-free/tests/postgres.yml b/transformations/azure/asset-inventory-free/tests/postgres.yml index 112e932d4..24b280df9 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.10.0" # latest version of source azure plugin + version: "v14.11.0" # latest version of source azure plugin destinations: ["postgresql"] tables: ["*"] --- @@ -11,7 +11,7 @@ spec: name: "postgresql" path: "cloudquery/postgresql" registry: cloudquery - version: "v8.6.2" # latest version of postgresql plugin + version: "v8.6.3" # 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 2a0ed9b64..54a2b99db 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.10.0" # latest version of source azure plugin + version: "v14.11.0" # latest version of source azure plugin destinations: ["snowflake"] tables: ["*"] --- @@ -12,7 +12,7 @@ spec: name: snowflake path: cloudquery/snowflake registry: cloudquery - version: "v4.3.2" # latest version of destination snowflake plugin + version: "v4.3.4" # latest version of destination snowflake plugin migrate_mode: forced spec: connection_string: ${SNOWFLAKE_CONNECTION_STRING} diff --git a/transformations/azure/compliance-premium/tests/bigquery.yml b/transformations/azure/compliance-premium/tests/bigquery.yml index a75053616..4ab6d2570 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.10.0" # latest version of source azure plugin + version: "v14.11.0" # latest version of source azure plugin destinations: ["bigquery"] tables: ["*"] --- @@ -12,7 +12,7 @@ spec: name: bigquery path: cloudquery/bigquery registry: cloudquery - version: "v4.1.13" # latest version of destination bigquery plugin + version: "v4.1.14" # latest version of destination bigquery plugin write_mode: "append" spec: project_id: cq-integration-tests diff --git a/transformations/azure/compliance-premium/tests/postgres.yml b/transformations/azure/compliance-premium/tests/postgres.yml index 916ffbcca..53a71d9f1 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.10.0" # latest version of source azure plugin + version: "v14.11.0" # latest version of source azure plugin destinations: ["postgresql"] tables: ["*"] --- @@ -12,7 +12,7 @@ spec: name: "postgresql" path: "cloudquery/postgresql" registry: cloudquery - version: "v8.6.2" # latest version of postgresql plugin + version: "v8.6.3" # 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 e9f7df976..e8a305c54 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.10.0" # latest version of source azure plugin + version: "v14.11.0" # latest version of source azure plugin destinations: ["snowflake"] tables: ["*"] --- @@ -12,7 +12,7 @@ spec: name: snowflake path: cloudquery/snowflake registry: cloudquery - version: "v4.3.2" # latest version of destination snowflake plugin + version: "v4.3.4" # latest version of destination snowflake plugin migrate_mode: forced spec: connection_string: ${SNOWFLAKE_CONNECTION_STRING} diff --git a/transformations/gcp/asset-inventory-free/tests/bigquery.yml b/transformations/gcp/asset-inventory-free/tests/bigquery.yml index c162fa65a..84b012f18 100644 --- a/transformations/gcp/asset-inventory-free/tests/bigquery.yml +++ b/transformations/gcp/asset-inventory-free/tests/bigquery.yml @@ -3,7 +3,7 @@ spec: name: gcp path: cloudquery/gcp registry: cloudquery - version: "v17.0.1" # latest version of source gcp plugin + version: "v17.1.2" # latest version of source gcp plugin destinations: ["bigquery"] tables: ["*"] --- @@ -12,7 +12,7 @@ spec: name: bigquery path: cloudquery/bigquery registry: cloudquery - version: "v4.1.13" # latest version of destination bigquery plugin + version: "v4.1.14" # latest version of destination bigquery plugin write_mode: "append" spec: project_id: cq-integration-tests diff --git a/transformations/gcp/asset-inventory-free/tests/postgres.yml b/transformations/gcp/asset-inventory-free/tests/postgres.yml index 0b9c65816..63ff11328 100644 --- a/transformations/gcp/asset-inventory-free/tests/postgres.yml +++ b/transformations/gcp/asset-inventory-free/tests/postgres.yml @@ -2,7 +2,7 @@ kind: source spec: name: gcp path: cloudquery/gcp - version: "v17.0.1" # latest version of source gcp plugin + version: "v17.1.2" # latest version of source gcp plugin destinations: ["postgresql"] tables: ["*"] --- @@ -11,7 +11,7 @@ spec: name: "postgresql" path: "cloudquery/postgresql" registry: cloudquery - version: "v8.6.2" # latest version of postgresql plugin + version: "v8.6.3" # latest version of postgresql plugin spec: batch_size: 10000 connection_string: ${CQ_DSN} diff --git a/transformations/gcp/asset-inventory-free/tests/snowflake.yml b/transformations/gcp/asset-inventory-free/tests/snowflake.yml index ca388fd46..8e416ecc3 100644 --- a/transformations/gcp/asset-inventory-free/tests/snowflake.yml +++ b/transformations/gcp/asset-inventory-free/tests/snowflake.yml @@ -3,7 +3,7 @@ spec: name: gcp path: cloudquery/gcp registry: cloudquery - version: "v17.0.1" # latest version of source gcp plugin + version: "v17.1.2" # latest version of source gcp plugin destinations: ["snowflake"] tables: ["*"] --- @@ -12,7 +12,7 @@ spec: name: snowflake path: cloudquery/snowflake registry: cloudquery - version: "v4.3.2" # latest version of destination snowflake plugin + version: "v4.3.4" # latest version of destination snowflake plugin migrate_mode: forced spec: connection_string: ${SNOWFLAKE_CONNECTION_STRING} diff --git a/transformations/gcp/compliance-premium/tests/bigquery.yml b/transformations/gcp/compliance-premium/tests/bigquery.yml index 89a9c6d0b..869574e4e 100644 --- a/transformations/gcp/compliance-premium/tests/bigquery.yml +++ b/transformations/gcp/compliance-premium/tests/bigquery.yml @@ -2,7 +2,7 @@ kind: source spec: name: gcp path: cloudquery/gcp - version: "v17.0.1" # latest version of source gcp plugin + version: "v17.1.2" # latest version of source gcp plugin destinations: ["bigquery"] tables: ["*"] --- @@ -11,7 +11,7 @@ spec: name: bigquery path: cloudquery/bigquery registry: cloudquery - version: "v4.1.13" # latest version of destination bigquery plugin + version: "v4.1.14" # latest version of destination bigquery plugin write_mode: "append" spec: project_id: cq-integration-tests diff --git a/transformations/gcp/compliance-premium/tests/postgres.yml b/transformations/gcp/compliance-premium/tests/postgres.yml index 547410c39..d31d605ff 100644 --- a/transformations/gcp/compliance-premium/tests/postgres.yml +++ b/transformations/gcp/compliance-premium/tests/postgres.yml @@ -2,7 +2,7 @@ kind: source spec: name: gcp path: cloudquery/gcp - version: "v17.0.1" # latest version of source gcp plugin + version: "v17.1.2" # latest version of source gcp plugin destinations: ["postgresql"] tables: ["*"] --- @@ -11,7 +11,7 @@ spec: name: "postgresql" path: "cloudquery/postgresql" registry: cloudquery - version: "v8.6.2" # latest version of postgresql plugin + version: "v8.6.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/compliance-premium/tests/snowflake.yml b/transformations/gcp/compliance-premium/tests/snowflake.yml index eae77a695..4cd891ee8 100644 --- a/transformations/gcp/compliance-premium/tests/snowflake.yml +++ b/transformations/gcp/compliance-premium/tests/snowflake.yml @@ -2,7 +2,7 @@ kind: source spec: name: gcp path: cloudquery/gcp - version: "v17.0.1" # latest version of source gcp plugin + version: "v17.1.2" # latest version of source gcp plugin destinations: ["snowflake"] tables: ["*"] --- @@ -11,7 +11,7 @@ spec: name: snowflake path: cloudquery/snowflake registry: cloudquery - version: "v4.3.2" # latest version of destination snowflake plugin + version: "v4.3.4" # latest version of destination snowflake plugin migrate_mode: forced spec: connection_string: ${SNOWFLAKE_CONNECTION_STRING} diff --git a/transformations/k8s/compliance-premium/tests/postgres.yml b/transformations/k8s/compliance-premium/tests/postgres.yml index e34845a7b..8fd59e896 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: "v7.1.1" # latest version of source k8s plugin + version: "v7.1.2" # latest version of source k8s plugin tables: ["*"] destinations: ["postgresql"] spec: @@ -15,7 +15,7 @@ spec: name: "postgresql" path: "cloudquery/postgresql" registry: cloudquery - version: "v8.6.2" # latest version of postgresql plugin + version: "v8.6.3" # latest version of postgresql plugin spec: batch_size: 10000 connection_string: ${CQ_DSN} \ No newline at end of file