Skip to content

Commit

Permalink
chore(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.…
Browse files Browse the repository at this point in the history
…29.0 (#1502)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/cloudquery/plugin-sdk/v4](https://github.com/cloudquery/plugin-sdk) | require | minor | `v4.28.0` -> `v4.29.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary>

### [`v4.29.0`](https://github.com/cloudquery/plugin-sdk/releases/tag/v4.29.0)

[Compare Source](https://github.com/cloudquery/plugin-sdk/compare/v4.28.0...v4.29.0)

##### Features

-   Introduce `PrimaryKeyComponent` ([#&#8203;1491](https://github.com/cloudquery/plugin-sdk/issues/1491)) ([ae4a26e](https://github.com/cloudquery/plugin-sdk/commit/ae4a26e627f0d9d4df86eb93fee031753044f682))

##### Bug Fixes

-   **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.7.1 ([#&#8203;1499](https://github.com/cloudquery/plugin-sdk/issues/1499)) ([165be4d](https://github.com/cloudquery/plugin-sdk/commit/165be4dd7d22019c41546940f0b4913a2536f834))
-   **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.16.7 ([#&#8203;1500](https://github.com/cloudquery/plugin-sdk/issues/1500)) ([2b98dab](https://github.com/cloudquery/plugin-sdk/commit/2b98daba1af1b26bd917f419a788c3a54113dd41))
-   Remove access to parent tests in test suite ([#&#8203;1497](https://github.com/cloudquery/plugin-sdk/issues/1497)) ([63e95e7](https://github.com/cloudquery/plugin-sdk/commit/63e95e7b36cfc9c277e03c4fc939868e7a377da6))

</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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNjMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE2My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
cq-bot committed Jan 31, 2024
1 parent eec43b8 commit ce12a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple_plugin/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21.1

require (
github.com/apache/arrow/go/v15 v15.0.0-20240114144300-7e703aae55c1
github.com/cloudquery/plugin-sdk/v4 v4.28.0
github.com/cloudquery/plugin-sdk/v4 v4.29.0
github.com/rs/zerolog v1.30.0
)

Expand Down

1 comment on commit ce12a61

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⏱️ Benchmark results

  • Glob-8 ns/op: 92.45

Please sign in to comment.