-
Notifications
You must be signed in to change notification settings - Fork 26
Comparing changes
Open a pull request
base repository: cloudquery/plugin-sdk
base: v4.72.0
head repository: cloudquery/plugin-sdk
compare: v4.72.1
- 9 commits
- 7 files changed
- 2 contributors
Commits on Dec 13, 2024
-
chore(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.…
…72.0 (#2006) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v4.71.1` -> `v4.72.0` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.72.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.72.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.71.1...v4.72.0) ##### Features - Update to Arrow v18 ([#​1997](https://togithub.com/cloudquery/plugin-sdk/issues/1997)) ([5b84d3d](https://togithub.com/cloudquery/plugin-sdk/commit/5b84d3deb1d9bad854fecd183871a58213ea4773)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for c4398a3 - Browse repository at this point
Copy the full SHA c4398a3View commit details
Commits on Dec 14, 2024
-
fix(deps): Update aws-sdk-go-v2 monorepo (#2007)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2](https://togithub.com/aws/aws-sdk-go-v2) | require | patch | `v1.32.5` -> `v1.32.6` | | [github.com/aws/aws-sdk-go-v2/config](https://togithub.com/aws/aws-sdk-go-v2) | require | patch | `v1.28.5` -> `v1.28.6` | | [github.com/aws/aws-sdk-go-v2/service/licensemanager](https://togithub.com/aws/aws-sdk-go-v2) | require | patch | `v1.29.6` -> `v1.29.7` | | [github.com/aws/aws-sdk-go-v2/service/marketplacemetering](https://togithub.com/aws/aws-sdk-go-v2) | require | patch | `v1.25.6` -> `v1.25.7` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)</summary> ### [`v1.32.6`](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.32.5...v1.32.6) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.32.5...v1.32.6) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on Saturday" (UTC), 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for 7f3818d - Browse repository at this point
Copy the full SHA 7f3818dView commit details -
fix(deps): Update module google.golang.org/grpc to v1.69.0 (#2008)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google.golang.org/grpc](https://togithub.com/grpc/grpc-go) | require | minor | `v1.68.0` -> `v1.69.0` | --- ### Release Notes <details> <summary>grpc/grpc-go (google.golang.org/grpc)</summary> ### [`v1.69.0`](https://togithub.com/grpc/grpc-go/releases/tag/v1.69.0): Release 1.69.0 [Compare Source](https://togithub.com/grpc/grpc-go/compare/v1.68.1...v1.69.0) ### Known Issues - The recently added `grpc.NewClient` function is incompatible with forward proxies, because it resolves the target hostname on the client instead of passing the hostname to the proxy. A fix is expected to be a part of grpc-go v1.70. ([#​7556](https://togithub.com/grpc/grpc-go/issues/7556)) ### New Features - stats/opentelemetry: Introduce new APIs to enable OpenTelemetry instrumentation for metrics on servers and clients ([#​7874](https://togithub.com/grpc/grpc-go/issues/7874)) - xdsclient: add support to fallback to lower priority servers when higher priority ones are down ([#​7701](https://togithub.com/grpc/grpc-go/issues/7701)) - dns: Add support for link local IPv6 addresses ([#​7889](https://togithub.com/grpc/grpc-go/issues/7889)) - The new experimental `pickfirst` LB policy (disabled by default) supports Happy Eyeballs, interleaving IPv4 and IPv6 address as described in [RFC-8305 section 4](https://www.rfc-editor.org/rfc/rfc8305#section-4), to attempt connections to multiple backends concurrently. The experimental `pickfirst` policy can be enabled by setting the environment variable `GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST` to `true`. ([#​7725](https://togithub.com/grpc/grpc-go/issues/7725), [#​7742](https://togithub.com/grpc/grpc-go/issues/7742)) - balancer/pickfirst: Emit metrics from the `pick_first` load balancing policy ([#​7839](https://togithub.com/grpc/grpc-go/issues/7839)) - grpc: export `MethodHandler`, which is the type of an already-exported field in `MethodDesc` ([#​7796](https://togithub.com/grpc/grpc-go/issues/7796)) - Special Thanks: [@​mohdjishin](https://togithub.com/mohdjishin) ### Bug Fixes - credentials/google: set scope for application default credentials ([#​7887](https://togithub.com/grpc/grpc-go/issues/7887)) - Special Thanks: [@​halvards](https://togithub.com/halvards) - xds: fix edge-case issues where some clients or servers would not initialize correctly or would not receive errors when resources are invalid or unavailable if another channel or server with the same target was already in use . ([#​7851](https://togithub.com/grpc/grpc-go/issues/7851), [#​7853](https://togithub.com/grpc/grpc-go/issues/7853)) - examples: fix the debugging example, which was broken by a recent change ([#​7833](https://togithub.com/grpc/grpc-go/issues/7833)) ### Behavior Changes - client: update retry attempt backoff to apply jitter per updates to [gRFC A6](https://togithub.com/grpc/proposal/blob/master/A6-client-retries.md). ([#​7869](https://togithub.com/grpc/grpc-go/issues/7869)) - Special Thanks: [@​isgj](https://togithub.com/isgj) - balancer/weightedroundrobin: use the `pick_first` LB policy to manage connections ([#​7826](https://togithub.com/grpc/grpc-go/issues/7826)) ### API Changes - balancer: An internal method is added to the `balancer.SubConn` interface to force implementors to embed a delegate implementation. This requirement is present in the interface documentation, but wasn't enforced earlier. ([#​7840](https://togithub.com/grpc/grpc-go/issues/7840)) ### Performance Improvements - mem: implement a `ReadAll()` method for more efficient `io.Reader` consumption ([#​7653](https://togithub.com/grpc/grpc-go/issues/7653)) - Special Thanks: [@​ash2k](https://togithub.com/ash2k) - mem: use slice capacity instead of length to determine whether to pool buffers or directly allocate them ([#​7702](https://togithub.com/grpc/grpc-go/issues/7702)) - Special Thanks: [@​PapaCharlie](https://togithub.com/PapaCharlie) ### Documentation - examples/csm_observability: Add xDS Credentials and switch server to be xDS enabled ([#​7875](https://togithub.com/grpc/grpc-go/issues/7875)) ### [`v1.68.1`](https://togithub.com/grpc/grpc-go/releases/tag/v1.68.1): Release 1.68.1 [Compare Source](https://togithub.com/grpc/grpc-go/compare/v1.68.0...v1.68.1) ### Bug Fixes - credentials/alts: avoid SRV and TXT lookups for handshaker service to work around hangs caused by buggy versions of systemd-resolved. ([#​7861](https://togithub.com/grpc/grpc-go/issues/7861)) ### Dependencies - Relax minimum Go version requirement from `go1.22.7` to `go1.22`. ([#​7831](https://togithub.com/grpc/grpc-go/issues/7831)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on Saturday" (UTC), 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for aae018f - Browse repository at this point
Copy the full SHA aae018fView commit details
Commits on Dec 17, 2024
-
fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.26.1 (
#2010) 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.26.0` -> `v1.26.1` | --- ### Release Notes <details> <summary>cloudquery/plugin-pb-go (github.com/cloudquery/plugin-pb-go)</summary> ### [`v1.26.1`](https://togithub.com/cloudquery/plugin-pb-go/releases/tag/v1.26.1) [Compare Source](https://togithub.com/cloudquery/plugin-pb-go/compare/v1.26.0...v1.26.1) ##### Bug Fixes - **deps:** Update module google.golang.org/grpc to v1.69.0 ([#​447](https://togithub.com/cloudquery/plugin-pb-go/issues/447)) ([43aeb88](https://togithub.com/cloudquery/plugin-pb-go/commit/43aeb886b21fbb6d25048e2f971c0c4df382af0c)) - Generate Go Code from `plugin-pb` ([#​449](https://togithub.com/cloudquery/plugin-pb-go/issues/449)) ([c1a8fa3](https://togithub.com/cloudquery/plugin-pb-go/commit/c1a8fa36a101cea16e7daa416899dd6a985b4017)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for b12dc10 - Browse repository at this point
Copy the full SHA b12dc10View commit details
Commits on Dec 19, 2024
-
fix(deps): Update module golang.org/x/net to v0.33.0 [SECURITY] (#2014)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang.org/x/net | indirect | minor | `v0.31.0` -> `v0.33.0` | ### GitHub Vulnerability Alerts #### [CVE-2024-45338](https://nvd.nist.gov/vuln/detail/CVE-2024-45338) An attacker can craft an input to the Parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This could cause a denial of service. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJzZWN1cml0eSJdfQ==-->
Configuration menu - View commit details
-
Copy full SHA for 7360bd2 - Browse repository at this point
Copy the full SHA 7360bd2View commit details -
fix: OpenTelemetry schema URL panic (#2012)
`resource.Merge` returns an error only when schemas don't match.
Configuration menu - View commit details
-
Copy full SHA for b616279 - Browse repository at this point
Copy the full SHA b616279View commit details -
Configuration menu - View commit details
-
Copy full SHA for 595ff7b - Browse repository at this point
Copy the full SHA 595ff7bView commit details -
fix(deps): Update module github.com/cloudquery/cloudquery-api-go to v…
…1.13.5 (#2015) 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.13.4` -> `v1.13.5` | --- ### Release Notes <details> <summary>cloudquery/cloudquery-api-go (github.com/cloudquery/cloudquery-api-go)</summary> ### [`v1.13.5`](https://togithub.com/cloudquery/cloudquery-api-go/releases/tag/v1.13.5) [Compare Source](https://togithub.com/cloudquery/cloudquery-api-go/compare/v1.13.4...v1.13.5) ##### Bug Fixes - **deps:** Update module github.com/adrg/xdg to v0.5.3 ([#​259](https://togithub.com/cloudquery/cloudquery-api-go/issues/259)) ([9c97ad9](https://togithub.com/cloudquery/cloudquery-api-go/commit/9c97ad9edca9906f86bd717fbf5ad9d2a1bf9dc2)) - **deps:** Update module github.com/stretchr/testify to v1.10.0 ([#​260](https://togithub.com/cloudquery/cloudquery-api-go/issues/260)) ([c5c30db](https://togithub.com/cloudquery/cloudquery-api-go/commit/c5c30dbabb9facc50d2d0e06870c23b03bbefebf)) - Trim API token on read to avoid accidental line break issues ([#​269](https://togithub.com/cloudquery/cloudquery-api-go/issues/269)) ([89f4cef](https://togithub.com/cloudquery/cloudquery-api-go/commit/89f4cefa15bed372e08277a7232aa802d4e97db4)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for 9b6e9f2 - Browse repository at this point
Copy the full SHA 9b6e9f2View commit details -
chore(main): Release v4.72.1 (#2009)
🤖 I have created a release *beep* *boop* --- ## [4.72.1](v4.72.0...v4.72.1) (2024-12-19) ### Bug Fixes * **deps:** Update aws-sdk-go-v2 monorepo ([#2007](#2007)) ([7f3818d](7f3818d)) * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.13.5 ([#2015](#2015)) ([9b6e9f2](9b6e9f2)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.1 ([#2010](#2010)) ([b12dc10](b12dc10)) * **deps:** Update module golang.org/x/net to v0.33.0 [SECURITY] ([#2014](#2014)) ([7360bd2](7360bd2)) * **deps:** Update module google.golang.org/grpc to v1.69.0 ([#2008](#2008)) ([aae018f](aae018f)) * OpenTelemetry schema URL panic ([#2012](#2012)) ([b616279](b616279)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 2ea116e - Browse repository at this point
Copy the full SHA 2ea116eView 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 v4.72.0...v4.72.1