-
Notifications
You must be signed in to change notification settings - Fork 26
Comparing changes
Open a pull request
base repository: cloudquery/plugin-sdk
base: 2df2b06
head repository: cloudquery/plugin-sdk
compare: a4a09c9
- 6 commits
- 5 files changed
- 1 contributor
Commits on Oct 10, 2023
-
chore(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.…
…12.4 (#1281) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v4.12.3` -> `v4.12.4` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.12.4`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.12.4) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.12.3...v4.12.4) ##### Bug Fixes - **deps:** Update github.com/cloudquery/arrow/go/v14 digest to [`d401686`](https://togithub.com/cloudquery/plugin-sdk/commit/d401686) ([#​1277](https://togithub.com/cloudquery/plugin-sdk/issues/1277)) ([c94273b](https://togithub.com/cloudquery/plugin-sdk/commit/c94273b03bde133a1c684256ecbedc01dd730e38)) - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.2.6 ([#​1279](https://togithub.com/cloudquery/plugin-sdk/issues/1279)) ([d49f8dc](https://togithub.com/cloudquery/plugin-sdk/commit/d49f8dca4f61b4fd9e07cf970e97eb029d05282a)) - Only warn on validation err ([#​1280](https://togithub.com/cloudquery/plugin-sdk/issues/1280)) ([299c1d3](https://togithub.com/cloudquery/plugin-sdk/commit/299c1d3c9a25497c724e24f7831c838b8951bb3e)) </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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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-->
5Configuration menu - View commit details
-
Copy full SHA for a58e1d9 - Browse repository at this point
Copy the full SHA a58e1d9View commit details
Commits on Oct 11, 2023
-
fix(deps): Update module golang.org/x/net to v0.17.0 [SECURITY] (#1283)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang.org/x/net | indirect | minor | `v0.15.0` -> `v0.17.0` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. ### GitHub Vulnerability Alerts #### [CVE-2023-39325](https://togithub.com/golang/go/issues/63417) A malicious HTTP/2 client which rapidly creates requests and immediately resets them can cause excessive server resource consumption. While the total number of requests is bounded by the http2.Server.MaxConcurrentStreams setting, resetting an in-progress request allows the attacker to create a new request while the existing one is still executing. With the fix applied, HTTP/2 servers now bound the number of simultaneously executing handler goroutines to the stream concurrency limit (MaxConcurrentStreams). New requests arriving when at the limit (which can only happen after the client has reset an existing, in-flight request) will be queued until a handler exits. If the request queue grows too large, the server will terminate the connection. This issue is also fixed in golang.org/x/net/http2 for users manually configuring HTTP/2. The default stream concurrency limit is 250 streams (requests) per HTTP/2 connection. This value may be adjusted using the golang.org/x/net/http2 package; see the Server.MaxConcurrentStreams setting and the ConfigureServer function. --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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-->
1Configuration menu - View commit details
-
Copy full SHA for 4e5f9de - Browse repository at this point
Copy the full SHA 4e5f9deView commit details
Commits on Oct 12, 2023
-
fix(deps): Update module github.com/cloudquery/cloudquery-api-go to v…
…1.2.7 (#1285) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/cloudquery-api-go](https://togithub.com/cloudquery/cloudquery-api-go) | require | patch | `v1.2.6` -> `v1.2.7` | | [github.com/cloudquery/cloudquery-api-go](https://togithub.com/cloudquery/cloudquery-api-go) | indirect | patch | `v1.2.6` -> `v1.2.7` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>cloudquery/cloudquery-api-go (github.com/cloudquery/cloudquery-api-go)</summary> ### [`v1.2.7`](https://togithub.com/cloudquery/cloudquery-api-go/releases/tag/v1.2.7) [Compare Source](https://togithub.com/cloudquery/cloudquery-api-go/compare/v1.2.6...v1.2.7) ##### Bug Fixes - Generate CloudQuery Go API Client from `spec.json` ([#​33](https://togithub.com/cloudquery/cloudquery-api-go/issues/33)) ([164f267](https://togithub.com/cloudquery/cloudquery-api-go/commit/164f267ef22a68e9252f3a75b56b6e09adfd29ca)) </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. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- 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-->
1Configuration menu - View commit details
-
Copy full SHA for e27875e - Browse repository at this point
Copy the full SHA e27875eView commit details -
fix(deps): Update module github.com/cloudquery/cloudquery-api-go to v…
…1.2.8 (#1286) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/cloudquery-api-go](https://togithub.com/cloudquery/cloudquery-api-go) | require | patch | `v1.2.7` -> `v1.2.8` | | [github.com/cloudquery/cloudquery-api-go](https://togithub.com/cloudquery/cloudquery-api-go) | indirect | patch | `v1.2.7` -> `v1.2.8` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>cloudquery/cloudquery-api-go (github.com/cloudquery/cloudquery-api-go)</summary> ### [`v1.2.8`](https://togithub.com/cloudquery/cloudquery-api-go/releases/tag/v1.2.8) [Compare Source](https://togithub.com/cloudquery/cloudquery-api-go/compare/v1.2.7...v1.2.8) ##### Bug Fixes - Generate CloudQuery Go API Client from `spec.json` ([#​35](https://togithub.com/cloudquery/cloudquery-api-go/issues/35)) ([ca1947b](https://togithub.com/cloudquery/cloudquery-api-go/commit/ca1947be7d9d350a06a84dffcb08b3142ece2407)) </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. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- 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-->
2Configuration menu - View commit details
-
Copy full SHA for 9d9eb10 - Browse repository at this point
Copy the full SHA 9d9eb10View commit details -
fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.12.2 (
#1287) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-pb-go](https://togithub.com/cloudquery/plugin-pb-go) | require | patch | `v1.12.1` -> `v1.12.2` | | [github.com/cloudquery/plugin-pb-go](https://togithub.com/cloudquery/plugin-pb-go) | indirect | patch | `v1.12.1` -> `v1.12.2` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>cloudquery/plugin-pb-go (github.com/cloudquery/plugin-pb-go)</summary> ### [`v1.12.2`](https://togithub.com/cloudquery/plugin-pb-go/releases/tag/v1.12.2) [Compare Source](https://togithub.com/cloudquery/plugin-pb-go/compare/v1.12.1...v1.12.2) ##### Bug Fixes - **deps:** Update github.com/cloudquery/arrow/go/v14 digest to [`d401686`](https://togithub.com/cloudquery/plugin-pb-go/commit/d401686) ([#​123](https://togithub.com/cloudquery/plugin-pb-go/issues/123)) ([262bf22](https://togithub.com/cloudquery/plugin-pb-go/commit/262bf2272e3cff49a052d4aab09b4037e7d8df8d)) - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.2.6 ([#​125](https://togithub.com/cloudquery/plugin-pb-go/issues/125)) ([41ff62e](https://togithub.com/cloudquery/plugin-pb-go/commit/41ff62e57c6ef3b34476b0debb5a972346eb816f)) - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.2.7 ([#​126](https://togithub.com/cloudquery/plugin-pb-go/issues/126)) ([f6303d8](https://togithub.com/cloudquery/plugin-pb-go/commit/f6303d8593a3fbc572d662c8ed391289cfdbc4b9)) - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.2.8 ([#​127](https://togithub.com/cloudquery/plugin-pb-go/issues/127)) ([deec6aa](https://togithub.com/cloudquery/plugin-pb-go/commit/deec6aab9ffeae8c7a77cdda05051ef936c1f9b1)) </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. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- 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-->
1Configuration menu - View commit details
-
Copy full SHA for 57e4795 - Browse repository at this point
Copy the full SHA 57e4795View commit details -
chore(main): Release v4.12.5 (#1284)
🤖 I have created a release *beep* *boop* --- ## [4.12.5](v4.12.4...v4.12.5) (2023-10-12) ### Bug Fixes * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.2.7 ([#1285](#1285)) ([e27875e](e27875e)) * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.2.8 ([#1286](#1286)) ([9d9eb10](9d9eb10)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.12.2 ([#1287](#1287)) ([57e4795](57e4795)) * **deps:** Update module golang.org/x/net to v0.17.0 [SECURITY] ([#1283](#1283)) ([4e5f9de](4e5f9de)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1Configuration menu - View commit details
-
Copy full SHA for a4a09c9 - Browse repository at this point
Copy the full SHA a4a09c9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2df2b06...a4a09c9