Skip to content
Merged
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
chore(deps): Update CloudQuery monorepo modules
  • Loading branch information
cloudquery-ci[bot] authored Apr 23, 2026
commit cf4092706b4e43d2e783698286164a903c5a4e85
4 changes: 2 additions & 2 deletions example_configs/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ kind: source
spec:
name: 'aws'
path: 'cloudquery/aws'
version: 'v33.20.0' # latest version of aws plugin
version: 'v33.21.0' # latest version of aws plugin
destinations: ['postgresql']
tables: ['aws_s3_buckets', 'aws_ec2_instances']
---
kind: destination
spec:
name: 'postgresql'
path: 'cloudquery/postgresql'
version: 'v8.14.7' # latest version of postgresql plugin
version: 'v8.14.8' # latest version of postgresql plugin
spec:
connection_string: 'postgresql://postgres:pass@localhost:5432/postgres?sslmode=disable'
Loading