Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hashicorp/terraform-plugin-testing
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.0
Choose a base ref
...
head repository: hashicorp/terraform-plugin-testing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.10.0
Choose a head ref
  • 8 commits
  • 30 files changed
  • 8 contributors

Commits on Jul 16, 2024

  1. build(deps): Bump github.com/zclconf/go-cty from 1.14.4 to 1.15.0 (#359)

    Bumps [github.com/zclconf/go-cty](https://github.com/zclconf/go-cty) from 1.14.4 to 1.15.0.
    - [Release notes](https://github.com/zclconf/go-cty/releases)
    - [Changelog](https://github.com/zclconf/go-cty/blob/main/CHANGELOG.md)
    - [Commits](zclconf/go-cty@v1.14.4...v1.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/zclconf/go-cty
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    23a9124 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Result of tsccr-helper -log-level=info gha update -latest . (#360)

    Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
    hashicorp-tsccr[bot] and hashicorp-tsccr[bot] authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    6dacd4f View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Result of tsccr-helper -log-level=info gha update -latest . (#361)

    Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
    hashicorp-tsccr[bot] and hashicorp-tsccr[bot] authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    f9ca4c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    4910d52 View commit details
    Browse the repository at this point in the history
  2. build(deps): Bump github.com/hashicorp/hc-install from 0.7.0 to 0.8.0 (

    …#362)
    
    Bumps [github.com/hashicorp/hc-install](https://github.com/hashicorp/hc-install) from 0.7.0 to 0.8.0.
    - [Release notes](https://github.com/hashicorp/hc-install/releases)
    - [Commits](hashicorp/hc-install@v0.7.0...v0.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/hc-install
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    c187925 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. build(deps): Bump golang.org/x/crypto from 0.25.0 to 0.26.0 (#364)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.25.0 to 0.26.0.
    - [Commits](golang/crypto@v0.25.0...v0.26.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    9501a02 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Implement comparison state checks to replace `TestCheckResourceAttrPt…

    …r`, `TestCheckResourceAttrPair` and `TestCheckTypeSetElemAttrPair` (#330)
    
    * compare: Add compare package and implementations for ValuesSame, ValuesSameAny, ValuesDiffer, ValuesDifferAny, and ValuesDifferAll
    
    * statecheck: Add CompareValue, CompareValueContains, and CompareValuePairs state checks
    
    * statecheck: Fixing references in tests
    
    * Adding go docs and constructor to compare package types
    
    * Adding go docs for CompareValue state checks
    
    * Refactoring ValueComparer implementations to handle slice and map of interface values
    
    * Refactoring CompareValueCollection to extract nested values
    
    * Adding further test coverage for CompareValueCollection
    
    * Adding compare pkg doc
    
    * Removing ValuesDifferAll, ValuesDifferAny, ValuesSameAny
    
    * Adding website docs for value comparers and compare value state checks
    
    * Amending docs for known value checks
    
    * build(deps): Bump hashicorp/setup-terraform from 3.1.0 to 3.1.1 (#335)
    
    Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 3.1.0 to 3.1.1.
    - [Release notes](https://github.com/hashicorp/setup-terraform/releases)
    - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/setup-terraform@97f030c...651471c)
    
    ---
    updated-dependencies:
    - dependency-name: hashicorp/setup-terraform
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * build(deps): Bump hashicorp/setup-copywrite from 1.1.2 to 1.1.3 (#336)
    
    Bumps [hashicorp/setup-copywrite](https://github.com/hashicorp/setup-copywrite) from 1.1.2 to 1.1.3.
    - [Release notes](https://github.com/hashicorp/setup-copywrite/releases)
    - [Commits](hashicorp/setup-copywrite@867a1a2...32638da)
    
    ---
    updated-dependencies:
    - dependency-name: hashicorp/setup-copywrite
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Result of tsccr-helper -log-level=info gha update -latest . (#337)
    
    Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
    
    * build(deps): Bump github.com/hashicorp/terraform-json (#338)
    
    Bumps [github.com/hashicorp/terraform-json](https://github.com/hashicorp/terraform-json) from 0.21.0 to 0.22.0.
    - [Release notes](https://github.com/hashicorp/terraform-json/releases)
    - [Commits](hashicorp/terraform-json@v0.21.0...v0.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/terraform-json
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * build(deps): Bump github.com/hashicorp/terraform-json (#339)
    
    Bumps [github.com/hashicorp/terraform-json](https://github.com/hashicorp/terraform-json) from 0.22.0 to 0.22.1.
    - [Release notes](https://github.com/hashicorp/terraform-json/releases)
    - [Commits](hashicorp/terraform-json@v0.22.0...v0.22.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/terraform-json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * build(deps): Bump github.com/hashicorp/terraform-exec (#341)
    
    Bumps [github.com/hashicorp/terraform-exec](https://github.com/hashicorp/terraform-exec) from 0.20.0 to 0.21.0.
    - [Release notes](https://github.com/hashicorp/terraform-exec/releases)
    - [Changelog](https://github.com/hashicorp/terraform-exec/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/terraform-exec@v0.20.0...v0.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/terraform-exec
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * all: Add deferred action testing support (plan checks, version check, and CLI options) (#331)
    
    * sloppy first commit!
    
    * add version checks and tests
    
    * add changelogs
    
    * update terraform-plugin-go
    
    * spelling fix
    
    * update `terraform-json`
    
    * switch to pointer bool value
    
    * Update changelog
    
    * [CI] Update issue comment triage workflow file
    
    * [CI] Update issue comment triage workflow file
    
    * [CI] Update issue comment triage workflow file
    
    * [CI] Update issue comment triage workflow file
    
    * Result of tsccr-helper -log-level=info gha update -latest . (#342)
    
    Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
    
    * build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 (#343)
    
    Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.33.0 to 2.34.0.
    - [Release notes](https://github.com/hashicorp/terraform-plugin-sdk/releases)
    - [Changelog](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/terraform-plugin-sdk@v2.33.0...v2.34.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * workflows: Delete old issue label remove workflow (#344)
    
    Replaced by `.github/workflows/issue-comment-triage.yml`
    
    * build(deps): Bump github.com/hashicorp/hc-install from 0.6.4 to 0.7.0 (#345)
    
    updated-dependencies:
    - dependency-name: github.com/hashicorp/hc-install
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * [CI] Update lock workflow file
    
    * build(deps): Bump github.com/hashicorp/go-version from 1.6.0 to 1.7.0 (#346)
    
    Bumps [github.com/hashicorp/go-version](https://github.com/hashicorp/go-version) from 1.6.0 to 1.7.0.
    - [Release notes](https://github.com/hashicorp/go-version/releases)
    - [Changelog](https://github.com/hashicorp/go-version/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/go-version@v1.6.0...v1.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/go-version
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Result of tsccr-helper -log-level=info gha update -latest . (#348)
    
    Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
    
    * [CI] terraform-devex-repos automation
    
    * [CI] terraform-devex-repos automation
    
    * [CI] terraform-devex-repos automation
    
    * [CI] terraform-devex-repos automation
    
    * [CI] terraform-devex-repos automation
    
    * [CI] terraform-devex-repos automation
    
    * build(deps): Bump golang.org/x/crypto from 0.23.0 to 0.24.0 (#350)
    
    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.23.0 to 0.24.0.
    - [Commits](golang/crypto@v0.23.0...v0.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * [CI] terraform-devex-repos automation
    
    * [CI] terraform-devex-repos automation
    
    * [CI] terraform-devex-repos automation
    
    * [CI] Update lock workflow file
    
    * build(deps): Bump github.com/hashicorp/hcl/v2 from 2.20.1 to 2.21.0 (#352)
    
    Bumps [github.com/hashicorp/hcl/v2](https://github.com/hashicorp/hcl) from 2.20.1 to 2.21.0.
    - [Release notes](https://github.com/hashicorp/hcl/releases)
    - [Changelog](https://github.com/hashicorp/hcl/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/hcl@v2.20.1...v2.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/hcl/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * SEC-090: Automated trusted workflow pinning (2024-06-17) (#351)
    
    * Result of tsccr-helper -log-level=info gha update -latest .
    
    * Add version to .goreleaser file
    
    ---------
    
    Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
    Co-authored-by: Austin Valle <[email protected]>
    
    * build(deps): Bump github.com/hashicorp/copywrite in /tools (#355)
    
    Bumps [github.com/hashicorp/copywrite](https://github.com/hashicorp/copywrite) from 0.18.0 to 0.19.0.
    - [Release notes](https://github.com/hashicorp/copywrite/releases)
    - [Changelog](https://github.com/hashicorp/copywrite/blob/main/.goreleaser.yaml)
    - [Commits](hashicorp/copywrite@v0.18.0...v0.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/copywrite
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Result of tsccr-helper -log-level=info gha update -latest . (#354)
    
    Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
    Co-authored-by: Austin Valle <[email protected]>
    
    * knownvalue: Add `Int32Exact` and `Float32Exact` checks (#356)
    
    * Add `float32exact` and `int32exact` types
    
    * Update website documentation
    
    * Add changelog entries
    
    * Update changelog wording
    
    * build(deps): Bump golang.org/x/crypto from 0.24.0 to 0.25.0 (#358)
    
    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.24.0 to 0.25.0.
    - [Commits](golang/crypto@v0.24.0...v0.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Update changelog
    
    * all: Add deferred action testing support (plan checks, version check, and CLI options) (#331)
    
    * sloppy first commit!
    
    * add version checks and tests
    
    * add changelogs
    
    * update terraform-plugin-go
    
    * spelling fix
    
    * update `terraform-json`
    
    * switch to pointer bool value
    
    * Update changelog
    
    * [CI] terraform-devex-repos automation
    
    * [CI] terraform-devex-repos automation
    
    * knownvalue: Add `Int32Exact` and `Float32Exact` checks (#356)
    
    * Add `float32exact` and `int32exact` types
    
    * Update website documentation
    
    * Add changelog entries
    
    * Update changelog wording
    
    * Update changelog
    
    * quick doc fix
    
    * added invalid test case
    
    * adjust compare value collection to work with nested attributes
    
    * add changelogs
    
    * add tfversion skip for protov6
    
    * update example for value comparers
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: hashicorp-tsccr[bot] <129506189+hashicorp-tsccr[bot]@users.noreply.github.com>
    Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
    Co-authored-by: Austin Valle <[email protected]>
    Co-authored-by: hc-github-team-tf-provider-devex <[email protected]>
    Co-authored-by: Service Account - Terraform Provider DevEx <100357958+hc-github-team-tf-provider-devex@users.noreply.github.com>
    Co-authored-by: Selena Goods <[email protected]>
    8 people authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    5d78aa4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfafdd7 View commit details
    Browse the repository at this point in the history
Loading