-
Notifications
You must be signed in to change notification settings - Fork 2
fix(deps): update all non-major dependencies #121
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
felix-renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-minor-patch-digest
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.
+181
−71
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
ba993f4 to
136e436
Compare
451c45f to
d2ad2c7
Compare
55d281c to
648cbe6
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
4db4d6d to
6a86517
Compare
6a86517 to
7f0f307
Compare
d66c747 to
f5adeac
Compare
6188843 to
efee919
Compare
ba8d173 to
4157c8c
Compare
290049e to
25f8419
Compare
7cfed6f to
760958b
Compare
0836f4c to
1a3ebb8
Compare
0061409 to
ad753a0
Compare
f64de55 to
3d5bc09
Compare
55ec8e5 to
b35be6a
Compare
b35be6a to
553698e
Compare
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:
11bd719->08eba0bv4.2.2->v4.3.0v5.4.0->v5.5.0cdca736->49933ea2269511->d4b2f3bv6.2.0->v6.3.0v0.22.0->v0.23.1v0.21.0->v0.22.0v0.21.0->v0.24.0v1.14.1->v1.16.1v0.17.0->v0.19.0v0.26.0->v0.29.0v2.36.1->v2.38.1v1.12.0->v1.13.3v1.3.2-0.20230802210424-5b0b94c5c0d3->v1.4.0v1.9.0->v1.11.15f8171a->5d5cd551.24.1->1.25.3054e65f->a4bb9ffv0.28.0->v0.32.0v0.23.0->v0.30.01481404->9fae48av6.2.1->v6.4.0592200b->000eeb8Release Notes
actions/checkout (actions/checkout)
v4.3.0Compare Source
What's Changed
New Contributors
Full Changelog: actions/checkout@v4...v4.3.0
actions/setup-go (actions/setup-go)
v5.5.0Compare 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.0Compare Source
Full Changelog: crazy-max/ghaction-import-gpg@v6.2.0...v6.3.0
go-openapi/loads (github.com/go-openapi/loads)
v0.23.1Compare Source
v0.23.0Compare Source
go-openapi/spec (github.com/go-openapi/spec)
v0.22.0Compare Source
hashicorp/terraform-plugin-docs (github.com/hashicorp/terraform-plugin-docs)
v0.24.0Compare Source
FEATURES:
v0.23.0Compare Source
FEATURES:
v0.22.0Compare Source
BREAKING CHANGES:
.ProviderShortNametemplate function now uses the rendered provider name to derive the provider short name. Users that pass in the--rendered-provider-nameflag might see a different output for this function (#492)NOTES:
FEATURES:
import-by-string-id.tf) using Terraform configuration and theidattribute (#472)import-by-identity.tf) using Terraform configuration and theidentityattribute (managed resource identity) (#496)ENHANCEMENTS:
allowed-guide-subcategoriesandallowed-resource-subcategoriesto provide a list of allowed subcategories (#456)allowed-guide-subcategories-fileandallowed-resource-subcategories-fileto provide a file containing a list of allowed subcategories (#456).RenderedProviderNameinstead of.ProviderName(#492).HasVariadicevaluates to false (#489)BUG FIXES:
subcategoryfield from default provider templates (#446)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)hashicorp/terraform-plugin-framework-validators (github.com/hashicorp/terraform-plugin-framework-validators)
v0.19.0Compare Source
NOTES:
FEATURES:
v0.18.0Compare Source
NOTES:
BUG FIXES:
hashicorp/terraform-plugin-go (github.com/hashicorp/terraform-plugin-go)
v0.29.0Compare Source
NOTES:
ActionServerimplementation as part ofProviderServer. (#534)FEATURES:
ENHANCEMENTS:
tftypes.Value.IsFullyNull()allows SDKs to determine when a value is null or consists of only null elements and attributes. (#541)v0.28.0Compare Source
BREAKING CHANGES:
ProviderServerWithResourceIdentityinterface type. UseProviderServerinstead. (#516)GetResourceIdentitySchemasandUpgradeResourceIdentityRPC calls are now required inProviderServerandResourceServer. Implementations that don't support resource identity can return empty responses from theGetResourceIdentitySchemasmethod and an error message theUpgradeResourceIdentitymethod. (#516)NOTES:
v0.27.0Compare Source
NOTES:
GetResourceIdentitySchemasandUpgradeResourceIdentityimplementations as part ofProviderServer. (#476)FEATURES:
hashicorp/terraform-plugin-sdk (github.com/hashicorp/terraform-plugin-sdk/v2)
v2.38.1Compare Source
BUG FIXES:
v2.38.0Compare Source
NOTES:
ENHANCEMENTS:
TfTypeIdentityState()andTfTypeResourceState()methods toResourceDatawhich return the identity and state values as atftypes.Value. (#1508)v2.37.0Compare Source
NOTES:
identityattribute in Terraform configurationimportblocks, available in Terraform v1.12+. Theresource.Identityfield on theschema.Resourcestruct 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 newIdentityDatastruct that is available via theIdentity()method onschema.ResourceDataandschema.ResourceDiffstructs. (#1444)FEATURES:
TestResourceDataWithIdentityRawfunction for creating aResourceDatastruct with identity data for unit testing. (#1475)Identityfield toResourcethat supports defining an identity schema for managed resources only. (#1444)ImportStatePassthroughWithIdentityhelper that can support both identity and ID importing via a single field. (#1474)ENHANCEMENTS:
RequiredForImportandOptionalForImportfields to theSchemastruct, which are only valid for identity schemas. (#1444)ResourceDatato 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.3Compare Source
NOTES:
v1.13.2Compare Source
BUG FIXES:
ImportBlockWith*import state modes to use theExpectNonEmptyfield to allow non-empty import plans to pass successfully. (#518)ConfigFileorConfigDirectory(#516)v1.13.1Compare Source
BUG FIXES:
GetResourceIdentitySchemas. (#512)v1.13.0Compare Source
NOTES:
FEATURES:
Config,ConfigFile, andConfigDirectorycan also be used directly withImportStateif needed. (#442)ImportStateKindto control which method of import theImportStatetest step uses.ImportCommandWithID(default, same behavior as today) ,ImportBlockWithID, andImportBlockWithResourceIdentity. (#442)ImportStateConfigExactto opt-out of new import config generation for plannable import. (#494)ExpectIdentityValueMatchesStatestate check to assert that an identity value matches a state value at the same path. (#503)ExpectIdentityValueMatchesStateAtPathstate check to assert that an identity value matches a state value at different paths. (#503)ENHANCEMENTS:
ExpectIdentityValuestate check, which asserts a specified attribute value of a managed resource identity in state. (#468)ExpectIdentitystate check, which asserts all data of a managed resource identity in state. (#470)AdditionalCLIOptions.PlanOptions.NoRefreshto testterraform plan -refresh=false(#490)sergi/go-diff (github.com/sergi/go-diff)
v1.4.0Compare Source
stretchr/testify (github.com/stretchr/testify)
v1.11.1Compare Source
This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (
String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.What's Changed
Full Changelog: stretchr/testify@v1.11.0...v1.11.1
v1.11.0Compare Source
What's Changed
Functional Changes
v1.11.0 Includes a number of performance improvements.
Fixes
Documentation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.10.0...v1.11.0
v1.10.0Compare Source
What's Changed
Functional Changes
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.