-
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.
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
683d852
to
9f919ca
Compare
5ce7b4a
to
7aaa4b1
Compare
1089d1d
to
ba8d173
Compare
6a2e06e
to
290049e
Compare
7cfed6f
to
760958b
Compare
0836f4c
to
1a3ebb8
Compare
1a3ebb8
to
568e962
Compare
568e962
to
7aaf858
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
->08eba0b
v4.2.2
->v4.3.0
v5.4.0
->v5.5.0
cdca736
->49933ea
2269511
->d4b2f3b
v6.2.0
->v6.3.0
v0.22.0
->v0.23.1
v0.21.0
->v0.22.0
v0.21.0
->v0.23.0
v1.14.1
->v1.16.1
v0.17.0
->v0.19.0
v0.26.0
->v0.29.0
v2.36.1
->v2.38.1
v1.12.0
->v1.13.3
v1.3.2-0.20230802210424-5b0b94c5c0d3
->v1.4.0
v1.9.0
->v1.11.1
5f8171a
->755f449
1.24.1
->1.25.2
054e65f
->d2f985d
v0.28.0
->v0.32.0
v0.23.0
->v0.30.0
1481404
->9fae48a
v6.2.1
->v6.4.0
592200b
->000eeb8
Release Notes
actions/checkout (actions/checkout)
v4.3.0
Compare Source
What's Changed
New Contributors
Full Changelog: actions/checkout@v4...v4.3.0
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
go-openapi/loads (github.com/go-openapi/loads)
v0.23.1
Compare Source
v0.23.0
Compare Source
go-openapi/spec (github.com/go-openapi/spec)
v0.22.0
Compare Source
hashicorp/terraform-plugin-docs (github.com/hashicorp/terraform-plugin-docs)
v0.23.0
Compare Source
FEATURES:
v0.22.0
Compare Source
BREAKING CHANGES:
.ProviderShortName
template function now uses the rendered provider name to derive the provider short name. Users that pass in the--rendered-provider-name
flag might see a different output for this function (#492)NOTES:
FEATURES:
import-by-string-id.tf
) using Terraform configuration and theid
attribute (#472)import-by-identity.tf
) using Terraform configuration and theidentity
attribute (managed resource identity) (#496)ENHANCEMENTS:
allowed-guide-subcategories
andallowed-resource-subcategories
to provide a list of allowed subcategories (#456)allowed-guide-subcategories-file
andallowed-resource-subcategories-file
to provide a file containing a list of allowed subcategories (#456).RenderedProviderName
instead of.ProviderName
(#492).HasVariadic
evaluates to false (#489)BUG FIXES:
subcategory
field from default provider templates (#446)hashicorp/terraform-plugin-framework (github.com/hashicorp/terraform-plugin-framework)
v1.16.1
Compare Source
BUG FIXES:
v1.16.0
Compare 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_trigger
block. (#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.Type
to a known framework type. (#1200)ENHANCEMENTS:
ProviderWithActions
interface for implementing actions. (#1181)ActionData
toConfigureResponse
, to pass provider-defined data toaction.Action
implementations. (#1185)ListResourceData
toConfigureResponse
, to pass provider-defined data tolist.ListResource
implementations. (#1202)SetAtPath
to be called with atftypes.Value
. (#1198)SetAttribute
to be called with atftypes.Value
. (#1205)ListResourceWithRawV5Schemas
andListResourceWithRawV6Schemas
interfaces to support list implementation on non-framework resources. (#1198)v1.15.1
Compare Source
BUG FIXES:
UseStateForUnknown
where known null state values were not preserved during update plans. (#1117)v1.15.0
Compare 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:
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.19.0
Compare Source
NOTES:
FEATURES:
v0.18.0
Compare Source
NOTES:
BUG FIXES:
hashicorp/terraform-plugin-go (github.com/hashicorp/terraform-plugin-go)
v0.29.0
Compare Source
NOTES:
ActionServer
implementation 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.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.38.1
Compare Source
BUG FIXES:
v2.38.0
Compare Source
NOTES:
ENHANCEMENTS:
TfTypeIdentityState()
andTfTypeResourceState()
methods toResourceData
which return the identity and state values as atftypes.Value
. (#1508)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.3
Compare Source
NOTES:
v1.13.2
Compare Source
BUG FIXES:
ImportBlockWith*
import state modes to use theExpectNonEmpty
field to allow non-empty import plans to pass successfully. (#518)ConfigFile
orConfigDirectory
(#516)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)sergi/go-diff (github.com/sergi/go-diff)
v1.4.0
Compare Source
stretchr/testify (github.com/stretchr/testify)
v1.11.1
Compare 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.0
Compare 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.0
Compare Source
What's Changed
Functional Changes
Fixes
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.