generated from hashicorp/terraform-provider-scaffolding-framework
-
Notifications
You must be signed in to change notification settings - Fork 3
fix(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.16.1 #203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/github.com-hashicorp-terraform-plugin-framework-1.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
fix(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.16.1 #203
renovate
wants to merge
1
commit into
main
from
renovate/github.com-hashicorp-terraform-plugin-framework-1.x
Conversation
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
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
9670f8a to
1e0caa2
Compare
1e0caa2 to
5255fdc
Compare
5255fdc to
80bb27e
Compare
80bb27e to
4fcd0dc
Compare
4fcd0dc to
38466e4
Compare
a0c1d52 to
ef41f44
Compare
ef41f44 to
f2ddb2e
Compare
f2ddb2e to
12efc80
Compare
12efc80 to
c101bd9
Compare
c101bd9 to
689f86b
Compare
689f86b to
61569a5
Compare
6cae42b to
bb8f481
Compare
bb8f481 to
0c6f74e
Compare
0c6f74e to
a647ae8
Compare
a647ae8 to
8ca7961
Compare
8ca7961 to
1aaf099
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.4.2->v1.16.1Release Notes
hashicorp/terraform-plugin-framework (github.com/hashicorp/terraform-plugin-framework)
v1.16.1Compare Source
BUG FIXES:
v1.16.0Compare Source
NOTES:
action{}block is in technical preview and offered without compatibility promises until Terraform 1.14 is generally available. (#1181)action.Action) and packages for implementing action types, available in Terraform 1.14+. An action in Terraform can be defined by providers to model side-effects that practitioners can reference in their configurations via thelifecycle.action_triggerblock. (#1181)list.ListResource) and packages for implementing list resource types, available in Terraform 1.14+. A list resource in Terraform can be defined by providers to list remote resources within a given scope. (#1150)FEATURES:
TerraformTypeToFrameworkType, which convertstftypes.Typeto a known framework type. (#1200)ENHANCEMENTS:
ProviderWithActionsinterface for implementing actions. (#1181)ActionDatatoConfigureResponse, to pass provider-defined data toaction.Actionimplementations. (#1185)ListResourceDatatoConfigureResponse, to pass provider-defined data tolist.ListResourceimplementations. (#1202)SetAtPathto be called with atftypes.Value. (#1198)SetAttributeto be called with atftypes.Value. (#1205)ListResourceWithRawV5SchemasandListResourceWithRawV6Schemasinterfaces to support list implementation on non-framework resources. (#1198)v1.15.1Compare Source
BUG FIXES:
UseStateForUnknownwhere known null state values were not preserved during update plans. (#1117)v1.15.0Compare Source
ATTENTION:
Please make sure to also update
terraform-plugin-(go|mux|sdk|testing)when upgrading to this version. Otherwise there will be errors at runtime when using Terraform v1.12+ as this version of Plugin Framework supports the new resource identity feature and requires the supporting libraries to do so to.Find #1148 for more information.
TL;DR – make sure to update to these versions (or higher)
NOTES:
identityattribute in Terraform configurationimportblocks, available in Terraform v1.12+. Theresource.ResourceWithIdentityinterface can be implemented to support identity by defining an identity schema. Once the identity schema is defined, you can read and store identity data in the state file via the newIdentityfields in the response objects on the resource CRUD methods. (#1112)FEATURES:
ResourceIdentitystruct to represent managed resource identity data. (#1112)ImportStatePassthroughWithIdentityhelper that can support both identity and ID importing via a single field. (#1134)ResourceWithIdentityinterface for implementing managed resource identity. (#1107)ENHANCEMENTS:
Create,Update,Read, andDeleterequest and response objects to support the passing of identity data. (#1112)ImportStatemethod to allow importing by resource identity and returning identity data from import response. (#1126)v1.14.1Compare Source
BUG FIXES:
v1.14.0Compare Source
NOTES:
FEATURES:
WriteOnlyschema field for managed resource schemas to indicate a write-only attribute. Write-only attribute values are not saved to the Terraform plan or state artifacts. (#1044)BUG FIXES:
v1.13.0Compare Source
NOTES:
FEATURES:
ENHANCEMENTS:
ProviderWithEphemeralResourcesinterface for implementing ephemeral resources (#1050)EphemeralResultDatastruct for representing ephemeral values produced by a provider, such as from an ephemeral resource (#1050)EphemeralResourceDatatoConfigureResponse, to pass provider-defined data toephemeral.EphemeralResourceimplementations (#1050)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)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 was generated by Mend Renovate. View the repository job log.