Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Update CloudQuery monorepo modules #20157

Merged
merged 2 commits into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cli/cmd/testdata/test-connection-bad-connection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion cli/cmd/testdata/validate-config-error.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cli/cmd/testdata/with-destination-summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading