diff --git a/transformations/aws/asset-inventory-free/tests/postgres.yml b/transformations/aws/asset-inventory-free/tests/postgres.yml index 6f99f4bed..5b77360ec 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.6.4" # latest version of postgresql plugin + version: "v8.6.5" # 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 8ef18f3db..f292b2eb0 100644 --- a/transformations/aws/asset-inventory-free/tests/snowflake.yml +++ b/transformations/aws/asset-inventory-free/tests/snowflake.yml @@ -12,7 +12,7 @@ spec: name: snowflake path: cloudquery/snowflake registry: cloudquery - version: "v4.3.4" # latest version of destination snowflake plugin + version: "v4.3.5" # latest version of destination snowflake plugin migrate_mode: forced spec: connection_string: ${SNOWFLAKE_CONNECTION_STRING} diff --git a/transformations/aws/compliance-premium/tests/postgres.yml b/transformations/aws/compliance-premium/tests/postgres.yml index 6f99f4bed..5b77360ec 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.6.4" # latest version of postgresql plugin + version: "v8.6.5" # latest version of postgresql plugin spec: batch_size: 10000 connection_string: ${CQ_DSN} diff --git a/transformations/aws/compliance-premium/tests/snowflake.yml b/transformations/aws/compliance-premium/tests/snowflake.yml index b488dba0e..95d565221 100644 --- a/transformations/aws/compliance-premium/tests/snowflake.yml +++ b/transformations/aws/compliance-premium/tests/snowflake.yml @@ -12,7 +12,7 @@ spec: name: snowflake path: cloudquery/snowflake registry: cloudquery - version: "v4.3.4" # latest version of destination snowflake plugin + version: "v4.3.5" # 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 6f99f4bed..5b77360ec 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.6.4" # latest version of postgresql plugin + version: "v8.6.5" # 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 6f99f4bed..5b77360ec 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.6.4" # latest version of postgresql plugin + version: "v8.6.5" # 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 6f99f4bed..5b77360ec 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.6.4" # latest version of postgresql plugin + version: "v8.6.5" # 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 56baad650..338251867 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.6.4" # latest version of postgresql plugin + version: "v8.6.5" # 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 54a2b99db..26cd4fdf7 100644 --- a/transformations/azure/asset-inventory-free/tests/snowflake.yml +++ b/transformations/azure/asset-inventory-free/tests/snowflake.yml @@ -12,7 +12,7 @@ spec: name: snowflake path: cloudquery/snowflake registry: cloudquery - version: "v4.3.4" # latest version of destination snowflake plugin + version: "v4.3.5" # latest version of destination snowflake plugin migrate_mode: forced spec: connection_string: ${SNOWFLAKE_CONNECTION_STRING} diff --git a/transformations/azure/compliance-premium/tests/postgres.yml b/transformations/azure/compliance-premium/tests/postgres.yml index 6aac1b6b3..e62fff431 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.6.4" # latest version of postgresql plugin + version: "v8.6.5" # 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 e8a305c54..8356d5333 100644 --- a/transformations/azure/compliance-premium/tests/snowflake.yml +++ b/transformations/azure/compliance-premium/tests/snowflake.yml @@ -12,7 +12,7 @@ spec: name: snowflake path: cloudquery/snowflake registry: cloudquery - version: "v4.3.4" # latest version of destination snowflake plugin + version: "v4.3.5" # latest version of destination snowflake plugin migrate_mode: forced spec: connection_string: ${SNOWFLAKE_CONNECTION_STRING} diff --git a/transformations/gcp/asset-inventory-free/tests/postgres.yml b/transformations/gcp/asset-inventory-free/tests/postgres.yml index 2f0be1e0b..ad90b1f45 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.6.4" # latest version of postgresql plugin + version: "v8.6.5" # 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 8e416ecc3..791f3edca 100644 --- a/transformations/gcp/asset-inventory-free/tests/snowflake.yml +++ b/transformations/gcp/asset-inventory-free/tests/snowflake.yml @@ -12,7 +12,7 @@ spec: name: snowflake path: cloudquery/snowflake registry: cloudquery - version: "v4.3.4" # latest version of destination snowflake plugin + version: "v4.3.5" # latest version of destination snowflake plugin migrate_mode: forced spec: connection_string: ${SNOWFLAKE_CONNECTION_STRING} diff --git a/transformations/gcp/compliance-premium/tests/postgres.yml b/transformations/gcp/compliance-premium/tests/postgres.yml index 83cf15a35..b0faa2549 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.6.4" # latest version of postgresql plugin + version: "v8.6.5" # 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 4cd891ee8..03ddbfc41 100644 --- a/transformations/gcp/compliance-premium/tests/snowflake.yml +++ b/transformations/gcp/compliance-premium/tests/snowflake.yml @@ -11,7 +11,7 @@ spec: name: snowflake path: cloudquery/snowflake registry: cloudquery - version: "v4.3.4" # latest version of destination snowflake plugin + version: "v4.3.5" # 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 668dc3fff..d69b0f709 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.6.4" # latest version of postgresql plugin + version: "v8.6.5" # latest version of postgresql plugin spec: batch_size: 10000 connection_string: ${CQ_DSN} \ No newline at end of file