Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 45e8aa5

Browse files
authored
chore(deps): Update CloudQuery monorepo modules (#705)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [destination-postgresql](https://hub.cloudquery.io) | patch | `v8.8.8` -> `v8.8.9` | | [source-aws](https://hub.cloudquery.io) | minor | `v32.23.0` -> `v32.24.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://redirect.github.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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent d3ce7ae commit 45e8aa5

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

0 commit comments

Comments
 (0)