-
Notifications
You must be signed in to change notification settings - Fork 26
Comparing changes
Open a pull request
base repository: cloudquery/plugin-sdk
base: b27291d
head repository: cloudquery/plugin-sdk
compare: 400c3a0
- 7 commits
- 7 files changed
- 2 contributors
Commits on May 9, 2025
-
fix(deps): Update module github.com/samber/lo to v1.49.1 (#2139)
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [github.com/samber/lo](https://redirect.github.com/samber/lo) | require | minor | `v1.47.0` -> `v1.49.1` | `v1.50.0` | --- ### Release Notes <details> <summary>samber/lo (github.com/samber/lo)</summary> ### [`v1.49.1`](https://redirect.github.com/samber/lo/releases/tag/v1.49.1) [Compare Source](https://redirect.github.com/samber/lo/compare/v1.49.0...v1.49.1) #### What's Changed - fix(product + productby): fix empty slice behavior by [@​samber](https://redirect.github.com/samber) in [https://github.com/samber/lo/pull/584](https://redirect.github.com/samber/lo/pull/584) **Full Changelog**: samber/lo@v1.49.0...v1.49.1 ### [`v1.49.0`](https://redirect.github.com/samber/lo/releases/tag/v1.49.0) [Compare Source](https://redirect.github.com/samber/lo/compare/v1.48.0...v1.49.0) #### What's Changed - feat: add SampleBy and SamplesBy by [@​bramvandewalle](https://redirect.github.com/bramvandewalle) in [https://github.com/samber/lo/pull/516](https://redirect.github.com/samber/lo/pull/516) - feat: Add IsNotNil by [@​haoxins](https://redirect.github.com/haoxins) in [https://github.com/samber/lo/pull/523](https://redirect.github.com/samber/lo/pull/523) - feat: Implement ChunkMap Function ([#​533](https://redirect.github.com/samber/lo/issues/533)) by [@​oswaldom-code](https://redirect.github.com/oswaldom-code) in [https://github.com/samber/lo/pull/538](https://redirect.github.com/samber/lo/pull/538) - feat: Add NewThrottle by [@​Lee-Minjea](https://redirect.github.com/Lee-Minjea) in [https://github.com/samber/lo/pull/427](https://redirect.github.com/samber/lo/pull/427) - feat: adding FilterSliceToMap by [@​samber](https://redirect.github.com/samber) in [https://github.com/samber/lo/pull/581](https://redirect.github.com/samber/lo/pull/581) - feat: add `Product` and `ProductBy` functions by [@​JohnDevitt](https://redirect.github.com/JohnDevitt) in [https://github.com/samber/lo/pull/566](https://redirect.github.com/samber/lo/pull/566) #### New Contributors - [@​bramvandewalle](https://redirect.github.com/bramvandewalle) made their first contribution in [https://github.com/samber/lo/pull/516](https://redirect.github.com/samber/lo/pull/516) - [@​oswaldom-code](https://redirect.github.com/oswaldom-code) made their first contribution in [https://github.com/samber/lo/pull/538](https://redirect.github.com/samber/lo/pull/538) - [@​Lee-Minjea](https://redirect.github.com/Lee-Minjea) made their first contribution in [https://github.com/samber/lo/pull/427](https://redirect.github.com/samber/lo/pull/427) **Full Changelog**: samber/lo@v1.48.0...v1.49.0 ### [`v1.48.0`](https://redirect.github.com/samber/lo/releases/tag/v1.48.0) [Compare Source](https://redirect.github.com/samber/lo/compare/v1.47.0...v1.48.0) #### What's Changed ##### Feature - feat: add (Min|Max)Index(By) by [@​aria3ppp](https://redirect.github.com/aria3ppp) in [https://github.com/samber/lo/pull/569](https://redirect.github.com/samber/lo/pull/569) - feat: add UniqMap by [@​nicklaus-dev](https://redirect.github.com/nicklaus-dev) in [https://github.com/samber/lo/pull/527](https://redirect.github.com/samber/lo/pull/527) - feat: add CrossJoin function by [@​JohnDevitt](https://redirect.github.com/JohnDevitt) in [https://github.com/samber/lo/pull/567](https://redirect.github.com/samber/lo/pull/567) - feat: Implement CoalesceOrEmptySlice Function by [@​chg1f](https://redirect.github.com/chg1f) in [https://github.com/samber/lo/pull/542](https://redirect.github.com/samber/lo/pull/542) - feat: adding WithoutNth by [@​samber](https://redirect.github.com/samber) in [https://github.com/samber/lo/pull/575](https://redirect.github.com/samber/lo/pull/575) - feat: deprecate lo.Reverse and move it to lom.Reverse by [@​samber](https://redirect.github.com/samber) in [https://github.com/samber/lo/pull/576](https://redirect.github.com/samber/lo/pull/576) - feat: deprecate lo.Shuffle and move it to lom.Shuffle by [@​samber](https://redirect.github.com/samber) in samber/lo@699707a#comments - feat: adding lo.BufferWithContext by [@​samber](https://redirect.github.com/samber) in [https://github.com/samber/lo/pull/580](https://redirect.github.com/samber/lo/pull/580) - feat: add SliceToSet by [@​nicklaus-dev](https://redirect.github.com/nicklaus-dev) in [https://github.com/samber/lo/pull/514](https://redirect.github.com/samber/lo/pull/514) - feat: add WithoutBy by [@​nicklaus-dev](https://redirect.github.com/nicklaus-dev) in [https://github.com/samber/lo/pull/515](https://redirect.github.com/samber/lo/pull/515) - feat: add lom.Fill by [@​samber](https://redirect.github.com/samber) ##### Fix - fix: change examples for MapKeys and MapValues by [@​luxcgo](https://redirect.github.com/luxcgo) in [https://github.com/samber/lo/pull/341](https://redirect.github.com/samber/lo/pull/341) - fix: order of GroupBy and PartitionBy by [@​liyishuai](https://redirect.github.com/liyishuai) in [https://github.com/samber/lo/pull/572](https://redirect.github.com/samber/lo/pull/572) ##### Refactor - refactor RandomString function by [@​pigwantacat](https://redirect.github.com/pigwantacat) in [https://github.com/samber/lo/pull/524](https://redirect.github.com/samber/lo/pull/524) #### New Contributors - [@​luxcgo](https://redirect.github.com/luxcgo) made their first contribution in [https://github.com/samber/lo/pull/341](https://redirect.github.com/samber/lo/pull/341) - [@​haoxins](https://redirect.github.com/haoxins) made their first contribution in [https://github.com/samber/lo/pull/522](https://redirect.github.com/samber/lo/pull/522) - [@​muya](https://redirect.github.com/muya) made their first contribution in [https://github.com/samber/lo/pull/521](https://redirect.github.com/samber/lo/pull/521) - [@​NathanBaulch](https://redirect.github.com/NathanBaulch) made their first contribution in [https://github.com/samber/lo/pull/519](https://redirect.github.com/samber/lo/pull/519) - [@​jiz4oh](https://redirect.github.com/jiz4oh) made their first contribution in [https://github.com/samber/lo/pull/535](https://redirect.github.com/samber/lo/pull/535) - [@​guyareco2](https://redirect.github.com/guyareco2) made their first contribution in [https://github.com/samber/lo/pull/537](https://redirect.github.com/samber/lo/pull/537) - [@​pigwantacat](https://redirect.github.com/pigwantacat) made their first contribution in [https://github.com/samber/lo/pull/524](https://redirect.github.com/samber/lo/pull/524) - [@​snamiki1212](https://redirect.github.com/snamiki1212) made their first contribution in [https://github.com/samber/lo/pull/541](https://redirect.github.com/samber/lo/pull/541) - [@​dependabot](https://redirect.github.com/dependabot) made their first contribution in [https://github.com/samber/lo/pull/554](https://redirect.github.com/samber/lo/pull/554) - [@​JasonnnW3000](https://redirect.github.com/JasonnnW3000) made their first contribution in [https://github.com/samber/lo/pull/571](https://redirect.github.com/samber/lo/pull/571) - [@​liyishuai](https://redirect.github.com/liyishuai) made their first contribution in [https://github.com/samber/lo/pull/572](https://redirect.github.com/samber/lo/pull/572) - [@​aria3ppp](https://redirect.github.com/aria3ppp) made their first contribution in [https://github.com/samber/lo/pull/569](https://redirect.github.com/samber/lo/pull/569) - [@​sunjayaali](https://redirect.github.com/sunjayaali) made their first contribution in [https://github.com/samber/lo/pull/544](https://redirect.github.com/samber/lo/pull/544) - [@​SnowOnion](https://redirect.github.com/SnowOnion) made their first contribution in [https://github.com/samber/lo/pull/543](https://redirect.github.com/samber/lo/pull/543) - [@​nicklaus-dev](https://redirect.github.com/nicklaus-dev) made their first contribution in [https://github.com/samber/lo/pull/527](https://redirect.github.com/samber/lo/pull/527) - [@​JohnDevitt](https://redirect.github.com/JohnDevitt) made their first contribution in [https://github.com/samber/lo/pull/567](https://redirect.github.com/samber/lo/pull/567) - [@​chg1f](https://redirect.github.com/chg1f) made their first contribution in [https://github.com/samber/lo/pull/542](https://redirect.github.com/samber/lo/pull/542) **Full Changelog**: samber/lo@v1.47.0...v1.48.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for f11b5e6 - Browse repository at this point
Copy the full SHA f11b5e6View commit details -
chore(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.…
…80.0 (#2147) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://redirect.github.com/cloudquery/plugin-sdk) | require | minor | `v4.79.1` -> `v4.80.0` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.80.0`](https://redirect.github.com/cloudquery/plugin-sdk/releases/tag/v4.80.0) [Compare Source](https://redirect.github.com/cloudquery/plugin-sdk/compare/v4.79.1...v4.80.0) ##### Features - Add SensitiveColumns to tables schema ([#​2134](https://redirect.github.com/cloudquery/plugin-sdk/issues/2134)) ([e95674f](https://redirect.github.com/cloudquery/plugin-sdk/commit/e95674f255c7225a9b5d593daf54c0a373c2ef50)) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.13.9 ([#​2143](https://redirect.github.com/cloudquery/plugin-sdk/issues/2143)) ([77d4b9b](https://redirect.github.com/cloudquery/plugin-sdk/commit/77d4b9b317dfa06ccbf4c0696adcdaa6de724173)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for 3adf5a7 - Browse repository at this point
Copy the full SHA 3adf5a7View commit details -
fix(deps): Update module github.com/cloudquery/codegen to v0.3.27 (#2148
) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/codegen](https://redirect.github.com/cloudquery/codegen) | require | patch | `v0.3.26` -> `v0.3.27` | --- ### Release Notes <details> <summary>cloudquery/codegen (github.com/cloudquery/codegen)</summary> ### [`v0.3.27`](https://redirect.github.com/cloudquery/codegen/releases/tag/v0.3.27) [Compare Source](https://redirect.github.com/cloudquery/codegen/compare/v0.3.26...v0.3.27) ##### Bug Fixes - **deps:** Update golang.org/x/exp digest to [`7e4ce0a`](https://redirect.github.com/cloudquery/codegen/commit/7e4ce0a) ([#​330](https://redirect.github.com/cloudquery/codegen/issues/330)) ([a66a902](https://redirect.github.com/cloudquery/codegen/commit/a66a90272f2f5507af37aad708bda2155f0e5317)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.78.0 ([#​328](https://redirect.github.com/cloudquery/codegen/issues/328)) ([3cb69d1](https://redirect.github.com/cloudquery/codegen/commit/3cb69d1b598da745eb7ea5fb3909983dda2451ba)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.79.0 ([#​329](https://redirect.github.com/cloudquery/codegen/issues/329)) ([ad096d1](https://redirect.github.com/cloudquery/codegen/commit/ad096d17025b62ceeaf13baaf39e11f603bb9f27)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.79.1 ([#​333](https://redirect.github.com/cloudquery/codegen/issues/333)) ([ec71147](https://redirect.github.com/cloudquery/codegen/commit/ec711471ed22cfbe74b1e0860698e539757ffa16)) - **deps:** Update module golang.org/x/net to v0.38.0 \[SECURITY] ([#​326](https://redirect.github.com/cloudquery/codegen/issues/326)) ([3ecede4](https://redirect.github.com/cloudquery/codegen/commit/3ecede45d7597b0c426fb5bb280dfd483215b3ab)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for 1fd7b1e - Browse repository at this point
Copy the full SHA 1fd7b1eView commit details -
fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.26.…
…11 (#2149) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-pb-go](https://redirect.github.com/cloudquery/plugin-pb-go) | require | patch | `v1.26.10` -> `v1.26.11` | --- ### Release Notes <details> <summary>cloudquery/plugin-pb-go (github.com/cloudquery/plugin-pb-go)</summary> ### [`v1.26.11`](https://redirect.github.com/cloudquery/plugin-pb-go/releases/tag/v1.26.11) [Compare Source](https://redirect.github.com/cloudquery/plugin-pb-go/compare/v1.26.10...v1.26.11) ##### Bug Fixes - **deps:** Update golang.org/x/exp digest to [`7e4ce0a`](https://redirect.github.com/cloudquery/plugin-pb-go/commit/7e4ce0a) ([#​495](https://redirect.github.com/cloudquery/plugin-pb-go/issues/495)) ([a3b1469](https://redirect.github.com/cloudquery/plugin-pb-go/commit/a3b1469dfe83c4cac4c5e1bf1bb1230d208756b8)) - **deps:** Update module github.com/avast/retry-go/v4 to v4.6.1 ([#​496](https://redirect.github.com/cloudquery/plugin-pb-go/issues/496)) ([87a0419](https://redirect.github.com/cloudquery/plugin-pb-go/commit/87a041992d27601d7c757bab9520cf6e0f1101f4)) - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.13.9 ([#​501](https://redirect.github.com/cloudquery/plugin-pb-go/issues/501)) ([1dd9fb3](https://redirect.github.com/cloudquery/plugin-pb-go/commit/1dd9fb38d6f77c2ebefedc79306221405f618883)) - **deps:** Update module github.com/opencontainers/image-spec to v1.1.1 ([#​498](https://redirect.github.com/cloudquery/plugin-pb-go/issues/498)) ([bdeb449](https://redirect.github.com/cloudquery/plugin-pb-go/commit/bdeb4496a659127497d72ffe9a77deff781efc32)) - **deps:** Update module github.com/rs/zerolog to v1.34.0 ([#​499](https://redirect.github.com/cloudquery/plugin-pb-go/issues/499)) ([98b7bc7](https://redirect.github.com/cloudquery/plugin-pb-go/commit/98b7bc7ad1c61479980a837b13b6f467fb5fdf7c)) - **deps:** Update module google.golang.org/grpc to v1.72.0 ([#​500](https://redirect.github.com/cloudquery/plugin-pb-go/issues/500)) ([e729db0](https://redirect.github.com/cloudquery/plugin-pb-go/commit/e729db092e292283a20822d33b7a3d12bf745b91)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for a904b46 - Browse repository at this point
Copy the full SHA a904b46View commit details -
fix(deps): Update module github.com/cloudquery/codegen to v0.3.28 (#2150
) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/codegen](https://redirect.github.com/cloudquery/codegen) | require | patch | `v0.3.27` -> `v0.3.28` | --- ### Release Notes <details> <summary>cloudquery/codegen (github.com/cloudquery/codegen)</summary> ### [`v0.3.28`](https://redirect.github.com/cloudquery/codegen/releases/tag/v0.3.28) [Compare Source](https://redirect.github.com/cloudquery/codegen/compare/v0.3.27...v0.3.28) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.80.0 ([#​334](https://redirect.github.com/cloudquery/codegen/issues/334)) ([9449b8c](https://redirect.github.com/cloudquery/codegen/commit/9449b8c9947443e0cbb86bb07ffc79c11d2de9d9)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for 4d1409c - Browse repository at this point
Copy the full SHA 4d1409cView commit details
Commits on May 12, 2025
-
chore: Correct sensitive columns validation function name (#2151)
#### Summary Corrects the function name from `ValidateSensitivColumns` to `ValidateSensitiveColumns` ---
Configuration menu - View commit details
-
Copy full SHA for 374af53 - Browse repository at this point
Copy the full SHA 374af53View commit details -
chore(main): Release v4.80.1 (#2146)
🤖 I have created a release *beep* *boop* --- ## [4.80.1](v4.80.0...v4.80.1) (2025-05-12) ### Bug Fixes * **deps:** Update module github.com/cloudquery/codegen to v0.3.27 ([#2148](#2148)) ([1fd7b1e](1fd7b1e)) * **deps:** Update module github.com/cloudquery/codegen to v0.3.28 ([#2150](#2150)) ([4d1409c](4d1409c)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.11 ([#2149](#2149)) ([a904b46](a904b46)) * **deps:** Update module github.com/samber/lo to v1.49.1 ([#2139](#2139)) ([f11b5e6](f11b5e6)) --- 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 400c3a0 - Browse repository at this point
Copy the full SHA 400c3a0View 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 b27291d...400c3a0