Skip to content

Commit

Permalink
chore(deps): Update CloudQuery monorepo modules (#326)
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 | `v5.0.3` -> `v5.0.4` |
| [source-aws](https://togithub.com/cloudquery/cloudquery) | minor | `v22.4.0` -> `v22.5.0` |

---

### Release Notes

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

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

[Compare Source](https://togithub.com/cloudquery/cloudquery/compare/plugins-source-cloudflare-v5.0.3...plugins-destination-postgresql-v5.0.4)

##### Bug Fixes

-   **deps:** Update github.com/cloudquery/arrow/go/v13 digest to [`f53878d`](https://togithub.com/cloudquery/cloudquery/commit/f53878d) ([#&#8203;12778](https://togithub.com/cloudquery/cloudquery/issues/12778)) ([6f5d58e](https://togithub.com/cloudquery/cloudquery/commit/6f5d58e3b84d3c76b1d1a3d6c5a488f77995a057))
-   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.2.6 ([#&#8203;12799](https://togithub.com/cloudquery/cloudquery/issues/12799)) ([fb0e0d7](https://togithub.com/cloudquery/cloudquery/commit/fb0e0d75ab010f421c834e58d93676de76fcb423))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4zNy4wIiwidXBkYXRlZEluVmVyIjoiMzYuMzcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
  • Loading branch information
cq-bot authored Aug 8, 2023
1 parent 6963b64 commit ab67f2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions example_configs/parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kind: source
spec:
name: 'aws-REGION_PLACEHOLDER'
path: cloudquery/aws
version: 'v22.4.0' # latest version of aws plugin
version: 'v22.5.0' # latest version of aws plugin
destinations: ['postgresql-REGION_PLACEHOLDER']
tables: [aws_s3_buckets]
spec:
Expand All @@ -13,6 +13,6 @@ kind: destination
spec:
name: 'postgresql-REGION_PLACEHOLDER'
path: cloudquery/postgresql
version: 'v5.0.3' # latest version of postgresql plugin
version: 'v5.0.4' # latest version of postgresql plugin
spec:
connection_string: ${CQ_DSN} # The CQ_DSN environment variable will be set by GitHub Action workflow
4 changes: 2 additions & 2 deletions example_configs/serial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ kind: source
spec:
name: 'aws'
path: 'cloudquery/aws'
version: 'v22.4.0' # latest version of aws plugin
version: 'v22.5.0' # latest version of aws plugin
destinations: ['postgresql']
tables: [aws_s3_buckets]
---
kind: destination
spec:
name: 'postgresql'
path: 'cloudquery/postgresql'
version: 'v5.0.3' # latest version of postgresql plugin
version: 'v5.0.4' # latest version of postgresql plugin
spec:
connection_string: 'postgresql://postgres:pass@localhost:5432/postgres?sslmode=disable'

0 comments on commit ab67f2a

Please sign in to comment.