Skip to content

Commit fef1401

Browse files
authored
fix(deps): Update CloudQuery monorepo modules (#105)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudquery/cloudquery](https://togithub.com/cloudquery/cloudquery) | patch | `v1.6.3` -> `v1.6.4` | | [cloudquery/cloudquery](https://togithub.com/cloudquery/cloudquery) | patch | `v4.7.1` -> `v4.7.2` | --- ### Release Notes <details> <summary>cloudquery/cloudquery</summary> ### [`v1.6.4`](https://togithub.com/cloudquery/cloudquery/releases/tag/plugins-destination-postgresql-v1.6.4) [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/plugins-destination-postgresql-v1.6.3...plugins-destination-postgresql-v1.6.4) ##### Bug Fixes - **deps:** Update plugin-sdk for postgresql to v0.13.22 ([#&#8203;3697](https://togithub.com/cloudquery/cloudquery/issues/3697)) ([541ea61](https://togithub.com/cloudquery/cloudquery/commit/541ea6124b9872741de67a3b6e63299808a3fafb)) </details> --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMi4xIiwidXBkYXRlZEluVmVyIjoiMzQuMTIuMSJ9-->
1 parent 3ce4f6c commit fef1401

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: 'v4.7.1' # latest version of aws plugin
5+
version: 'v4.7.2' # latest version of aws plugin
66
destinations: ['postgresql-REGION_PLACEHOLDER']
77
spec:
88
regions:
@@ -12,6 +12,6 @@ kind: destination
1212
spec:
1313
name: 'postgresql-REGION_PLACEHOLDER'
1414
path: cloudquery/postgresql
15-
version: 'v1.6.3' # latest version of postgresql plugin
15+
version: 'v1.6.4' # latest version of postgresql plugin
1616
spec:
1717
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
@@ -1,12 +1,12 @@
11
kind: source
22
spec:
33
name: 'aws'
4-
version: 'v4.7.1' # latest version of aws plugin
4+
version: 'v4.7.2' # latest version of aws plugin
55
destinations: ['postgresql']
66
---
77
kind: destination
88
spec:
99
name: 'postgresql'
10-
version: 'v1.6.3' # latest version of postgresql plugin
10+
version: 'v1.6.4' # latest version of postgresql plugin
1111
spec:
1212
connection_string: 'postgresql://postgres:pass@localhost:5432/postgres?sslmode=disable'

0 commit comments

Comments
 (0)