Skip to content

Commit 1bf6fef

Browse files
authored
chore(deps): Update CloudQuery monorepo modules (#56)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [source-aws](https://hub.cloudquery.io) | minor | `v32.58.1` -> `v32.59.0` | | [source-azure](https://hub.cloudquery.io) | patch | `v17.15.2` -> `v17.15.3` | --- > [!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. 👻 **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:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent 1a51060 commit 1bf6fef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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: "v32.58.1" # latest version of source aws plugin
5+
version: "v32.59.0" # latest version of source aws plugin
66
destinations: ${DESTINATIONS}
77
skip_dependent_tables: true
88
tables:

bench_configs/source_azure.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: "azure"
44
path: "cloudquery/azure"
5-
version: "v17.15.2" # latest version of source azure plugin
5+
version: "v17.15.3" # latest version of source azure plugin
66
destinations: ${DESTINATIONS}
77
tables: ["*"]
88
skip_dependent_tables: true

0 commit comments

Comments
 (0)