generated from hashicorp/terraform-provider-scaffolding-framework
-
Notifications
You must be signed in to change notification settings - Fork 3
fix(deps): update module github.com/hashicorp/terraform-plugin-testing to v1.13.3 #206
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
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/github.com-hashicorp-terraform-plugin-testing-1.x
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.
Open
fix(deps): update module github.com/hashicorp/terraform-plugin-testing to v1.13.3 #206
renovate
wants to merge
1
commit into
main
from
renovate/github.com-hashicorp-terraform-plugin-testing-1.x
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
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
5cd91f3 to
8c1c626
Compare
c45c3b1 to
62acc6d
Compare
4926bdb to
0f29ffe
Compare
21ed53d to
341c6a5
Compare
341c6a5 to
2f71f0e
Compare
2f71f0e to
568dcae
Compare
568dcae to
6223129
Compare
6223129 to
e8fbdd2
Compare
e8fbdd2 to
05ebc4b
Compare
05ebc4b to
a0110d0
Compare
a0110d0 to
78adddf
Compare
9d95234 to
cbf6302
Compare
cbf6302 to
c851244
Compare
c851244 to
445c9ea
Compare
445c9ea to
1008cea
Compare
1008cea to
cde7b64
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
v1.5.1->v1.13.3Release Notes
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)v1.12.0Compare Source
NOTES:
FEATURES:
ENHANCEMENTS:
ObjectExacterror message to report extra/missing attributes from the actual object. (#451)BUG FIXES:
v1.11.0Compare Source
NOTES:
echoproviderpackage is considered experimental and may be altered or removed in a subsequent release (#389)FEATURES:
SkipIfNotAlphaversion check for testing experimental features of alpha Terraform builds. (#388)echoproviderpackage, which contains a v6 Terraform provider that can be used to test ephemeral resource data. (#389)v1.10.0Compare Source
NOTES:
comparepackage is considered experimental and may be altered or removed in a subsequent release (#330)CompareValue,CompareValueCollection, andCompareValuePairsstate checks are considered experimental and may be altered or removed in a subsequent release. (#330)FEATURES:
comparepackage, which contains interfaces and implementations for value comparisons in state checks. (#330)CompareValuestate check, which compares sequential values of the specified attribute at the given managed resource, or data source, using the supplied value comparer. (#330)CompareValueCollectionstate 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)CompareValuePairsstate check, which compares the specified attributes at the given managed resources, or data sources, using the supplied value comparer. (#330)v1.9.0Compare Source
ENHANCEMENTS:
Int32Exactcheck for int32 value testing. (#356)Float32Exactcheck for float32 value testing. (#356)v1.8.0Compare Source
FEATURES:
ExpectDeferredChangeandExpectNoDeferredChangeschecks for experimental deferred action support. (#331)SkipIfNotPrereleaseversion check for testing experimental features of prerelease Terraform builds. (#331)ENHANCEMENTS:
TupleExact,TuplePartialandTupleSizeExactchecks for dynamic value testing. (#312)(TestCase).AdditionalCLIOptionswithAllowDeferraloption for plan and apply commands. (#331)BUG FIXES:
RequireBelowignoring equal versioning to fail a test (#303)v1.7.0Compare Source
NOTES:
ErrorCheckandExpectErrorfunctionality, error messaging checks should be based on provider-controlled messaging or when appropriate to use other testing features such asExpectNonEmptyPlaninstead. (#238)ExpectNullOutputValueandExpectNullOutputValueAtPath. UseExpectKnownOutputValueandExpectKnownOutputValueAtPathwithknownvalue.Nullinstead (#275)ExpectKnownValue,ExpectKnownOutputValueandExpectKnownOutputValueAtPathplan checks are considered experimental and may be altered or removed in a subsequent release (#276)ExpectKnownValue,ExpectKnownOutputValueandExpectKnownOutputValueAtPathstate checks are considered experimental and may be altered or removed in a subsequent release (#276)knownvaluepackage is considered experimental and may be altered or removed in a subsequent release (#276)FEATURES:
ExpectKnownValueplan check, which asserts that a given resource attribute has a defined type, and value (#248)ExpectKnownOutputValueplan check, which asserts that a given output value has a defined type, and value (#248)ExpectKnownOutputValueAtPathplan check, which asserts that a given output value at a specified path has a defined type, and value (#248)knownvaluepackage which contains types for working with plan checks and state checks (#248)statecheckpackage with interface and built-in state check functionality (#275)ExpectKnownValuestate check, which asserts that a given resource attribute has a defined type, and value (#275)ExpectKnownOutputValuestate check, which asserts that a given output value has a defined type, and value (#275)ExpectKnownOutputValueAtPathplan check, which asserts that a given output value at a specified path has a defined type, and value (#275)ExpectSensitiveValuebuilt-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.0Compare Source
NOTES:
TestStepnow include post-apply plan checks for output changes in addition to resource changes. If this causes unexpected new test failures, mostoutputconfiguration blocks can be likely be removed. Test steps involving resources and data sources should never need to useoutputconfiguration blocks as plan and state checks support working on resource and data source attributes values directly. (#234)terraform refreshcommands during eachTestStephave 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 finalTestStepwithPlanOnly: true. RemovePlanOnly: truefrom the finalTestStepto fix affected tests which will ensure that updated schema changes are applied to the state before attempting to automatically destroy resources. (#223)FEATURES:
ExpectUnknownOutputValuebuilt-in plan check, which asserts that a given output value at a specified address is unknown (#220)ExpectUnknownOutputValueAtPathbuilt-in plan check, which asserts that a given output value at a specified address, and path is unknown (#220)ExpectNullOutputValuebuilt-in plan check, which asserts that a given output value at a specified address is null (#220)ExpectNullOutputValueAtPathbuilt-in plan check, which asserts that a given output value at a specified address, and path is null (#220)ENHANCEMENTS:
required_providersconfiguration toTestStep.ConfigTerraform language configuration when using Terraform >= 1.0.* (#216)BUG FIXES:
ExpectEmptyPlanandExpectNonEmptyPlanaccount for output changes (#222)TestStep.ExpectNonEmptyPlanaccounts for output changes with Terraform 0.14 and later (#234)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.