Skip to content

Commit e113aa5

Browse files
authored
chore(deps): Update dependency destination-postgresql to v8.12.0 (#21293)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [destination-postgresql](https://hub.cloudquery.io) | minor | `v8.11.0` -> `v8.12.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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. --- - [ ] 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).
1 parent b058531 commit e113aa5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cli/cmd/testdata/test-connection-bad-connection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ spec:
1414
name: "postgresql"
1515
path: "cloudquery/postgresql"
1616
registry: cloudquery
17-
version: "v8.11.0" # latest version of destination postgresql plugin
17+
version: "v8.12.0" # latest version of destination postgresql plugin
1818
spec:
1919
connection_string: "postgresql://postgres:not-a-real-password@localhost:1234/postgres?sslmode=disable"

cli/cmd/testdata/validate-config-error.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ kind: destination
1212
spec:
1313
name: "postgresql"
1414
path: "cloudquery/postgresql"
15-
version: "v8.11.0" # latest version of destination postgresql plugin
15+
version: "v8.12.0" # latest version of destination postgresql plugin
1616
spec:
1717
connection_string: "postgresql://postgres:not-a-real-password@localhost:5432/postgres?sslmode=disable"
1818
invalid_key: "invalid_value"

0 commit comments

Comments
 (0)