Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.12.0 to 1.13.0#221

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubMay 19, 2025
edited
Loading

Bumpsgithub.com/hashicorp/terraform-plugin-testing from 1.12.0 to 1.13.0.

Release notes

Sourced fromgithub.com/hashicorp/terraform-plugin-testing's releases.

v1.13.0

NOTES:

  • reduced the volume of DEBUG-level logging to make it easier to visually scan debug output (#463)

FEATURES:

  • ImportState: Added support for testing plannable import via Terraform configuration. Configuration is used from the previous test step if available.Config,ConfigFile, andConfigDirectory can also be used directly withImportState if needed. (#442)
  • ImportState: AddedImportStateKind to control which method of import theImportState test step uses.ImportCommandWithID (default, same behavior as today) ,ImportBlockWithID, andImportBlockWithResourceIdentity. (#442)
  • ImportState: AddedImportStateConfigExact to opt-out of new import config generation for plannable import. (#494)
  • statecheck: AddedExpectIdentityValueMatchesState state check to assert that an identity value matches a state value at the same path. (#503)
  • statecheck: AddedExpectIdentityValueMatchesStateAtPath state check to assert that an identity value matches a state value at different paths. (#503)

ENHANCEMENTS:

  • statecheck: AddedExpectIdentityValue state check, which asserts a specified attribute value of a managed resource identity in state. (#468)
  • statecheck: AddedExpectIdentity state check, which asserts all data of a managed resource identity in state. (#470)
  • AddsAdditionalCLIOptions.PlanOptions.NoRefresh to testterraform plan -refresh=false (#490)

v1.13.0-beta.1

BREAKING CHANGES:

  • importstate:ImportStatePersist andImportStateVerify are not supported for plannable import (ImportBlockWith*) and will return an error (#476)
  • importstate: renamedImportStateWithId toImportStateWithID and renamedImportCommandWithId toImportCommandWithID. (#465)

NOTES:

  • This beta pre-release adds support for managed resource identity, which can be used with Terraform v1.12.0-beta2. Acceptance tests can use theImportBlockWithResourceIdentity kind to exercise the import of a managed resource using its resource identity object values instead of using a string identifier. (#480)

BUG FIXES:

  • importstate: plannable import (ImportBlockWith*) fixed for a resource with a dependency (#476)

v1.13.0-alpha.1

NOTES:

  • This alpha pre-release contains testing utilities for managed resource identity, which can be used withTerraform v1.12.0-alpha20250319, to assert identity data stored during apply workflows. A managed resource in a provider can read/store identity data using theterraform-plugin-framework@v1.15.0-alpha.1 orterraform-plugin-sdk/v2@v2.37.0-alpha.1 Go modules. To assert identity data stored by a provider in state, use thestatecheck.ExpectIdentity state check. (#470)
Changelog

Sourced fromgithub.com/hashicorp/terraform-plugin-testing's changelog.

1.13.0 (May 16, 2025)

NOTES:

  • reduced the volume of DEBUG-level logging to make it easier to visually scan debug output (#463)

FEATURES:

  • ImportState: Added support for testing plannable import via Terraform configuration. Configuration is used from the previous test step if available.Config,ConfigFile, andConfigDirectory can also be used directly withImportState if needed. (#442)
  • ImportState: AddedImportStateKind to control which method of import theImportState test step uses.ImportCommandWithID (default, same behavior as today) ,ImportBlockWithID, andImportBlockWithResourceIdentity. (#442)
  • ImportState: AddedImportStateConfigExact to opt-out of new import config generation for plannable import. (#494)
  • statecheck: AddedExpectIdentityValueMatchesState state check to assert that an identity value matches a state value at the same path. (#503)
  • statecheck: AddedExpectIdentityValueMatchesStateAtPath state check to assert that an identity value matches a state value at different paths. (#503)

ENHANCEMENTS:

  • statecheck: AddedExpectIdentityValue state check, which asserts a specified attribute value of a managed resource identity in state. (#468)
  • statecheck: AddedExpectIdentity state check, which asserts all data of a managed resource identity in state. (#470)
  • AddsAdditionalCLIOptions.PlanOptions.NoRefresh to testterraform plan -refresh=false (#490)

1.13.0-beta.1 (April 18, 2025)

BREAKING CHANGES:

  • importstate:ImportStatePersist andImportStateVerify are not supported for plannable import (ImportBlockWith*) and will return an error (#476)
  • importstate: renamedImportStateWithId toImportStateWithID and renamedImportCommandWithId toImportCommandWithID. (#465)

NOTES:

  • This beta pre-release adds support for managed resource identity, which can be used with Terraform v1.12.0-beta2. Acceptance tests can use theImportBlockWithResourceIdentity kind to exercise the import of a managed resource using its resource identity object values instead of using a string identifier. (#480)

BUG FIXES:

  • importstate: plannable import (ImportBlockWith*) fixed for a resource with a dependency (#476)

1.13.0-alpha.1 (March 27, 2025)

NOTES:

  • This alpha pre-release contains testing utilities for managed resource identity, which can be used withTerraform v1.12.0-alpha20250319, to assert identity data stored during apply workflows. A managed resource in a provider can read/store identity data using theterraform-plugin-framework@v1.15.0-alpha.1 orterraform-plugin-sdk/v2@v2.37.0-alpha.1 Go modules. To assert identity data stored by a provider in state, use thestatecheck.ExpectIdentity state check. (#470)
Commits
  • 175139d Update changelog
  • c748d53 build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 (#509)
  • 0060a87 ResourceIdentity: Switch to using plan instead of applied state for asserting...
  • 8b8c33a statecheck: Add new resource identity / state comparison checks (#503)
  • fc2179d build(deps): Bump actions/setup-go from 5.4.0 to 5.5.0 (#506)
  • a8b1366 build(deps): Bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 (#507)
  • 28cd0fd github: Use Dependabot to keep Actions updated (#504)
  • 07dca39 build(deps): Bump github.com/hashicorp/terraform-json (#505)
  • fdfdcd7 update changelogs (#500)
  • 26e8554 Update CODEOWNERS (#501)
  • Additional commits viewable incompare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting@dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabotdependabotbot added dependenciesPull requests that update a dependency file goPull requests that update Go code labelsMay 19, 2025
@ethanndickson
Copy link
Member

ImportState: Added support for testing plannable import via Terraform configuration. Configuration is used from the previous test step if available. Config, ConfigFile, and ConfigDirectory can also be used directly with ImportState if needed.

Huge!

@ethanndickson
Copy link
Member

@dependabot rebase

dependabot[bot] reacted with thumbs up emoji

Bumps [github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing) from 1.12.0 to 1.13.0.- [Release notes](https://github.com/hashicorp/terraform-plugin-testing/releases)- [Changelog](https://github.com/hashicorp/terraform-plugin-testing/blob/main/CHANGELOG.md)- [Commits](hashicorp/terraform-plugin-testing@v1.12.0...v1.13.0)---updated-dependencies:- dependency-name: github.com/hashicorp/terraform-plugin-testing  dependency-version: 1.13.0  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbotforce-pushed thedependabot/go_modules/github.com/hashicorp/terraform-plugin-testing-1.13.0 branch from13ec86d to9b3061aCompareMay 21, 2025 01:37
@ethanndicksonethanndickson merged commit9f77f18 intomainMay 21, 2025
13 checks passed
@ethanndicksonethanndickson deleted the dependabot/go_modules/github.com/hashicorp/terraform-plugin-testing-1.13.0 branchMay 21, 2025 02:46
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@ethanndicksonethanndicksonethanndickson approved these changes

Assignees
No one assigned
Labels
dependenciesPull requests that update a dependency filegoPull requests that update Go code
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@ethanndickson

[8]ページ先頭

©2009-2025 Movatter.jp