Skip to content

Commit d453d82

Browse files
authored
chore(deps): Update CloudQuery monorepo modules (#86)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [source-aws](https://hub.cloudquery.io) | minor | `v33.12.0` → `v33.13.0` | | [source-gcp](https://hub.cloudquery.io) | patch | `v21.2.0` → `v21.2.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/1) 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40Ni42IiwidXBkYXRlZEluVmVyIjoiNDMuNDYuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent 530899c commit d453d82

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bench_configs/source_aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ kind: source
22
spec:
33
name: aws
44
path: cloudquery/aws
5-
version: "v33.12.0" # latest version of source aws plugin
5+
version: "v33.13.0" # latest version of source aws plugin
66
destinations: ${DESTINATIONS}
77
skip_dependent_tables: true
88
tables:

bench_configs/source_gcp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ kind: source
22
spec:
33
name: "gcp"
44
path: "cloudquery/gcp"
5-
version: "v21.2.0" # latest version of source gcp plugin
5+
version: "v21.2.1" # latest version of source gcp plugin
66
tables: ["*"]
77
destinations: ${DESTINATIONS}
88
skip_dependent_tables: true

0 commit comments

Comments
 (0)