fix(deps): update all non-major dependencies #121
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:
v5.4.0
->v5.5.0
cdca736
->49933ea
2269511
->d4b2f3b
v6.2.0
->v6.3.0
v1.14.1
->v1.15.0
v0.17.0
->v0.18.0
v0.26.0
->v0.28.0
v2.36.1
->v2.37.0
v1.12.0
->v1.13.1
v1.9.0
->v1.10.0
5f8171a
->ff0a06e
1.24.1
->1.24.3
054e65f
->ce4c2cf
v0.28.0
->v0.30.0
v0.23.0
->v0.25.0
1481404
->9fae48a
v6.2.1
->v6.3.0
Release Notes
actions/setup-go (actions/setup-go)
v5.5.0
Compare Source
What's Changed
Bug fixes:
Dependency updates:
New Contributors
Full Changelog: actions/setup-go@v5...v5.5.0
crazy-max/ghaction-import-gpg (crazy-max/ghaction-import-gpg)
v6.3.0
Compare Source
Full Changelog: crazy-max/ghaction-import-gpg@v6.2.0...v6.3.0
hashicorp/terraform-plugin-framework (github.com/hashicorp/terraform-plugin-framework)
v1.15.0
Compare Source
NOTES:
identity
attribute in Terraform configurationimport
blocks, available in Terraform v1.12+. Theresource.ResourceWithIdentity
interface 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 newIdentity
fields in the response objects on the resource CRUD methods. (#1112)FEATURES:
ResourceIdentity
struct to represent managed resource identity data. (#1112)ImportStatePassthroughWithIdentity
helper that can support both identity and ID importing via a single field. (#1134)ResourceWithIdentity
interface for implementing managed resource identity. (#1107)ENHANCEMENTS:
Create
,Update
,Read
, andDelete
request and response objects to support the passing of identity data. (#1112)ImportState
method to allow importing by resource identity and returning identity data from import response. (#1126)hashicorp/terraform-plugin-framework-validators (github.com/hashicorp/terraform-plugin-framework-validators)
v0.18.0
Compare Source
NOTES:
BUG FIXES:
hashicorp/terraform-plugin-go (github.com/hashicorp/terraform-plugin-go)
v0.28.0
Compare Source
BREAKING CHANGES:
ProviderServerWithResourceIdentity
interface type. UseProviderServer
instead. (#516)GetResourceIdentitySchemas
andUpgradeResourceIdentity
RPC calls are now required inProviderServer
andResourceServer
. Implementations that don't support resource identity can return empty responses from theGetResourceIdentitySchemas
method and an error message theUpgradeResourceIdentity
method. (#516)NOTES:
v0.27.0
Compare Source
NOTES:
GetResourceIdentitySchemas
andUpgradeResourceIdentity
implementations as part ofProviderServer
. (#476)FEATURES:
hashicorp/terraform-plugin-sdk (github.com/hashicorp/terraform-plugin-sdk/v2)
v2.37.0
Compare Source
NOTES:
identity
attribute in Terraform configurationimport
blocks, available in Terraform v1.12+. Theresource.Identity
field on theschema.Resource
struct can be used 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 with the newIdentityData
struct that is available via theIdentity()
method onschema.ResourceData
andschema.ResourceDiff
structs. (#1444)FEATURES:
TestResourceDataWithIdentityRaw
function for creating aResourceData
struct with identity data for unit testing. (#1475)Identity
field toResource
that supports defining an identity schema for managed resources only. (#1444)ImportStatePassthroughWithIdentity
helper that can support both identity and ID importing via a single field. (#1474)ENHANCEMENTS:
RequiredForImport
andOptionalForImport
fields to theSchema
struct, which are only valid for identity schemas. (#1444)ResourceData
to support passing of identity data in CRUD and import functions for managed resources. (#1444)BUG FIXES:
hashicorp/terraform-plugin-testing (github.com/hashicorp/terraform-plugin-testing)
v1.13.1
Compare Source
BUG FIXES:
GetResourceIdentitySchemas
. (#512)v1.13.0
Compare Source
NOTES:
FEATURES:
Config
,ConfigFile
, andConfigDirectory
can also be used directly withImportState
if needed. (#442)ImportStateKind
to control which method of import theImportState
test step uses.ImportCommandWithID
(default, same behavior as today) ,ImportBlockWithID
, andImportBlockWithResourceIdentity
. (#442)ImportStateConfigExact
to opt-out of new import config generation for plannable import. (#494)ExpectIdentityValueMatchesState
state check to assert that an identity value matches a state value at the same path. (#503)ExpectIdentityValueMatchesStateAtPath
state check to assert that an identity value matches a state value at different paths. (#503)ENHANCEMENTS:
ExpectIdentityValue
state check, which asserts a specified attribute value of a managed resource identity in state. (#468)ExpectIdentity
state check, which asserts all data of a managed resource identity in state. (#470)AdditionalCLIOptions.PlanOptions.NoRefresh
to testterraform plan -refresh=false
(#490)stretchr/testify (github.com/stretchr/testify)
v1.10.0
Compare Source
What's Changed
Functional Changes
Fixes
Documentation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.9.0...v1.10.0
goreleaser/goreleaser-action (goreleaser/goreleaser-action)
v6.3.0
Compare Source
Full Changelog: goreleaser/goreleaser-action@v6.2.1...v6.3.0
Configuration
📅 Schedule: Branch creation - "after 10pm on friday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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 has been generated by Renovate Bot.