Skip to content
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

fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.14.0 #475

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 26, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/hashicorp/terraform-plugin-sdk/v2 require minor v2.11.0 -> v2.14.0

Release Notes

hashicorp/terraform-plugin-sdk

v2.14.0

Compare Source

NOTES:

  • This Go module has been updated to Go 1.17 per the Go support policy. Any consumers building on earlier Go versions may experience errors. (#​934)

BUG FIXES:

  • helper/resource: Ensured Terraform CLI logs are written to TF_LOG_PATH_MASK environment variable value when both TF_ACC_LOG_PATH and TF_LOG_PATH_MASK are set (#​938)
  • helper/resource: Ensured @caller in SDK logging entries accurately reflected calling code location (#​939)
  • helper/resource: Prevented regression since 2.13.0 with the removal of environment variables, including TF_VAR_*, when calling Terraform CLI commands (#​937)
  • helper/schema: Ensured @caller in SDK logging entries accurately reflected calling code location (#​939)
  • helper/schema: Prevented missing SDK logging entries and confusing provider.stdio TRACE logging entries (#​936)

v2.13.0

Compare Source

NOTES:

  • helper/resource: False positive checks of list, map, and set attributes with TestCheckNoResourceAttr and TestCheckResourceAttrSet will now return an error to explain how to accurately check those types of attributes. Some previously passing tests will now fail until the check is correctly updated. (#​920)
  • helper/schema: Any returned non-nil error with an Error() method that returns an empty string (""), will now return an error diagnostic with an "Empty Error String" summary instead of a panic. Enabling Terraform logging at the WARN level (e.g. TF_LOG=WARN terraform apply) can help locate the problematic error by searching for the detected empty error string log message. (#​914)

ENHANCEMENTS:

  • helper/resource: Added error when errantly checking list, map, or set attributes in TestCheckNoResourceAttr, TestCheckResourceAttr, and TestCheckResourceAttrSet (#​920)
  • helper/resource: Execute Terraform CLI commands during acceptance testing with CHECKPOINT_DISABLE=1 set, removing extraneous calls to checkpoint.hashicorp.com to check for latest Terraform CLI version (#​913)

BUG FIXES:

  • helper/schema: Allowed Schema with TypeInt to accept string values from DefaultFunc, such as EnvDefaultFunc (#​841) (#​841)
  • helper/schema: Prevented panics during error to diagnostic conversion for a non-nil error with an Error() method that returns an empty string ("") (#​914)
  • helper/validation: Prevented panics with ToDiagFunc() function when used inside Schema type Elem field, such as validating TypeList elements (#​915)

v2.12.0

ENHANCEMENTS:

  • helper/resource: Support JSON in TestStep type Config field (#​722)

BUG FIXES:

  • customdiff: Prevented unexpected non-existent key errors in ComputedIf, ForceNewIf, and ForceNewIfChange since 2.11.0, using a warning log for backwards compatibility instead (#​909)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner April 26, 2022 01:12
@elasticmachine
Copy link
Collaborator

Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually?

1 similar comment
@elasticmachine
Copy link
Collaborator

Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually?

@tobio tobio force-pushed the renovate/github.aaakk.us.kg-hashicorp-terraform-plugin-sdk-v2-2.x branch from d0caa71 to 13b398f Compare April 26, 2022 01:25
@tobio
Copy link
Member

tobio commented Apr 26, 2022

jenkins test this

@renovate renovate bot force-pushed the renovate/github.aaakk.us.kg-hashicorp-terraform-plugin-sdk-v2-2.x branch from 13b398f to 5528f49 Compare April 26, 2022 04:11
@tobio tobio merged commit d05f599 into master Apr 26, 2022
@tobio tobio deleted the renovate/github.aaakk.us.kg-hashicorp-terraform-plugin-sdk-v2-2.x branch April 26, 2022 06:18
tobio pushed a commit that referenced this pull request May 10, 2022
tobio added a commit that referenced this pull request May 10, 2022
* feat: 429 add debug mode (#430)

* feat: 429 add debug mode

* clean up

* Add const comment

* fix: make build gcflags issue

* fix(deps): update module github.com/stretchr/testify to v1.7.1 (#456)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update actions/checkout action to v3 (#451)

Co-authored-by: Renovate Bot <[email protected]>

* Update CHANGELOG.md and NOTICE

* chore(deps): update endbug/add-and-commit action to v9 (#454)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update actions/setup-go action to v3 (#448)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update module github.com/go-openapi/runtime to v0.23.2 (#452)

Co-authored-by: Renovate Bot <[email protected]>

* Update CHANGELOG.md and NOTICE

* chore(deps): update actions/cache action to v3 (#458)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update peterjgrainger/action-create-branch action to v2.2.0 (#461)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update hashicorp/setup-terraform action to v2 (#470)

Co-authored-by: Renovate Bot <[email protected]>

* Update CHANGELOG.md and NOTICE

* Include a note in the import docs mentioning that the credentials will not be available. (#464)

* fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.11.0 (#453)

* fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.11.0

* Move debug mode to ServeOpts

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Toby Brain <[email protected]>

* Update CHANGELOG.md and NOTICE

* Update CHANGELOG.md and NOTICE

* Update CHANGELOG.md and NOTICE

* Allow zero sized topology elements when autoscaling is enabled (#472)

* Allow zero sized topology elements when autoscaling is enabled

* Fix acceptance test

* fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.14.0 (#475)

Co-authored-by: Renovate Bot <[email protected]>

* Provide a default for the autoscaling min/max resource (#477)

* Provide a default for the autoscaling min/max resource

This fixes an issue when specifying an autoscaling min/max when there is no corresponding min/max defined in the deployment template

* PR feedback

* fix(deps): update module github.com/elastic/cloud-sdk-go to v1.9.0 (#480)

Co-authored-by: Renovate Bot <[email protected]>

* Update CHANGELOG.md and NOTICE

* Update CHANGELOG.md and NOTICE

* Update CHANGELOG.md and NOTICE

* fix(deps): update module github.com/go-openapi/runtime to v0.24.0 (#457)

Co-authored-by: Renovate Bot <[email protected]>

* Update CHANGELOG.md and NOTICE

* Update CHANGELOG.md and NOTICE

* Update CHANGELOG.md and NOTICE

* Update CHANGELOG.md and NOTICE

* fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.15.0 (#481)

Co-authored-by: Renovate Bot <[email protected]>

* Update CHANGELOG.md and NOTICE

* Fixes arguments for add-and-commit (#479)

* Fixes arguments for add-and-commit 

These were changed in v8. https://github.com/EndBug/add-and-commit/blob/main/CHANGELOG.md#800---2022-01-20

* Change branch property on the minor bump.

* Fetch full repo history when checking out.

make minor inspects the current git tags before bumping. Without fetching those tags, the task fails.

* Add changelog

* Download the Terraform CLI for acceptance tests

This should be temporary, the automated download is currently failing due to an unexpected content-type on the response

Co-authored-by: luigibk <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: elasticcloudclients <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants