Skip to content

Commit cf40927

Browse files
chore(deps): Update CloudQuery monorepo modules
1 parent 5a841b2 commit cf40927

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

example_configs/spec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ kind: source
22
spec:
33
name: 'aws'
44
path: 'cloudquery/aws'
5-
version: 'v33.20.0' # latest version of aws plugin
5+
version: 'v33.21.0' # latest version of aws plugin
66
destinations: ['postgresql']
77
tables: ['aws_s3_buckets', 'aws_ec2_instances']
88
---
99
kind: destination
1010
spec:
1111
name: 'postgresql'
1212
path: 'cloudquery/postgresql'
13-
version: 'v8.14.7' # latest version of postgresql plugin
13+
version: 'v8.14.8' # latest version of postgresql plugin
1414
spec:
1515
connection_string: 'postgresql://postgres:pass@localhost:5432/postgres?sslmode=disable'

0 commit comments

Comments
 (0)