Skip to content

Commit b9813e7

Browse files
committed
chore(deps): Update CloudQuery monorepo modules
1 parent 567f0f2 commit b9813e7

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,7 +2,7 @@ kind: source
22
spec:
33
name: 'aws'
44
path: 'cloudquery/aws'
5-
version: 'v27.20.0' # latest version of aws plugin
5+
version: 'v27.21.0' # latest version of aws plugin
66
destinations: ['postgresql']
77
tables: ['*']
88
skip_tables: ['aws_cloudtrail_events', 'aws_iam_*']
@@ -11,6 +11,6 @@ kind: destination
1111
spec:
1212
name: 'postgresql'
1313
path: 'cloudquery/postgresql'
14-
version: 'v8.5.5' # latest version of postgresql plugin
14+
version: 'v8.6.0' # latest version of postgresql plugin
1515
spec:
1616
connection_string: 'postgresql://postgres:pass@localhost:5432/postgres?sslmode=disable'

0 commit comments

Comments
 (0)