-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Update CloudQuery monorepo modules (#367)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cli](https://togithub.com/cloudquery/cloudquery) | minor | `v4.0.0` -> `v4.3.1` | | [source-aws](https://togithub.com/cloudquery/cloudquery) | patch | `v22.19.0` -> `v22.19.2` | | [source-azure](https://togithub.com/cloudquery/cloudquery) | minor | `v10.2.0` -> `v10.3.0` | | [source-k8s](https://togithub.com/cloudquery/cloudquery) | patch | `v5.2.1` -> `v5.2.2` | --- ### Release Notes <details> <summary>cloudquery/cloudquery (cli)</summary> ### [`v4.3.1`](https://togithub.com/cloudquery/cloudquery/releases/tag/cli-v4.3.1) [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/cli-v4.3.0...cli-v4.3.1) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.20.0 ([#​15574](https://togithub.com/cloudquery/cloudquery/issues/15574)) ([317dca4](https://togithub.com/cloudquery/cloudquery/commit/317dca4182478d6f3789082ae563d9e8bd417d20)) ### [`v4.3.0`](https://togithub.com/cloudquery/cloudquery/releases/tag/cli-v4.3.0) [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/cli-v4.2.0...cli-v4.3.0) ##### Features - Include `is_paid` field when publishing tables to the Hub ([#​15569](https://togithub.com/cloudquery/cloudquery/issues/15569)) ([970a711](https://togithub.com/cloudquery/cloudquery/commit/970a71177bed0023a12c1294ef077a3f9fa08388)) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.14.3 ([#​15570](https://togithub.com/cloudquery/cloudquery/issues/15570)) ([cdc0462](https://togithub.com/cloudquery/cloudquery/commit/cdc04626fbfb29a42a1a27247533612f78d87cb2)) - Login with no browser ([#​15561](https://togithub.com/cloudquery/cloudquery/issues/15561)) ([945a900](https://togithub.com/cloudquery/cloudquery/commit/945a90025dc11d8269170e02892873fcf90b4b3d)) ### [`v4.2.0`](https://togithub.com/cloudquery/cloudquery/releases/tag/cli-v4.2.0) [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/cli-v4.1.2...cli-v4.2.0) ##### Features - Add `isPaid` indication to JSON docs ([#​15548](https://togithub.com/cloudquery/cloudquery/issues/15548)) ([97d4541](https://togithub.com/cloudquery/cloudquery/commit/97d4541ef6c7483d81948ac3605a75787f7cabab)) ##### Bug Fixes - **deps:** Update github.com/gomarkdown/markdown digest to [`a660076`](https://togithub.com/cloudquery/cloudquery/commit/a660076) ([#​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) ([#​15518](https://togithub.com/cloudquery/cloudquery/issues/15518)) ([69f9a06](https://togithub.com/cloudquery/cloudquery/commit/69f9a06754b2feb7c73bd5a80d42fd191c7fdb17)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.19.0 ([#​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 ([#​15539](https://togithub.com/cloudquery/cloudquery/issues/15539)) ([a298555](https://togithub.com/cloudquery/cloudquery/commit/a298555343fc7ad483361c2f19c3d39693dab882)) ### [`v4.1.2`](https://togithub.com/cloudquery/cloudquery/releases/tag/cli-v4.1.2) [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/cli-v4.1.1...cli-v4.1.2) ##### Bug Fixes - Add missing new line for paid tables docs ([#​15490](https://togithub.com/cloudquery/cloudquery/issues/15490)) ([e17023c](https://togithub.com/cloudquery/cloudquery/commit/e17023c2e53098556ecb1c5f7b197c65e32ce168)) ### [`v4.1.1`](https://togithub.com/cloudquery/cloudquery/releases/tag/cli-v4.1.1) [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/cli-v4.1.0...cli-v4.1.1) ##### Bug Fixes - Move paid table indication to the top ([#​15482](https://togithub.com/cloudquery/cloudquery/issues/15482)) ([3c5e084](https://togithub.com/cloudquery/cloudquery/commit/3c5e08477c212c6f5032daf1ecfa7e68c8438cd8)) ### [`v4.1.0`](https://togithub.com/cloudquery/cloudquery/releases/tag/cli-v4.1.0) [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/cli-v4.0.1...cli-v4.1.0) ##### Features - Add indication of Paid Tables in documents generated by tables command ([#​15472](https://togithub.com/cloudquery/cloudquery/issues/15472)) ([f6eaf88](https://togithub.com/cloudquery/cloudquery/commit/f6eaf884d0f6bbf8d64f50845d34fe033dec3914)) ### [`v4.0.1`](https://togithub.com/cloudquery/cloudquery/releases/tag/cli-v4.0.1) [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/cli-v4.0.0...cli-v4.0.1) ##### Bug Fixes - Change shutdown sequence after cloudquery login ([#​15448](https://togithub.com/cloudquery/cloudquery/issues/15448)) ([b28b632](https://togithub.com/cloudquery/cloudquery/commit/b28b632e4f9a90c56336e49eadce77198add0b77)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
- Loading branch information
Showing
29 changed files
with
30 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters