hashicorp/terraform-plugin-sdk
### [`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))
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.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
v2.25.0
->v2.26.0
Release Notes
hashicorp/terraform-plugin-sdk
### [`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))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.