Skip to content

Commit

Permalink
chore(deps): Update CloudQuery monorepo modules (#539)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [destination-postgresql](https://hub.cloudquery.io) | patch | `v8.2.3` -> `v8.2.4` |
| [source-aws](https://hub.cloudquery.io) | minor | `v27.5.0` -> `v27.6.0` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjIuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
  • Loading branch information
cq-bot authored Jul 5, 2024
1 parent 14ba966 commit 7ed21e0
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: 'v27.5.0' # latest version of aws plugin
version: 'v27.6.0' # latest version of aws plugin
destinations: ['postgresql-REGION_PLACEHOLDER']
tables: [aws_s3_buckets]
skip_dependent_tables: true
Expand All @@ -14,6 +14,6 @@ kind: destination
spec:
name: 'postgresql-REGION_PLACEHOLDER'
path: cloudquery/postgresql
version: 'v8.2.3' # latest version of postgresql plugin
version: 'v8.2.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,7 +2,7 @@ kind: source
spec:
name: 'aws'
path: 'cloudquery/aws'
version: 'v27.5.0' # latest version of aws plugin
version: 'v27.6.0' # latest version of aws plugin
destinations: ['postgresql']
tables: [aws_s3_buckets]
skip_dependent_tables: true
Expand All @@ -11,6 +11,6 @@ kind: destination
spec:
name: 'postgresql'
path: 'cloudquery/postgresql'
version: 'v8.2.3' # latest version of postgresql plugin
version: 'v8.2.4' # latest version of postgresql plugin
spec:
connection_string: 'postgresql://postgres:pass@localhost:5432/postgres?sslmode=disable'

0 comments on commit 7ed21e0

Please sign in to comment.