hashicorp/terraform-plugin-framework (github.com/hashicorp/terraform-plugin-framework)
### [`v1.13.0`](https://redirect.github.com/hashicorp/terraform-plugin-framework/releases/tag/v1.13.0)
[Compare Source](https://redirect.github.com/hashicorp/terraform-plugin-framework/compare/v1.12.0...v1.13.0)
NOTES:
- Ephemeral resource support is in technical preview and offered without compatibility promises until Terraform 1.10 is generally available. ([#1050](https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1050))
FEATURES:
- ephemeral: New package for implementing ephemeral resources ([#1050](https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1050))
- ephemeral/schema: New package for implementing ephemeral resource schemas ([#1050](https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1050))
ENHANCEMENTS:
- provider: Added `ProviderWithEphemeralResources` interface for implementing ephemeral resources ([#1050](https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1050))
- tfsdk: Added `EphemeralResultData` struct for representing ephemeral values produced by a provider, such as from an ephemeral resource ([#1050](https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1050))
- provider: Added `EphemeralResourceData` to `ConfigureResponse`, to pass provider-defined data to `ephemeral.EphemeralResource` implementations ([#1050](https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1050))
hashicorp/terraform-plugin-framework-validators (github.com/hashicorp/terraform-plugin-framework-validators)
### [`v0.15.0`](https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/releases/tag/v0.15.0)
[Compare Source](https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/compare/v0.14.0...v0.15.0)
FEATURES:
- ephemeralvalidator: Introduce new package with declarative validators for ephemeral resource configurations ([#242](https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/242))
hashicorp/terraform-plugin-mux (github.com/hashicorp/terraform-plugin-mux)
### [`v0.17.0`](https://redirect.github.com/hashicorp/terraform-plugin-mux/releases/tag/v0.17.0)
[Compare Source](https://redirect.github.com/hashicorp/terraform-plugin-mux/compare/v0.16.0...v0.17.0)
NOTES:
- all: This Go module has been updated to Go 1.22 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.22 release notes](https://go.dev/doc/go1.22) before upgrading. Any consumers building on earlier Go versions may experience errors. ([#250](https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/250))
FEATURES:
- all: Upgrade protocol versions to support ephemeral resource types ([#257](https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/257))
Configuration
📅 Schedule: Branch creation - "before 6am on saturday" in timezone America/Toronto, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
v1.12.0
->v1.13.0
v0.14.0
->v0.15.0
v0.16.0
->v0.17.0
Release Notes
hashicorp/terraform-plugin-framework (github.com/hashicorp/terraform-plugin-framework)
### [`v1.13.0`](https://redirect.github.com/hashicorp/terraform-plugin-framework/releases/tag/v1.13.0) [Compare Source](https://redirect.github.com/hashicorp/terraform-plugin-framework/compare/v1.12.0...v1.13.0) NOTES: - Ephemeral resource support is in technical preview and offered without compatibility promises until Terraform 1.10 is generally available. ([#1050](https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1050)) FEATURES: - ephemeral: New package for implementing ephemeral resources ([#1050](https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1050)) - ephemeral/schema: New package for implementing ephemeral resource schemas ([#1050](https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1050)) ENHANCEMENTS: - provider: Added `ProviderWithEphemeralResources` interface for implementing ephemeral resources ([#1050](https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1050)) - tfsdk: Added `EphemeralResultData` struct for representing ephemeral values produced by a provider, such as from an ephemeral resource ([#1050](https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1050)) - provider: Added `EphemeralResourceData` to `ConfigureResponse`, to pass provider-defined data to `ephemeral.EphemeralResource` implementations ([#1050](https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1050))hashicorp/terraform-plugin-framework-validators (github.com/hashicorp/terraform-plugin-framework-validators)
### [`v0.15.0`](https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/releases/tag/v0.15.0) [Compare Source](https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/compare/v0.14.0...v0.15.0) FEATURES: - ephemeralvalidator: Introduce new package with declarative validators for ephemeral resource configurations ([#242](https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/242))hashicorp/terraform-plugin-mux (github.com/hashicorp/terraform-plugin-mux)
### [`v0.17.0`](https://redirect.github.com/hashicorp/terraform-plugin-mux/releases/tag/v0.17.0) [Compare Source](https://redirect.github.com/hashicorp/terraform-plugin-mux/compare/v0.16.0...v0.17.0) NOTES: - all: This Go module has been updated to Go 1.22 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.22 release notes](https://go.dev/doc/go1.22) before upgrading. Any consumers building on earlier Go versions may experience errors. ([#250](https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/250)) FEATURES: - all: Upgrade protocol versions to support ephemeral resource types ([#257](https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/257))Configuration
📅 Schedule: Branch creation - "before 6am on saturday" in timezone America/Toronto, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.