Skip to content

Commit

Permalink
chore(deps): Update CloudQuery monorepo modules
Browse files Browse the repository at this point in the history
  • Loading branch information
cq-bot committed Aug 27, 2024
1 parent e0130bb commit f86e73f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions example_configs/parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kind: source
spec:
name: 'aws-REGION_PLACEHOLDER'
path: cloudquery/aws
version: 'v27.15.0' # latest version of aws plugin
version: 'v27.16.0' # latest version of aws plugin
destinations: ['postgresql-REGION_PLACEHOLDER']
tables: [aws_s3_buckets]
skip_dependent_tables: true
Expand All @@ -14,6 +14,6 @@ kind: destination
spec:
name: 'postgresql-REGION_PLACEHOLDER'
path: cloudquery/postgresql
version: 'v8.5.2' # latest version of postgresql plugin
version: 'v8.5.3' # latest version of postgresql plugin
spec:
connection_string: ${CQ_DSN} # The CQ_DSN environment variable will be set by GitHub Action workflow
4 changes: 2 additions & 2 deletions example_configs/serial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kind: source
spec:
name: 'aws'
path: 'cloudquery/aws'
version: 'v27.15.0' # latest version of aws plugin
version: 'v27.16.0' # latest version of aws plugin
destinations: ['postgresql']
tables: [aws_s3_buckets]
skip_dependent_tables: true
Expand All @@ -11,6 +11,6 @@ kind: destination
spec:
name: 'postgresql'
path: 'cloudquery/postgresql'
version: 'v8.5.2' # latest version of postgresql plugin
version: 'v8.5.3' # latest version of postgresql plugin
spec:
connection_string: 'postgresql://postgres:pass@localhost:5432/postgres?sslmode=disable'

0 comments on commit f86e73f

Please sign in to comment.