-
Notifications
You must be signed in to change notification settings - Fork 47
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
fix(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.13.0 #751
fix(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.13.0 #751
Conversation
f9f1a8a
to
6f87538
Compare
6f87538
to
3d89f1d
Compare
3d89f1d
to
2f12f81
Compare
2f12f81
to
9df2a97
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #751 +/- ##
==========================================
- Coverage 35.87% 34.82% -1.05%
==========================================
Files 179 184 +5
Lines 23191 24429 +1238
==========================================
+ Hits 8319 8507 +188
- Misses 14711 15808 +1097
+ Partials 161 114 -47 ☔ View full report in Codecov by Sentry. |
9df2a97
to
1a39b78
Compare
1a39b78
to
786a8ee
Compare
786a8ee
to
7f8f13f
Compare
7f8f13f
to
600eb9f
Compare
600eb9f
to
13360f7
Compare
86d1d4e
to
d003345
Compare
d003345
to
cb32d0e
Compare
cb32d0e
to
afc8e83
Compare
afc8e83
to
765b09f
Compare
765b09f
to
7d31a5b
Compare
7d31a5b
to
a3bddad
Compare
a3bddad
to
caa7fef
Compare
caa7fef
to
ba4f7b5
Compare
This PR is included in version 2.11.0 🎉 |
This PR contains the following updates:
v1.10.0
->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)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.