Skip to content

Commit b1311e2

Browse files
authored
chore(deps): Update CloudQuery monorepo modules (#530)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [destination-postgresql](https://hub.cloudquery.io) | patch | `v8.2.2` -> `v8.2.3` | | [source-aws](https://hub.cloudquery.io) | minor | `v27.3.0` -> `v27.4.0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTYuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent b33da5f commit b1311e2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

example_configs/parallel.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-REGION_PLACEHOLDER'
44
path: cloudquery/aws
5-
version: 'v27.3.0' # latest version of aws plugin
5+
version: 'v27.4.0' # latest version of aws plugin
66
destinations: ['postgresql-REGION_PLACEHOLDER']
77
tables: [aws_s3_buckets]
88
skip_dependent_tables: true
@@ -14,6 +14,6 @@ kind: destination
1414
spec:
1515
name: 'postgresql-REGION_PLACEHOLDER'
1616
path: cloudquery/postgresql
17-
version: 'v8.2.2' # latest version of postgresql plugin
17+
version: 'v8.2.3' # latest version of postgresql plugin
1818
spec:
1919
connection_string: ${CQ_DSN} # The CQ_DSN environment variable will be set by GitHub Action workflow

example_configs/serial.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.3.0' # latest version of aws plugin
5+
version: 'v27.4.0' # latest version of aws plugin
66
destinations: ['postgresql']
77
tables: [aws_s3_buckets]
88
skip_dependent_tables: true
@@ -11,6 +11,6 @@ kind: destination
1111
spec:
1212
name: 'postgresql'
1313
path: 'cloudquery/postgresql'
14-
version: 'v8.2.2' # latest version of postgresql plugin
14+
version: 'v8.2.3' # latest version of postgresql plugin
1515
spec:
1616
connection_string: 'postgresql://postgres:pass@localhost:5432/postgres?sslmode=disable'

0 commit comments

Comments
 (0)