Skip to content

Commit

Permalink
fix(deps): Update dependency destination-postgresql to v7.1.1 (#419)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [destination-postgresql](https://togithub.com/cloudquery/cloudquery) | patch | `v7.1.0` -> `v7.1.1` |

---

### Release Notes

<details>
<summary>cloudquery/cloudquery (destination-postgresql)</summary>

### [`v7.1.1`](https://togithub.com/cloudquery/cloudquery/releases/tag/plugins-destination-postgresql-v7.1.1)

[Compare Source](https://togithub.com/cloudquery/cloudquery/compare/plugins-destination-postgresql-v7.1.0...plugins-destination-postgresql-v7.1.1)

##### Bug Fixes

-   **deps:** Update github.com/gomarkdown/markdown digest to [`a660076`](https://togithub.com/cloudquery/cloudquery/commit/a660076) ([#&#8203;15517](https://togithub.com/cloudquery/cloudquery/issues/15517)) ([fa1334c](https://togithub.com/cloudquery/cloudquery/commit/fa1334c5ce0e157834b0cd676b38af26510fbe43))
-   **deps:** Update golang.org/x/exp digest to [`6522937`](https://togithub.com/cloudquery/cloudquery/commit/6522937) ([#&#8203;15518](https://togithub.com/cloudquery/cloudquery/issues/15518)) ([69f9a06](https://togithub.com/cloudquery/cloudquery/commit/69f9a06754b2feb7c73bd5a80d42fd191c7fdb17))
-   **deps:** Update google.golang.org/genproto/googleapis/api digest to [`3a041ad`](https://togithub.com/cloudquery/cloudquery/commit/3a041ad) ([#&#8203;15520](https://togithub.com/cloudquery/cloudquery/issues/15520)) ([b2a322a](https://togithub.com/cloudquery/cloudquery/commit/b2a322a5ec5c1945af5a655c759493a879a9be09))
-   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.18.3 ([#&#8203;15355](https://togithub.com/cloudquery/cloudquery/issues/15355)) ([d8455e5](https://togithub.com/cloudquery/cloudquery/commit/d8455e5ca1059746c7aced395e9bc150ea495591))
-   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.19.0 ([#&#8203;15509](https://togithub.com/cloudquery/cloudquery/issues/15509)) ([41c689d](https://togithub.com/cloudquery/cloudquery/commit/41c689d0835487a8d924bb11c989c231f5e3df7c))
-   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.19.1 ([#&#8203;15539](https://togithub.com/cloudquery/cloudquery/issues/15539)) ([a298555](https://togithub.com/cloudquery/cloudquery/commit/a298555343fc7ad483361c2f19c3d39693dab882))
-   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.20.0 ([#&#8203;15574](https://togithub.com/cloudquery/cloudquery/issues/15574)) ([317dca4](https://togithub.com/cloudquery/cloudquery/commit/317dca4182478d6f3789082ae563d9e8bd417d20))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
cq-bot authored Dec 12, 2023
1 parent 5337a35 commit 026b624
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/cloudquery/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ maintainers:
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 27.0.6
version: 27.0.7

# -- This is the version number of the application being deployed.This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/cloudquery/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cloudquery

![Version: 27.0.6](https://img.shields.io/badge/Version-27.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.29](https://img.shields.io/badge/AppVersion-3.29-informational?style=flat-square)
![Version: 27.0.7](https://img.shields.io/badge/Version-27.0.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.29](https://img.shields.io/badge/AppVersion-3.29-informational?style=flat-square)

Open source high performance data integration platform designed for security and infrastructure teams.

Expand Down
2 changes: 1 addition & 1 deletion charts/cloudquery/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ config: |
spec:
name: postgresql
path: cloudquery/postgresql
version: "v7.1.0" # latest version of postgresql plugin
version: "v7.1.1" # latest version of postgresql plugin
spec:
connection_string: ${CQ_DSN}
Expand Down

0 comments on commit 026b624

Please sign in to comment.