Update module github.com/hashicorp/terraform-plugin-framework to v1.12.0 - autoclosed#26
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
Contributor
Author
ℹ Artifact update noticeFile name: provider/shim/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
ce8e167 to
c33a6af
Compare
c33a6af to
4da1356
Compare
2be9583 to
8a48bab
Compare
8a48bab to
74c3751
Compare
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:
v1.3.3->v1.12.0Release Notes
hashicorp/terraform-plugin-framework (github.com/hashicorp/terraform-plugin-framework)
v1.12.0Compare Source
NOTES:
BUG FIXES:
movedoperation support between resource types for framework-only providers. (#1039)v1.11.0Compare Source
NOTES:
Config.Get,Plan.Get, etc.) for structs withtfsdkfield tags has been updated to support embedded structs that promote exportedfields. For existing structs that embed unexported structs with exported fields, a tfsdk
ignore tag (
tfsdk:"-") can be added to ignore all promoted fields.For example, the following struct will now return an error diagnostic:
To preserve the original behavior, a tfsdk ignore tag can be added to ignore the entire embedded struct:
(#1021)
ENHANCEMENTS:
tfsdktags (#1021)v1.10.0Compare Source
FEATURES:
Int32TypeandInt32Valueimplementations for Int32 value handling. (#1010)basetypes.Int32Typable,basetypes.Int32Valuable, andbasetypes.Int32ValuableWithSemanticEqualsfor Int32 custom type and value implementations. (#1010)Int32Attributeimplementation for Int32 value handling. (#1010)Int32Attributeimplementation for Int32 value handling. (#1010)Int32Attributeimplementation for Int32 value handling. (#1010)Int32ParameterandInt32Returnfor Int32 value handling. (#1010)StaticValueimplementation for Int32 schema-based default values. (#1010)Int32interface for Int32 schema-based default implementations. (#1010)Int32interface for Int32 value plan modification implementations. (#1010)Int32interface for Int32 value schema validation. (#1010)Float32TypeandFloat32Valueimplementations for Float32 value handling. (#1014)basetypes.Float32Typable,basetypes.Float32Valuable, andbasetypes.Float32ValuableWithSemanticEqualsfor Float32 custom type and value implementations. (#1014)Float32Attributeimplementation for Float32 value handling. (#1014)Float32Attributeimplementation for Float32 value handling. (#1014)Float32Attributeimplementation for Float32 value handling. (#1014)Float32ParameterandFloat32Returnfor Float32 value handling. (#1014)StaticValueimplementation for Float32 schema-based default values. (#1014)Float32interface for Float32 schema-based default implementations. (#1014)Float32interface for Float32 value plan modification implementations. (#1014)Float32interface for Float32 value schema validation. (#1014)v1.9.0Compare Source
NOTES:
FEATURES:
Deferredfield toReadResponse,ModifyPlanResponse, andImportStateResponsewhich indicates a resource deferred action to the Terraform client (#999)Deferredfield toReadResponsewhich indicates a data source deferred action to the Terraform client (#999)ClientCapabilitiesfield toReadRequest,ModifyPlanRequest, andImportStateRequestwhich specifies optionally supported protocol features for the Terraform client (#999)ClientCapabilitiesfield toReadRequestwhich specifies optionally supported protocol features for the Terraform client (#999)Deferredfield toConfigureResponsewhich indicates a provider deferred action to the Terraform client (#1002)ClientCapabilitiesfield toConfigureRequestwhich specifies optionally supported protocol features for the Terraform client (#1002)ENHANCEMENTS:
BUG FIXES:
v1.8.0Compare Source
BREAKING CHANGES:
DefinitiontypeParameter()method (#968)NOTES:
TypeWithValidateinterface has been deprecated in preference of theValidateableAttributeinterface. AValidatableParameterinterface has also been added to thefunctionpackage (#968)FEATURES:
ValidateableAttributeinterface for custom value type implementations (#968)ValidateableParameterinterface for custom value type implementations (#968)function: AddBoolParameterValidator,DynamicParameterValidator,Float64ParameterValidator,Int64ParameterValidator,ListParameterValidator,MapParameterValidator,NumberParameterValidator,ObjectParameterValidator,SetParameterValidator, andStringParameterValidatorinterfaces for custom function parameter validation implementations. (#971)function: AddParameterWithBoolValidators,ParameterWithInt64Validators,ParameterWithFloat64Validators,ParameterWithDynamicValidators,ParameterWithListValidators,ParameterWithMapValidators,ParameterWithNumberValidators,ParameterWithObjectValidators,ParameterWithSetValidators, andParameterWithStringValidatorsinterfaces to enable parameter-based validation support (#971)BUG FIXES:
MapValuetypesEqualmethod when the receiver has a nilelementType(#961)ListValuetypesEqualmethod when the receiver has a nilelementType(#961)SetValuetypesEqualmethod when the receiver has a nilelementType(#961)wrong final value typeerrors during planning (#969)v1.7.0Compare Source
BREAKING CHANGES:
Namefield (#964)DefaultParameterNamePrefixandDefaultVariadicParameterNameconstants have been removed (#964)FEATURES:
DynamicTypeandDynamicValueimplementations for dynamic value handling (#147)basetypes.DynamicTypable,basetypes.DynamicValuable, andbasetypes.DynamicValuableWithSemanticEqualsfor dynamic custom type and value implementations (#147)DynamicAttributeimplementation for dynamic value handling (#147)DynamicAttributeimplementation for dynamic value handling (#147)DynamicAttributeimplementation for dynamic value handling (#147)DynamicParameterandDynamicReturnfor dynamic value handling` (#147)StaticValueimplementation for dynamic schema-based default values (#147)Dynamicinterface for dynamic schema-based default implementations (#147)Dynamicinterface for dynamic value plan modification implementations (#147)Dynamicinterface for dynamic value schema validation (#147)v1.6.1Compare Source
NOTES:
v1.6.0release updated this Go module to Go 1.21 per the Go support policy. It is recommended to review the Go 1.21 release notes before upgrading. Any consumers building on earlier Go versions may experience errors (#937)BUG FIXES:
function.Definitionto ensure all parameter names (including the variadic parameter) are unique. (#926)param1,param2, etc.). Variadic parameters will default tovarparam. (#926)v1.6.0Compare Source
BREAKING CHANGES:
types.TupleType, where each element is the same element type. Provider-defined functions using atypes.Listfor retrieving variadic argument data will need to update their code to usetypes.Tuple. (#923)RunResponsetype, replacingDiagnosticswithFuncError(#925)DiagnosticWithFunctionArgumentinterface. RemovedNewArgumentErrorDiagnostic(),NewArgumentWarningDiagnostic()andWithFunctionArgument()functions. RemovedAddArgumentError()andAddArgumentWarning()methods fromDiagnostics. (#925)FEATURES:
ResourceWithMoveStateinterface, which enables state moves across resource types with Terraform 1.8 and later (#917)ENHANCEMENTS:
SetKey()method to fully remove key withnilor zero-length value (#910)FuncErrortype, required forRunResponse(#925)NewFuncError()andNewArgumentFuncError()functions, which create aFuncError(#925)ConcatFuncErrors()andFuncErrorFromDiags()helper functions for use when working withFuncError(#925)v1.5.0Compare Source
NOTES:
google.golang.org/grpcdependency to address CVE-2023-44487 (#865)FEATURES:
ENHANCEMENTS:
TupleTypeandTupleValueimplementations, which are only necessary for dynamic value handling (#870)NewArgumentErrorDiagnostic()andNewArgumentWarningDiagnostic()functions, which create diagnostics with the function argument position set (#889)ProviderWithFunctionsinterface for implementing provider defined functions (#889)(Diagnostics).AddArgumentError()and(Diagnostics).AddArgumentWarning()methods for appending function argument diagnostics (#889)v1.4.2Compare Source
BUG FIXES:
Privatefield toDeleteResourcetype, which was missing to allow provider logic to update private state on errors (#863)v1.4.1Compare Source
BUG FIXES:
Data Source Type Not FoundandResource Type Not Founderrors with Terraform 1.6 and later (#853)v1.4.0Compare Source
NOTES:
FEATURES:
v1.3.5Compare Source
NOTES:
DEBUGlog level toTRACE(#818)BUG FIXES:
Invalid Element Typediagnostics for nested attributes and blocks implementingCustomTypefield (#823)v1.3.4Compare Source
BUG FIXES:
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 was generated by Mend Renovate. View the repository job log.