Skip to content

Commit 75e0c09

Browse files
committed
chore(deps): Update CloudQuery monorepo modules
1 parent 2c69def commit 75e0c09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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: 'v32.40.1' # latest version of aws plugin
5+
version: 'v32.41.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.12.0' # latest version of postgresql plugin
13+
version: 'v8.12.1' # latest version of postgresql plugin
1414
spec:
1515
connection_string: 'postgresql://postgres:pass@localhost:5432/postgres?sslmode=disable'

0 commit comments

Comments
 (0)