fix(deps): Update plugin-sdk for digitalocean to v0.13.17#3403
Merged
kodiakhq[bot] merged 2 commits intomainfrom Nov 1, 2022
Merged
Conversation
…com-cloudquery-plugin-sdk-0.x
yevgenypats
pushed a commit
that referenced
this pull request
Nov 1, 2022
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v0.13.16` -> `v0.13.17` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk</summary> ### [`v0.13.17`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v0.13.17) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v0.13.16...v0.13.17) ##### Bug Fixes - **deps:** Update golang.org/x/exp digest to [`c99f073`](https://togithub.com/cloudquery/plugin-sdk/commit/c99f073) ([#​324](https://togithub.com/cloudquery/plugin-sdk/issues/324)) ([c33c33d](https://togithub.com/cloudquery/plugin-sdk/commit/c33c33d4a8e6ec6b7dcc32fea2358d694c6e8161)) - **deps:** Update module github.com/getsentry/sentry-go to v0.14.0 ([#​328](https://togithub.com/cloudquery/plugin-sdk/issues/328)) ([446447a](https://togithub.com/cloudquery/plugin-sdk/commit/446447adcdb8dab3f7064c58280ad32438b68c3b)) - **deps:** Update module github.com/grpc-ecosystem/go-grpc-middleware/providers/zerolog/v2 to v2.0.0-rc.3 ([#​325](https://togithub.com/cloudquery/plugin-sdk/issues/325)) ([da6e340](https://togithub.com/cloudquery/plugin-sdk/commit/da6e340cd3a31d049805467d39ced69a6a06dc1a)) - **deps:** Update module github.com/spf13/cobra to v1.6.1 ([#​329](https://togithub.com/cloudquery/plugin-sdk/issues/329)) ([ec583d2](https://togithub.com/cloudquery/plugin-sdk/commit/ec583d2fca8e54edbabf8719f21d20a133b66331)) - **deps:** Update module github.com/stretchr/testify to v1.8.1 ([#​327](https://togithub.com/cloudquery/plugin-sdk/issues/327)) ([f9904de](https://togithub.com/cloudquery/plugin-sdk/commit/f9904dee98d4411a3a0b6e62bfd7478ed4d2e81f)) - **deps:** Update module golang.org/x/net to v0.1.0 ([#​330](https://togithub.com/cloudquery/plugin-sdk/issues/330)) ([06e8426](https://togithub.com/cloudquery/plugin-sdk/commit/06e84261e7fc5e9c0a146afea09e52b61a9549b9)) - **deps:** Update module golang.org/x/sync to v0.1.0 ([#​331](https://togithub.com/cloudquery/plugin-sdk/issues/331)) ([489d6b7](https://togithub.com/cloudquery/plugin-sdk/commit/489d6b752cb8f88a9a6d2f89af6ad6faa2d0bb5e)) - **deps:** Update module golang.org/x/text to v0.4.0 ([#​332](https://togithub.com/cloudquery/plugin-sdk/issues/332)) ([314a172](https://togithub.com/cloudquery/plugin-sdk/commit/314a1723cbce3a2020cb119899875642cb9739c1)) - **deps:** Update module google.golang.org/grpc to v1.50.1 ([#​334](https://togithub.com/cloudquery/plugin-sdk/issues/334)) ([a24ce80](https://togithub.com/cloudquery/plugin-sdk/commit/a24ce8066eecd51d1c28cb30405b263a734ecb34)) - Try formatting timestamptz in a few formats ([#​322](https://togithub.com/cloudquery/plugin-sdk/issues/322)) ([543638c](https://togithub.com/cloudquery/plugin-sdk/commit/543638c1fd3e975ffaaff0209c0393edffca11ec)) </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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yNDEuMTEiLCJ1cGRhdGVkSW5WZXIiOiIzMi4yNDEuMTEifQ==-->
kodiakhq bot
pushed a commit
that referenced
this pull request
Nov 1, 2022
🤖 I have created a release *beep* *boop* --- ## [2.2.0](plugins-source-digitalocean-v2.1.0...plugins-source-digitalocean-v2.2.0) (2022-11-01) ### Features * Migrate cli, plugins and destinations to new type system ([#3323](#3323)) ([f265a94](f265a94)) ### Bug Fixes * **deps:** Update plugin-sdk for digitalocean to v0.13.17 ([#3403](#3403)) ([e2f2255](e2f2255)) * **deps:** Update plugin-sdk for digitalocean to v0.13.18 ([#3412](#3412)) ([9d19db1](9d19db1)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.13.16->v0.13.17Release Notes
cloudquery/plugin-sdk
v0.13.17Compare Source
Bug Fixes
c99f073(#324) (c33c33d)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.
This PR has been generated by Renovate Bot.