-
Notifications
You must be signed in to change notification settings - Fork 1
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 all non-major dependencies #85
base: main
Are you sure you want to change the base?
Conversation
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
8f17478
to
faa27c5
Compare
76ebc5a
to
bac7141
Compare
bac7141
to
0d65e7e
Compare
0d65e7e
to
85c9586
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
fixes issues surfaced in the most recent TF framework test runner, eg: ``` === NAME TestAccDatabaseResource database_resource_test.go:15: Step 2/3 error running import: ImportStateVerify attributes not equivalent. Difference is shown below. The - symbol indicates attributes missing after import. map[string]string{ - "ready": "false", + "ready": "true", - "schema_last_updated_at": "2024-11-21T05:12:18.211Z", + "schema_last_updated_at": "2024-11-21T05:12:44.423Z", - "state": "pending", + "state": "ready", - "updated_at": "2024-11-21T05:12:18.421Z", + "updated_at": "2024-11-21T05:12:44.592Z", } --- FAIL: TestAccDatabaseResource (34.17s) === CONT TestAccPasswordResource === NAME TestAccBranchResource branch_resource_test.go:16: Step 2/2 error running import: ImportStateVerify attributes not equivalent. Difference is shown below. The - symbol indicates attributes missing after import. map[string]string{ - "ready": "false", + "ready": "true", - "schema_last_updated_at": "2024-11-21T05:12:51.044Z", + "schema_last_updated_at": "2024-11-21T05:12:51.225Z", - "updated_at": "2024-11-21T05:12:51.044Z", + "updated_at": "2024-11-21T05:13:09.193Z", } --- FAIL: TestAccBranchResource (56.72s) ```
This PR contains the following updates:
eef6144
->11bd719
v4.1.0
->v4.2.2
v5.0.0
->v5.1.0
0a44ba7
->39370e3
v6.1.0
->v6.2.0
v1.7.0
->v1.7.1
v0.21.2
->v0.22.0
v0.20.9
->v0.21.0
v0.16.0
->v0.20.0
v1.11.0
->v1.13.0
v0.13.0
->v0.15.0
v0.23.0
->v0.25.0
v2.34.0
->v2.35.0
v1.5.1
->v1.11.0
681adbf
->5ac0b6a
7b3493d
->2d47ceb
v0.22.0
->v0.24.0
v0.17.0
->v0.20.0
aaa42aa
->971e284
v6.0.0
->v6.1.0
Release Notes
actions/checkout (actions/checkout)
v4.2.2
Compare Source
url-helper.ts
now leverages well-known environment variables by @jww3 in https://github.com/actions/checkout/pull/1941isGhes
by @jww3 in https://github.com/actions/checkout/pull/1946v4.2.1
Compare Source
v4.2.0
Compare Source
v4.1.7
Compare Source
v4.1.6
Compare Source
v4.1.5
Compare Source
user.email
to be41898282+github-actions[bot]@​users.noreply.github.com
by @cory-miller in https://github.com/actions/checkout/pull/1707v4.1.4
Compare Source
extensions.worktreeConfig
when disablingsparse-checkout
by @jww3 in https://github.com/actions/checkout/pull/1692v4.1.3
Compare Source
sparse-checkout
by @jww3 in https://github.com/actions/checkout/pull/1656actions/checkout
version inupdate-main-version.yml
by @jww3 in https://github.com/actions/checkout/pull/1650v4.1.2
Compare Source
sparse-checkout
option is not present @dscho in https://github.com/actions/checkout/pull/1598v4.1.1
Compare Source
actions/setup-go (actions/setup-go)
v5.1.0
Compare Source
What's Changed
This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
Note: This change may break previous cache keys as they will no longer be compatible with the new format.
Bug Fixes
isGhes
logic by @jww3 in https://github.com/actions/setup-go/pull/511New Contributors
Full Changelog: actions/setup-go@v5...v5.1.0
v5.0.2
Compare Source
What's Changed
Bug fixes:
Dependency updates:
New Contributors
Full Changelog: actions/setup-go@v5...v5.0.2
v5.0.1
Compare Source
What's Changed
actions/setup-go
to v5 by @chenrui333 in https://github.com/actions/setup-go/pull/449New Contributors
Full Changelog: actions/setup-go@v5.0.0...v5.0.1
crazy-max/ghaction-import-gpg (crazy-max/ghaction-import-gpg)
v6.2.0
Compare Source
Full Changelog: crazy-max/ghaction-import-gpg@v6.1.0...v6.2.0
dave/jennifer (github.com/dave/jennifer)
v1.7.1
Compare Source
go-openapi/loads (github.com/go-openapi/loads)
v0.22.0
Compare Source
v0.21.6
Compare Source
v0.21.5
Compare Source
v0.21.4
Compare Source
v0.21.3
Compare Source
go-openapi/spec (github.com/go-openapi/spec)
v0.21.0
Compare Source
v0.20.15
Compare Source
v0.20.14
Compare Source
v0.20.13
Compare Source
v0.20.12
Compare Source
v0.20.11
Compare Source
v0.20.10
Compare Source
hashicorp/terraform-plugin-docs (github.com/hashicorp/terraform-plugin-docs)
v0.20.0
Compare Source
NOTES:
FEATURES:
BUG FIXES:
index.*
files instead of justindex.md
files. (#413)v0.19.4
Compare Source
NOTES:
BUG FIXES:
v0.19.3
Compare Source
BUG FIXES:
v0.19.2
Compare Source
BUG FIXES:
id
attribute behaviors under blocks (#365)v0.19.1
Compare Source
BUG FIXES:
plainmarkdown
function did not output plain URLs (#361)v0.19.0
Compare Source
BREAKING CHANGES:
plainmarkdown
function now removes all markdown elements/formatting to render the output as plain text (#332)schemamd
package has moved tointernal/schemamd
and can no longer be imported (#354)functionmd
package has moved tointernal/functionmd
and can no longer be imported (#354)FEATURES:
InvalidDirectoriesCheck
which checks for valid provider documentation folder structure (#341)MixedDirectoriesCheck
which throws an error if both legacy documentation and registry documentation are found (#341)NumberOfFilesCheck
which checks the number of provider documentation files against the registry limit (#341)FileSizeCheck
which checks the provider documentation file size against the registry limit (#341)FileExtensionCheck
which checks for valid provider documentation file extensions (#341)FrontMatterCheck
which checks the YAML frontmatter of provider documentation for missing required fields or invalid fields (#341)FileMismatchCheck
which checks the names/number of provider documentation files against the provider schema (#341)ENHANCEMENTS:
--provider-name
flag to override the default provider name when any file names that contain provider name prefixes are removed during migration (#349)BUG FIXES:
generate
to create duplicate templates (#349)v0.18.0
Compare Source
FEATURES:
ENHANCEMENTS:
functions
to list of allowed template and rendered website subdirectories (#328)v0.17.0
Compare Source
BREAKING CHANGES:
printf
with eithercodefile
ortffile
to render code examples in markdown will need to switch to using those functions directly.For example, switch the following template code:
{{printf "{{codefile \"shell\" %q}}" .ImportFile}}
to
{{codefile "shell" .ImportFile}}
(#300)FEATURES:
migrate
subcommand that migrates existing provider docs using the rendered website source directories (website/docs/
or/docs/
) to aterraform-plugin-docs
-supported templates directory. (#314)ENHANCEMENTS:
provider-schema
flag to pass in a file path to a provider schema JSON file, allowing the command to skip building the provider and calling Terraform CLI (#299)BUG FIXES:
no such file or directory
error when runninggenerate
with no existing rendered website directory. (#296)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)hashicorp/terraform-plugin-framework-validators (github.com/hashicorp/terraform-plugin-framework-validators)
v0.15.0
Compare Source
FEATURES:
v0.14.0
Compare Source
NOTES:
nil
value being returned and a panic fromterraform-plugin-framework
. This has been updated to return an implementation diagnostic referencing the invalid data/validator during config validation. (#235)FEATURES:
Equals
validator (#232)ENHANCEMENTS:
hashicorp/terraform-plugin-go (github.com/hashicorp/terraform-plugin-go)
v0.25.0
Compare Source
NOTES:
EphemeralResourceServer
implementation as part ofProviderServer
. (#441)FEATURES:
v0.24.0
Compare Source
BREAKING CHANGES:
ResourceServerWithMoveResourceState
interface type. UseResourceServer
instead. (#408)NOTES:
BUG FIXES:
MoveResourceState
server capability to v5 and v6 logging (#432)hashicorp/terraform-plugin-sdk (github.com/hashicorp/terraform-plugin-sdk/v2)
v2.35.0
Compare Source
NOTES:
terraform-plugin-framework
orterraform-plugin-mux
in the future. (#1390)hashicorp/terraform-plugin-testing (github.com/hashicorp/terraform-plugin-testing)
v1.11.0
Compare Source
NOTES:
echoprovider
package is considered experimental and may be altered or removed in a subsequent release (#389)FEATURES:
SkipIfNotAlpha
version check for testing experimental features of alpha Terraform builds. (#388)echoprovider
package, which contains a v6 Terraform provider that can be used to test ephemeral resource data. (#389)v1.10.0
Compare Source
NOTES:
compare
package is considered experimental and may be altered or removed in a subsequent release (#330)CompareValue
,CompareValueCollection
, andCompareValuePairs
state checks are considered experimental and may be altered or removed in a subsequent release. (#330)FEATURES:
compare
package, which contains interfaces and implementations for value comparisons in state checks. (#330)CompareValue
state check, which compares sequential values of the specified attribute at the given managed resource, or data source, using the supplied value comparer. (#330)CompareValueCollection
state check, which compares each item in the specified collection (e.g., list, set) attribute, with the second specified attribute at the given managed resources, or data sources, using the supplied value comparer. (#330)CompareValuePairs
state check, which compares the specified attributes at the given managed resources, or data sources, using the supplied value comparer. (#330)v1.9.0
Compare Source
ENHANCEMENTS:
Int32Exact
check for int32 value testing. (#356)Float32Exact
check for float32 value testing. (#356)v1.8.0
Compare Source
FEATURES:
ExpectDeferredChange
andExpectNoDeferredChanges
checks for experimental deferred action support. (#331)SkipIfNotPrerelease
version check for testing experimental features of prerelease Terraform builds. (#331)ENHANCEMENTS:
TupleExact
,TuplePartial
andTupleSizeExact
checks for dynamic value testing. (#312)(TestCase).AdditionalCLIOptions
withAllowDeferral
option for plan and apply commands. (#331)BUG FIXES:
RequireBelow
ignoring equal versioning to fail a test (#303)v1.7.0
Compare Source
NOTES:
ErrorCheck
andExpectError
functionality, error messaging checks should be based on provider-controlled messaging or when appropriate to use other testing features such asExpectNonEmptyPlan
instead. (#238)ExpectNullOutputValue
andExpectNullOutputValueAtPath
. UseExpectKnownOutputValue
andExpectKnownOutputValueAtPath
withknownvalue.Null
instead (#275)ExpectKnownValue
,ExpectKnownOutputValue
andExpectKnownOutputValueAtPath
plan checks are considered experimental and may be altered or removed in a subsequent release (#276)ExpectKnownValue
,ExpectKnownOutputValue
andExpectKnownOutputValueAtPath
state checks are considered experimental and may be altered or removed in a subsequent release (#276)knownvalue
package is considered experimental and may be altered or removed in a subsequent release (#276)FEATURES:
ExpectKnownValue
plan check, which asserts that a given resource attribute has a defined type, and value (#248)ExpectKnownOutputValue
plan check, which asserts that a given output value has a defined type, and value (#248)ExpectKnownOutputValueAtPath
plan check, which asserts that a given output value at a specified path has a defined type, and value (#248)knownvalue
package which contains types for working with plan checks and state checks (#248)statecheck
package with interface and built-in state check functionality (#275)ExpectKnownValue
state check, which asserts that a given resource attribute has a defined type, and value (#275)ExpectKnownOutputValue
state check, which asserts that a given output value has a defined type, and value (#275)ExpectKnownOutputValueAtPath
plan check, which asserts that a given output value at a specified path has a defined type, and value (#275)ExpectSensitiveValue
built-in state check, which asserts that a given attribute has a sensitive value (#275)BUG FIXES:
TestStep.PlanOnly: true
(#238)Config
,ConfigDirectory
, andConfigFile
(#265)Config
,ConfigDirectory
, andConfigFile
(#265)v1.6.0
Compare Source
NOTES:
TestStep
now include post-apply plan checks for output changes in addition to resource changes. If this causes unexpected new test failures, mostoutput
configuration blocks can be likely be removed. Test steps involving resources and data sources should never need to useoutput
configuration blocks as plan and state checks support working on resource and data source attributes values directly. (#234)terraform refresh
commands during eachTestStep
have been removed to fix plan check and performance issues, which can cause new test failures when testing schema changes (e.g. state upgrades) that have a finalTestStep
withPlanOnly: true
. RemovePlanOnly: true
from the finalTestStep
to fix affected tests which will ensure that updated schema changes are applied to the state before attempting to automatically destroy resources. (#223)FEATURES:
ExpectUnknownOutputValue
built-in plan check, which asserts that a given output value at a specified address is unknown (#220)ExpectUnknownOutputValueAtPath
built-in plan check, which asserts that a given output value at a specified address, and path is unknown (#220)ExpectNullOutputValue
built-in plan check, which asserts that a given output value at a specified address is null (#220)ExpectNullOutputValueAtPath
built-in plan check, which asserts that a given output value at a specified address, and path is null (#220)ENHANCEMENTS:
required_providers
configuration toTestStep.Config
Terraform language configuration when using Terraform >= 1.0.* (#216)BUG FIXES:
ExpectEmptyPlan
andExpectNonEmptyPlan
account for output changes (#222)TestStep.ExpectNonEmptyPlan
accounts for output changes with Terraform 0.14 and later (#234)goreleaser/goreleaser-action (goreleaser/goreleaser-action)
v6.1.0
Compare Source
What's Changed
New Contributors
Full Changelog: goreleaser/goreleaser-action@v6.0.0...v6.1.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.