Skip to content

Commit 9494be0

Browse files
authored
fix(deps): Update dependency cloudquery/cloudquery to v1.6.1 (#91)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudquery/cloudquery](https://togithub.com/cloudquery/cloudquery) | patch | `v1.6.0` -> `v1.6.1` | --- ### Release Notes <details> <summary>cloudquery/cloudquery</summary> ### [`v1.6.1`](https://togithub.com/cloudquery/cloudquery/releases/tag/plugins-destination-postgresql-v1.6.1) [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/plugins-destination-postgresql-v1.6.0...plugins-destination-postgresql-v1.6.1) ##### Bug Fixes - **deps:** Update plugin-sdk for postgresql to v0.13.19 ([#&#8203;3525](https://togithub.com/cloudquery/cloudquery/issues/3525)) ([c0c705c](https://togithub.com/cloudquery/cloudquery/commit/c0c705c05e4f659f9f9f8ab3eb1ea11dc7719a04)) </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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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 e21de49 commit 9494be0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example_configs/parallel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ kind: destination
1212
spec:
1313
name: 'postgresql-REGION_PLACEHOLDER'
1414
path: cloudquery/postgresql
15-
version: 'v1.6.0' # latest version of postgresql plugin
15+
version: 'v1.6.1' # 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ spec:
77
kind: destination
88
spec:
99
name: 'postgresql'
10-
version: 'v1.6.0' # latest version of postgresql plugin
10+
version: 'v1.6.1' # latest version of postgresql plugin
1111
spec:
1212
connection_string: 'postgresql://postgres:pass@localhost:5432/postgres?sslmode=disable'

0 commit comments

Comments
 (0)