pulumiverse / pulumi-grafana

Pulumi provider for Grafana
Apache License 2.0
19 stars 11 forks source link

Update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.26.1 - autoclosed #73

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/hashicorp/terraform-plugin-sdk/v2 require minor v2.24.1 -> v2.26.1

Release Notes

hashicorp/terraform-plugin-sdk ### [`v2.26.1`](https://togithub.com/hashicorp/terraform-plugin-sdk/releases/tag/v2.26.1) [Compare Source](https://togithub.com/hashicorp/terraform-plugin-sdk/compare/v2.26.0...v2.26.1) BUG FIXES: - helper/resource: Prevented build errors with type aliasing added in v2.26.0 ([#​1176](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1176)) ### [`v2.26.0`](https://togithub.com/hashicorp/terraform-plugin-sdk/releases/tag/v2.26.0) [Compare Source](https://togithub.com/hashicorp/terraform-plugin-sdk/compare/v2.25.0...v2.26.0) NOTES: - This Go module has been updated to Go 1.19 per the [Go support policy](https://golang.org/doc/devel/release.html#policy). Any consumers building on earlier Go versions may experience errors. ([#​1163](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1163)) - helper/resource: Deprecated `PrefixedUniqueId()` and `UniqueId()`. Use the `helper/id` package instead. These deprecations are to assist in migrating to terraform-plugin-testing ([#​1167](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1167)) - helper/resource: Deprecated `RetryContext()`, `StateChangeConf`, and associated `*Error` types. Use the `helper/retry` package instead. These deprecations are to assist in migrating to terraform-plugin-testing ([#​1167](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1167)) ENHANCEMENTS: - helper/id: New `helper/id` package added. `resource.PrefixedUniqueId()` and `resource.UniqueId()` are deprecated, `helper/id` should be used instead. `helper/resource` now contains aliases to the migrated code ([#​1167](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1167)) - helper/retry: New `helper/retry` package added. `resource.RetryContext()`, `resource.StateChangeConf`, and associated `*Error` types are deprecated, `helper/retry` should be used instead. \`helper/resource now contains aliases to the migrated code ([#​1167](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1167)) ### [`v2.25.0`](https://togithub.com/hashicorp/terraform-plugin-sdk/releases/tag/v2.25.0) [Compare Source](https://togithub.com/hashicorp/terraform-plugin-sdk/compare/v2.24.1...v2.25.0) BUG FIXES: - helper/schema: Allow diagnostic messages with incorrect UTF-8 encoding to pass through with the invalid sequences replaced with the Unicode Replacement Character. This avoids returning the unhelpful message "string field contains invalid UTF-8" in that case. ([#​1111](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1111)) - helper/schema: Prevented unexpected difference for timeouts on first plan after import ([#​1146](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1146))

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 Mend Renovate. View repository job log here.