-
Notifications
You must be signed in to change notification settings - Fork 4
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
chore(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.13.0 #127
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
chore(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.13.0 #127
renovate
wants to merge
1
commit into
main
from
renovate/github.com-hashicorp-terraform-plugin-framework-1.x
Conversation
This file contains 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
renovate
bot
force-pushed
the
renovate/github.com-hashicorp-terraform-plugin-framework-1.x
branch
2 times, most recently
from
March 21, 2024 23:00
5d2d8dc
to
0de47a3
Compare
renovate
bot
force-pushed
the
renovate/github.com-hashicorp-terraform-plugin-framework-1.x
branch
from
April 1, 2024 12:11
0de47a3
to
8ff3fe8
Compare
renovate
bot
force-pushed
the
renovate/github.com-hashicorp-terraform-plugin-framework-1.x
branch
from
April 18, 2024 22:50
8ff3fe8
to
34ab15b
Compare
renovate
bot
changed the title
chore(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.7.0
chore(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.8.0
Apr 18, 2024
renovate
bot
force-pushed
the
renovate/github.com-hashicorp-terraform-plugin-framework-1.x
branch
from
June 4, 2024 16:34
34ab15b
to
b71170a
Compare
renovate
bot
changed the title
chore(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.8.0
chore(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.9.0
Jun 4, 2024
ℹ Artifact update noticeFile name: provider/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
bot
force-pushed
the
renovate/github.com-hashicorp-terraform-plugin-framework-1.x
branch
from
July 9, 2024 16:26
b71170a
to
9e29551
Compare
renovate
bot
changed the title
chore(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.9.0
chore(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.10.0
Jul 9, 2024
renovate
bot
force-pushed
the
renovate/github.com-hashicorp-terraform-plugin-framework-1.x
branch
from
August 6, 2024 15:29
9e29551
to
8974f86
Compare
renovate
bot
changed the title
chore(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.10.0
chore(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.11.0
Aug 6, 2024
renovate
bot
changed the title
chore(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.11.0
chore(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.12.0
Sep 18, 2024
renovate
bot
force-pushed
the
renovate/github.com-hashicorp-terraform-plugin-framework-1.x
branch
from
September 18, 2024 15:06
8974f86
to
a609c9a
Compare
renovate
bot
force-pushed
the
renovate/github.com-hashicorp-terraform-plugin-framework-1.x
branch
from
October 31, 2024 19:57
a609c9a
to
4d3d011
Compare
renovate
bot
changed the title
chore(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.12.0
chore(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.13.0
Oct 31, 2024
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.6.1
->v1.13.0
Release Notes
hashicorp/terraform-plugin-framework (github.com/hashicorp/terraform-plugin-framework)
v1.13.0
Compare Source
NOTES:
FEATURES:
ENHANCEMENTS:
ProviderWithEphemeralResources
interface for implementing ephemeral resources (#1050)EphemeralResultData
struct for representing ephemeral values produced by a provider, such as from an ephemeral resource (#1050)EphemeralResourceData
toConfigureResponse
, to pass provider-defined data toephemeral.EphemeralResource
implementations (#1050)v1.12.0
Compare Source
NOTES:
BUG FIXES:
moved
operation support between resource types for framework-only providers. (#1039)v1.11.0
Compare Source
NOTES:
Config.Get
,Plan.Get
, etc.) for structs withtfsdk
field 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:
tfsdk
tags (#1021)v1.10.0
Compare Source
FEATURES:
Int32Type
andInt32Value
implementations for Int32 value handling. (#1010)basetypes.Int32Typable
,basetypes.Int32Valuable
, andbasetypes.Int32ValuableWithSemanticEquals
for Int32 custom type and value implementations. (#1010)Int32Attribute
implementation for Int32 value handling. (#1010)Int32Attribute
implementation for Int32 value handling. (#1010)Int32Attribute
implementation for Int32 value handling. (#1010)Int32Parameter
andInt32Return
for Int32 value handling. (#1010)StaticValue
implementation for Int32 schema-based default values. (#1010)Int32
interface for Int32 schema-based default implementations. (#1010)Int32
interface for Int32 value plan modification implementations. (#1010)Int32
interface for Int32 value schema validation. (#1010)Float32Type
andFloat32Value
implementations for Float32 value handling. (#1014)basetypes.Float32Typable
,basetypes.Float32Valuable
, andbasetypes.Float32ValuableWithSemanticEquals
for Float32 custom type and value implementations. (#1014)Float32Attribute
implementation for Float32 value handling. (#1014)Float32Attribute
implementation for Float32 value handling. (#1014)Float32Attribute
implementation for Float32 value handling. (#1014)Float32Parameter
andFloat32Return
for Float32 value handling. (#1014)StaticValue
implementation for Float32 schema-based default values. (#1014)Float32
interface for Float32 schema-based default implementations. (#1014)Float32
interface for Float32 value plan modification implementations. (#1014)Float32
interface for Float32 value schema validation. (#1014)v1.9.0
Compare Source
NOTES:
FEATURES:
Deferred
field toReadResponse
,ModifyPlanResponse
, andImportStateResponse
which indicates a resource deferred action to the Terraform client (#999)Deferred
field toReadResponse
which indicates a data source deferred action to the Terraform client (#999)ClientCapabilities
field toReadRequest
,ModifyPlanRequest
, andImportStateRequest
which specifies optionally supported protocol features for the Terraform client (#999)ClientCapabilities
field toReadRequest
which specifies optionally supported protocol features for the Terraform client (#999)Deferred
field toConfigureResponse
which indicates a provider deferred action to the Terraform client (#1002)ClientCapabilities
field toConfigureRequest
which specifies optionally supported protocol features for the Terraform client (#1002)ENHANCEMENTS:
BUG FIXES:
v1.8.0
Compare Source
BREAKING CHANGES:
Definition
typeParameter()
method (#968)NOTES:
TypeWithValidate
interface has been deprecated in preference of theValidateableAttribute
interface. AValidatableParameter
interface has also been added to thefunction
package (#968)FEATURES:
ValidateableAttribute
interface for custom value type implementations (#968)ValidateableParameter
interface for custom value type implementations (#968)function
: AddBoolParameterValidator
,DynamicParameterValidator
,Float64ParameterValidator
,Int64ParameterValidator
,ListParameterValidator
,MapParameterValidator
,NumberParameterValidator
,ObjectParameterValidator
,SetParameterValidator
, andStringParameterValidator
interfaces for custom function parameter validation implementations. (#971)function
: AddParameterWithBoolValidators
,ParameterWithInt64Validators
,ParameterWithFloat64Validators
,ParameterWithDynamicValidators
,ParameterWithListValidators
,ParameterWithMapValidators
,ParameterWithNumberValidators
,ParameterWithObjectValidators
,ParameterWithSetValidators
, andParameterWithStringValidators
interfaces to enable parameter-based validation support (#971)BUG FIXES:
MapValue
typesEqual
method when the receiver has a nilelementType
(#961)ListValue
typesEqual
method when the receiver has a nilelementType
(#961)SetValue
typesEqual
method when the receiver has a nilelementType
(#961)wrong final value type
errors during planning (#969)v1.7.0
Compare Source
BREAKING CHANGES:
Name
field (#964)DefaultParameterNamePrefix
andDefaultVariadicParameterName
constants have been removed (#964)FEATURES:
DynamicType
andDynamicValue
implementations for dynamic value handling (#147)basetypes.DynamicTypable
,basetypes.DynamicValuable
, andbasetypes.DynamicValuableWithSemanticEquals
for dynamic custom type and value implementations (#147)DynamicAttribute
implementation for dynamic value handling (#147)DynamicAttribute
implementation for dynamic value handling (#147)DynamicAttribute
implementation for dynamic value handling (#147)DynamicParameter
andDynamicReturn
for dynamic value handling` (#147)StaticValue
implementation for dynamic schema-based default values (#147)Dynamic
interface for dynamic schema-based default implementations (#147)Dynamic
interface for dynamic value plan modification implementations (#147)Dynamic
interface for dynamic value schema validation (#147)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.