-
Notifications
You must be signed in to change notification settings - Fork 26
Commit 1298b36
authored
chore(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.74.0 (#2092)
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.73.4` -> `v4.74.0` |
---
### Release Notes
<details>
<summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary>
### [`v4.74.0`](https://redirect.github.com/cloudquery/plugin-sdk/releases/tag/v4.74.0)
[Compare Source](https://redirect.github.com/cloudquery/plugin-sdk/compare/v4.73.4...v4.74.0)
##### Features
- Add description to time JSONschema ([#​2083](https://redirect.github.com/cloudquery/plugin-sdk/issues/2083)) ([fc27b14](https://redirect.github.com/cloudquery/plugin-sdk/commit/fc27b14c801d44ffba458fc676a6e3f0d577dfec))
- Add way to get Configtype time value for hashing ([#​2077](https://redirect.github.com/cloudquery/plugin-sdk/issues/2077)) ([ed27292](https://redirect.github.com/cloudquery/plugin-sdk/commit/ed27292685e032027802410265e92e96fbfc375e))
- Add WithNullableFieldTransformer to transformers.TransformWithStruct options ([#​2084](https://redirect.github.com/cloudquery/plugin-sdk/issues/2084)) ([2175946](https://redirect.github.com/cloudquery/plugin-sdk/commit/217594694dfa253f1534aead73c3481978210a9d))
##### Bug Fixes
- **deps:** Update aws-sdk-go-v2 monorepo ([#​2074](https://redirect.github.com/cloudquery/plugin-sdk/issues/2074)) ([091e2c7](https://redirect.github.com/cloudquery/plugin-sdk/commit/091e2c7c028717a8dc91cf6440bd6307468f2fdc))
- **deps:** Update aws-sdk-go-v2 monorepo ([#​2080](https://redirect.github.com/cloudquery/plugin-sdk/issues/2080)) ([14ad9db](https://redirect.github.com/cloudquery/plugin-sdk/commit/14ad9db4509fdf38516b7140b519af040ea8f218))
- **deps:** Update aws-sdk-go-v2 monorepo ([#​2085](https://redirect.github.com/cloudquery/plugin-sdk/issues/2085)) ([3da5572](https://redirect.github.com/cloudquery/plugin-sdk/commit/3da55726a9264d8d74883d40886de122f0377e1c))
- **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.13.6 ([#​2089](https://redirect.github.com/cloudquery/plugin-sdk/issues/2089)) ([4faff6a](https://redirect.github.com/cloudquery/plugin-sdk/commit/4faff6a844959875d43a5ceb8e1d18ca9d35e3ce))
- **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.7 ([#​2076](https://redirect.github.com/cloudquery/plugin-sdk/issues/2076)) ([dbdae2f](https://redirect.github.com/cloudquery/plugin-sdk/commit/dbdae2f4829cfd440e395dfaa9047e12f87d1fb2))
- **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.8 ([#​2090](https://redirect.github.com/cloudquery/plugin-sdk/issues/2090)) ([c4c9cd6](https://redirect.github.com/cloudquery/plugin-sdk/commit/c4c9cd60e35cd50e6567afdfc9901381bb293dd7))
- **deps:** Update module github.com/goccy/go-json to v0.10.5 ([#​2086](https://redirect.github.com/cloudquery/plugin-sdk/issues/2086)) ([b238237](https://redirect.github.com/cloudquery/plugin-sdk/commit/b23823758f6a0d74a7ab9a96c3dfd5bdc09dce40))
- **deps:** Update module github.com/google/go-cmp to v0.7.0 ([#​2088](https://redirect.github.com/cloudquery/plugin-sdk/issues/2088)) ([1895ddf](https://redirect.github.com/cloudquery/plugin-sdk/commit/1895ddf6d5438df771a16f2ad33e14c9ee77cbd4))
- **deps:** Update module google.golang.org/protobuf to v1.36.5 ([#​2081](https://redirect.github.com/cloudquery/plugin-sdk/issues/2081)) ([833b19c](https://redirect.github.com/cloudquery/plugin-sdk/commit/833b19c406de76be59c19bb9c53695c675468325))
- Ignore context cancelled errors. ([#​2091](https://redirect.github.com/cloudquery/plugin-sdk/issues/2091)) ([bc50fd3](https://redirect.github.com/cloudquery/plugin-sdk/commit/bc50fd3d2be414edba8f8ad5bb7739a012840bf1))
</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTAuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE5MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->1 parent 0a4a8b1 commit 1298b36Copy full SHA for 1298b36
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