Open renovate[bot] opened 3 weeks ago
In order to perform the update(s) described in the table above, Renovate ran the go get
command, which resulted in the following additional change(s):
Details:
Package | Change |
---|---|
github.com/hashicorp/go-plugin |
v1.6.1 -> v1.6.2 |
golang.org/x/net |
v0.26.0 -> v0.28.0 |
golang.org/x/sys |
v0.23.0 -> v0.24.0 |
google.golang.org/genproto/googleapis/rpc |
v0.0.0-20240604185151-ef581f913117 -> v0.0.0-20240814211410-ddb44dafa142 |
google.golang.org/grpc |
v1.66.2 -> v1.67.1 |
google.golang.org/protobuf |
v1.34.2 -> v1.35.1 |
This PR contains the following updates:
v0.19.4
->v0.20.0
v1.12.0
->v1.13.0
v0.13.0
->v0.15.0
v0.24.0
->v0.25.0
Release Notes
hashicorp/terraform-plugin-docs (github.com/hashicorp/terraform-plugin-docs)
### [`v0.20.0`](https://redirect.github.com/hashicorp/terraform-plugin-docs/releases/tag/v0.20.0) [Compare Source](https://redirect.github.com/hashicorp/terraform-plugin-docs/compare/v0.19.4...v0.20.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. ([#400](https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/400)) FEATURES: - generate: Add support for ephemeral resources ([#415](https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/415)) - migrate: Add support for ephemeral resources ([#415](https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/415)) - validate: Add support for ephemeral resources ([#415](https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/415)) BUG FIXES: - validate: File extension check now runs on `index.*` files instead of just `index.md` files. ([#413](https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/413)) - validate: File extension check now specifies the correct valid extensions in the error message. ([#413](https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/413)) - validate: Front matter check now runs with the correct options on legacy index files. ([#413](https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/413))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)) ### [`v0.14.0`](https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/releases/tag/v0.14.0) [Compare Source](https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/compare/v0.13.0...v0.14.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. ([#229](https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/229)) - all: Previously, creating validators with invalid data would result in a `nil` value being returned and a panic from `terraform-plugin-framework`. This has been updated to return an implementation diagnostic referencing the invalid data/validator during config validation. ([#235](https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/235)) FEATURES: - boolvalidator: Added `Equals` validator ([#232](https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/232)) ENHANCEMENTS: - all: Implemented parameter interfaces for all value-based validators. This allows these validators to be used with provider-defined functions. ([#235](https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/235))hashicorp/terraform-plugin-go (github.com/hashicorp/terraform-plugin-go)
### [`v0.25.0`](https://redirect.github.com/hashicorp/terraform-plugin-go/releases/tag/v0.25.0) [Compare Source](https://redirect.github.com/hashicorp/terraform-plugin-go/compare/v0.24.0...v0.25.0) NOTES: - tfprotov5+tfprotov6: An upcoming release will require the `EphemeralResourceServer` implementation as part of `ProviderServer`. ([#441](https://redirect.github.com/hashicorp/terraform-plugin-go/issues/441)) FEATURES: - tfprotov5+tfprotov6: Upgraded protocols and added types to support the new ephemeral resource type ([#441](https://redirect.github.com/hashicorp/terraform-plugin-go/issues/441))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.
👻 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.