Skip to content

Commit be035ec

Browse files
chore(deps): Update CloudQuery monorepo modules
1 parent cc44b35 commit be035ec

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

cli/cmd/testdata/test-connection-bad-connection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ spec:
1414
name: "postgresql"
1515
path: "cloudquery/postgresql"
1616
registry: cloudquery
17-
version: "v8.14.5" # latest version of destination postgresql plugin
17+
version: "v8.14.6" # latest version of destination postgresql plugin
1818
spec:
1919
connection_string: "postgresql://postgres:not-a-real-password@localhost:1234/postgres?sslmode=disable"

cli/cmd/testdata/validate-config-error.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ kind: destination
1212
spec:
1313
name: "postgresql"
1414
path: "cloudquery/postgresql"
15-
version: "v8.14.5" # latest version of destination postgresql plugin
15+
version: "v8.14.6" # latest version of destination postgresql plugin
1616
spec:
1717
connection_string: "postgresql://postgres:not-a-real-password@localhost:5432/postgres?sslmode=disable"
1818
invalid_key: "invalid_value"

cli/cmd/testdata/with-destination-summary-with-sync-group-id-and-shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ kind: "destination"
1010
spec:
1111
name: "test"
1212
path: "cloudquery/file"
13-
version: "v5.5.5" # latest version of destination file plugin
13+
version: "v5.5.6" # latest version of destination file plugin
1414
send_sync_summary: true
1515
sync_group_id: "sync_group_id_test"
1616
write_mode: append

cli/cmd/testdata/with-destination-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ kind: "destination"
1010
spec:
1111
name: "test"
1212
path: "cloudquery/file"
13-
version: "v5.5.5" # latest version of destination file plugin
13+
version: "v5.5.6" # latest version of destination file plugin
1414
send_sync_summary: true
1515
write_mode: "append"
1616
spec:

0 commit comments

Comments
 (0)