From 3e95d6feadb2f092244afb8f7e0268a94cd8718f Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Tue, 21 Jan 2025 14:09:44 +0000 Subject: [PATCH] chore(deps): Update CloudQuery monorepo modules --- cli/cmd/testdata/test-connection-bad-connection.yml | 2 +- cli/cmd/testdata/validate-config-error.yml | 2 +- .../with-destination-summary-with-sync-group-id-and-shard.yml | 2 +- cli/cmd/testdata/with-destination-summary.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cli/cmd/testdata/test-connection-bad-connection.yml b/cli/cmd/testdata/test-connection-bad-connection.yml index e457c834274a20..d0b4aa02cdece5 100644 --- a/cli/cmd/testdata/test-connection-bad-connection.yml +++ b/cli/cmd/testdata/test-connection-bad-connection.yml @@ -14,6 +14,6 @@ spec: name: "postgresql" path: "cloudquery/postgresql" registry: cloudquery - version: "v8.7.7" # latest version of destination postgresql plugin + version: "v8.7.8" # latest version of destination postgresql plugin spec: connection_string: "postgresql://postgres:not-a-real-password@localhost:1234/postgres?sslmode=disable" diff --git a/cli/cmd/testdata/validate-config-error.yml b/cli/cmd/testdata/validate-config-error.yml index 13eb2ff095687d..10f0c48950eb23 100644 --- a/cli/cmd/testdata/validate-config-error.yml +++ b/cli/cmd/testdata/validate-config-error.yml @@ -12,7 +12,7 @@ kind: destination spec: name: "postgresql" path: "cloudquery/postgresql" - version: "v8.7.7" # latest version of destination postgresql plugin + version: "v8.7.8" # latest version of destination postgresql plugin spec: connection_string: "postgresql://postgres:not-a-real-password@localhost:5432/postgres?sslmode=disable" invalid_key: "invalid_value" diff --git a/cli/cmd/testdata/with-destination-summary-with-sync-group-id-and-shard.yml b/cli/cmd/testdata/with-destination-summary-with-sync-group-id-and-shard.yml index 0e22e65a47761d..1c0b237a283905 100644 --- a/cli/cmd/testdata/with-destination-summary-with-sync-group-id-and-shard.yml +++ b/cli/cmd/testdata/with-destination-summary-with-sync-group-id-and-shard.yml @@ -10,7 +10,7 @@ kind: "destination" spec: name: "test" path: "cloudquery/file" - version: "v5.4.4" # latest version of destination file plugin + version: "v5.4.5" # latest version of destination file plugin send_sync_summary: true sync_group_id: "sync_group_id_test" write_mode: append diff --git a/cli/cmd/testdata/with-destination-summary.yml b/cli/cmd/testdata/with-destination-summary.yml index 4ac93796287aad..367b44ed8eddcd 100644 --- a/cli/cmd/testdata/with-destination-summary.yml +++ b/cli/cmd/testdata/with-destination-summary.yml @@ -10,7 +10,7 @@ kind: "destination" spec: name: "test" path: "cloudquery/file" - version: "v5.4.4" # latest version of destination file plugin + version: "v5.4.5" # latest version of destination file plugin send_sync_summary: true spec: format: "json"