-
Notifications
You must be signed in to change notification settings - Fork 26
Commit f174810
authored
chore(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.17.0 (#1338)
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.16.1` -> `v4.17.0` |
---
### ⚠ 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.17.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.17.0)
[Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.16.1...v4.17.0)
##### Features
- Add IsPaid flag to table definition ([#​1327](https://togithub.com/cloudquery/plugin-sdk/issues/1327)) ([ffd14bf](https://togithub.com/cloudquery/plugin-sdk/commit/ffd14bf398fb8fd6831da34e3b99be0eb1a618ab))
- Add OnBeforeSend hook ([#​1325](https://togithub.com/cloudquery/plugin-sdk/issues/1325)) ([023ebbc](https://togithub.com/cloudquery/plugin-sdk/commit/023ebbc522959e1826a6bf2480395cb38c27aea0))
- Adding a batch updater to allow usage updates to be batched ([#​1326](https://togithub.com/cloudquery/plugin-sdk/issues/1326)) ([0301ed7](https://togithub.com/cloudquery/plugin-sdk/commit/0301ed75928a6e8bc50984cb5ec29880396cbc4f))
- Adding quota monitoring for premium plugins ([#​1333](https://togithub.com/cloudquery/plugin-sdk/issues/1333)) ([b7a2ca5](https://togithub.com/cloudquery/plugin-sdk/commit/b7a2ca547a3d819eff7283d8a3afa312335617a9))
- Allow sync to be cancelled when in progress ([#​1334](https://togithub.com/cloudquery/plugin-sdk/issues/1334)) ([6d7be0b](https://togithub.com/cloudquery/plugin-sdk/commit/6d7be0bd9e25710d0e92407f34fe38a11c3f8dad))
##### Bug Fixes
- **deps:** Update github.com/cloudquery/arrow/go/v14 digest to [`50d3871`](https://togithub.com/cloudquery/plugin-sdk/commit/50d3871) ([#​1337](https://togithub.com/cloudquery/plugin-sdk/issues/1337)) ([f15a89d](https://togithub.com/cloudquery/plugin-sdk/commit/f15a89d64e604642455951895bf3db3e04ae4afe))
- **deps:** Update github.com/cloudquery/arrow/go/v14 digest to [`f46436f`](https://togithub.com/cloudquery/plugin-sdk/commit/f46436f) ([#​1329](https://togithub.com/cloudquery/plugin-sdk/issues/1329)) ([ee24384](https://togithub.com/cloudquery/plugin-sdk/commit/ee243848baa2e6c6e5737233c926c44897de0ef0))
- **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.4.2 ([#​1335](https://togithub.com/cloudquery/plugin-sdk/issues/1335)) ([2ecd2a1](https://togithub.com/cloudquery/plugin-sdk/commit/2ecd2a1f47ac6ad3d529da0aded01fcdd8f8cb18))
- **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.13.0 ([#​1332](https://togithub.com/cloudquery/plugin-sdk/issues/1332)) ([5553f85](https://togithub.com/cloudquery/plugin-sdk/commit/5553f8556a7dda0be9425c70f9694140c7afb103))
- **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.13.1 ([#​1336](https://togithub.com/cloudquery/plugin-sdk/issues/1336)) ([b782ee7](https://togithub.com/cloudquery/plugin-sdk/commit/b782ee714e87cac8901eac4f032e51fd4362a997))
- **deps:** Update module google.golang.org/grpc to v1.58.3 \[SECURITY] ([#​1331](https://togithub.com/cloudquery/plugin-sdk/issues/1331)) ([43f60c2](https://togithub.com/cloudquery/plugin-sdk/commit/43f60c2d229dc4947cb4a020bd6a54b9b4d8325e))
</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-->1 parent 1013a79 commit f174810Copy full SHA for f174810
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
- examples/simple_plugin
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
examples/simple_plugin/go.mod
Copy file name to clipboardExpand all lines: examples/simple_plugin/go.mod+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments