Skip to content

Commit cf6dcc4

Browse files
authored
chore(deps): Update dependency destination-postgresql to v2.1.5 (#232)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [destination-postgresql](https://togithub.com/cloudquery/cloudquery) | patch | `v2.1.4` -> `v2.1.5` | --- ### Release Notes <details> <summary>cloudquery/cloudquery</summary> ### [`v2.1.5`](https://togithub.com/cloudquery/cloudquery/releases/tag/plugins-destination-postgresql-v2.1.5) [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/plugins-destination-postgresql-v2.1.4...plugins-destination-postgresql-v2.1.5) ##### Bug Fixes - **deps:** Update golang.org/x/exp digest to [`c95f2b4`](https://togithub.com/cloudquery/cloudquery/commit/c95f2b4) ([#&#8203;8560](https://togithub.com/cloudquery/cloudquery/issues/8560)) ([9c3bd5b](https://togithub.com/cloudquery/cloudquery/commit/9c3bd5b68f9741a360fde6c54bf3f5f3efe06d9e)) - **deps:** Update module github.com/cloudquery/plugin-sdk to v1.41.0 ([#&#8203;8682](https://togithub.com/cloudquery/cloudquery/issues/8682)) ([ea9d065](https://togithub.com/cloudquery/cloudquery/commit/ea9d065ae9f77c6dd990570974630ae6ac3f153e)) - **deps:** Update module github.com/cloudquery/plugin-sdk to v1.42.0 ([#&#8203;8725](https://togithub.com/cloudquery/cloudquery/issues/8725)) ([b83b277](https://togithub.com/cloudquery/cloudquery/commit/b83b277a2421d1caf46a26c3229041b27a3da148)) - **deps:** Update module github.com/jackc/pgx/v5 to v5.3.1 ([#&#8203;8572](https://togithub.com/cloudquery/cloudquery/issues/8572)) ([11f2e3a](https://togithub.com/cloudquery/cloudquery/commit/11f2e3a8a5ede0524f55606d080838bd4b3f556c)) - **deps:** Update module github.com/stretchr/testify to v1.8.2 ([#&#8203;8599](https://togithub.com/cloudquery/cloudquery/issues/8599)) ([2ec8086](https://togithub.com/cloudquery/cloudquery/commit/2ec808677328410cc96c97a693ef65022d314c32)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTQuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE1NC4wIn0=-->
1 parent 3bb046d commit cf6dcc4

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: 'v2.1.4' # latest version of postgresql plugin
15+
version: 'v2.1.5' # 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
@@ -9,6 +9,6 @@ kind: destination
99
spec:
1010
name: 'postgresql'
1111
path: 'cloudquery/postgresql'
12-
version: 'v2.1.4' # latest version of postgresql plugin
12+
version: 'v2.1.5' # latest version of postgresql plugin
1313
spec:
1414
connection_string: 'postgresql://postgres:pass@localhost:5432/postgres?sslmode=disable'

0 commit comments

Comments
 (0)