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

build(deps): bump the terraform-devex group with 4 updates #729

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 15, 2023

Bumps the terraform-devex group with 4 updates: github.com/hashicorp/terraform-plugin-framework, github.com/hashicorp/terraform-plugin-mux, github.com/hashicorp/terraform-plugin-sdk/v2 and github.com/hashicorp/terraform-plugin-testing.

Updates github.com/hashicorp/terraform-plugin-framework from 1.4.0 to 1.4.2

Release notes

Sourced from github.com/hashicorp/terraform-plugin-framework's releases.

v1.4.2

BUG FIXES:

  • resource: Add Private field to DeleteResource type, which was missing to allow provider logic to update private state on errors (#863)
  • resource: Prevented private state data loss if resource destruction returned an error (#863)

v1.4.1

BUG FIXES:

  • providerserver: Prevented Data Source Type Not Found and Resource Type Not Found errors with Terraform 1.6 and later (#853)
Changelog

Sourced from github.com/hashicorp/terraform-plugin-framework's changelog.

1.4.2 (October 24, 2023)

BUG FIXES:

  • resource: Add Private field to DeleteResource type, which was missing to allow provider logic to update private state on errors (#863)
  • resource: Prevented private state data loss if resource destruction returned an error (#863)

1.4.1 (October 09, 2023)

BUG FIXES:

  • providerserver: Prevented Data Source Type Not Found and Resource Type Not Found errors with Terraform 1.6 and later (#853)
Commits
  • 3b275fb Update changelog
  • a6c07c2 resource: Prevent private state data loss on Delete method error (#864)
  • cd4d1ec Update plan-modification.mdx to properly label destroy check (#862)
  • 8971ffa build(deps-dev): Bump @​babel/traverse from 7.20.13 to 7.23.2 in /website (#860)
  • 9a52dfa build(deps): Bump golang.org/x/net from 0.10.0 to 0.17.0 in /tools (#857)
  • d7a34e4 build(deps): Bump golang.org/x/net from 0.13.0 to 0.17.0 (#858)
  • 0fbaf4b build(deps): Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 (#856)
  • 0caa25b build(deps): Bump postcss and next in /website (#854)
  • dc62082 Update changelog
  • f5a990a internal/fwserver - Fix DataSource/Resource Type Not Found errors when `Get...
  • Additional commits viewable in compare view

Updates github.com/hashicorp/terraform-plugin-mux from 0.12.0 to 0.13.0

Release notes

Sourced from github.com/hashicorp/terraform-plugin-mux's releases.

v0.13.0

NOTES:

FEATURES:

  • all: Upgrade protocol versions to support provider-defined functions (#209)
Changelog

Sourced from github.com/hashicorp/terraform-plugin-mux's changelog.

0.13.0 (December 14, 2023)

NOTES:

FEATURES:

  • all: Upgrade protocol versions to support provider-defined functions (#209)
Commits
  • f240905 Update changelog
  • 3d1b409 all: Initial provider defined functions implementation (#209)
  • 58143df build(deps): bump github.com/hashicorp/terraform-plugin-go (#211)
  • ee832e9 Result of tsccr-helper -log-level=info -pin-all-workflows . (#208)
  • 71c35e8 .github: Update workflows to use actions variables (#207)
  • 204b41e build(deps): bump github.com/hashicorp/copywrite in /tools (#206)
  • 11d452a .github: Add CI for changie (#204)
  • 50b5ca2 build(deps): bump github.com/hashicorp/terraform-plugin-go from 0.19.0 to 0.1...
  • 63b19ca build(deps): bump github.com/hashicorp/copywrite in /tools (#202)
  • d912aa2 Result of tsccr-helper -log-level=info -pin-all-workflows . (#201)
  • Additional commits viewable in compare view

Updates github.com/hashicorp/terraform-plugin-sdk/v2 from 2.29.0 to 2.31.0

Release notes

Sourced from github.com/hashicorp/terraform-plugin-sdk/v2's releases.

v2.31.0

NOTES:

  • helper/schema: While this Go module will not receive support for provider-defined functions, the provider server is updated to handle the new operations, which will be required to prevent errors when updating terraform-plugin-framework or terraform-plugin-mux in the future. (#1288)

v2.30.0

NOTES:

  • meta: The SDKVersion variable, SDKPrerelease variable, and SDKVersionString() function have been deprecated. Use the Go standard library runtime/debug package build information instead. (#1257)

BUG FIXES:

  • meta: Fixed version in SDKVersion variable and SDKVersionString() function (#1257)
  • helper/schema: Ensured (ResourceData).GetRawConfig() data is populated for Provider.ConfigureFunc and Provider.ConfigureContextFunc (#1270)
  • helper/schema: Ensured (ResourceData).GetOkExists() second result is true when configuration contains zero-value data in Provider.ConfigureFunc and Provider.ConfigureContextFunc (#1270)
Changelog

Sourced from github.com/hashicorp/terraform-plugin-sdk/v2's changelog.

2.31.0 (December 14, 2023)

NOTES:

  • helper/schema: While this Go module will not receive support for provider-defined functions, the provider server is updated to handle the new operations, which will be required to prevent errors when updating terraform-plugin-framework or terraform-plugin-mux in the future. (#1288)

2.30.0 (November 09, 2023)

NOTES:

  • meta: The SDKVersion variable, SDKPrerelease variable, and SDKVersionString() function have been deprecated. Use the Go standard library runtime/debug package build information instead. (#1257)

BUG FIXES:

  • meta: Fixed version in SDKVersion variable and SDKVersionString() function (#1257)
  • helper/schema: Ensured (ResourceData).GetRawConfig() data is populated for Provider.ConfigureFunc and Provider.ConfigureContextFunc (#1270)
  • helper/schema: Ensured (ResourceData).GetOkExists() second result is true when configuration contains zero-value data in Provider.ConfigureFunc and Provider.ConfigureContextFunc (#1270)
Commits
  • f64b778 Update changelog
  • 25d7668 Update meta package SDKVersion
  • dbf10e6 all: Initial provider defined functions implementation (#1288)
  • e58f4d9 build(deps): Bump github.com/hashicorp/terraform-plugin-go (#1289)
  • b48765e build(deps): Bump github.com/hashicorp/hc-install from 0.6.1 to 0.6.2 (#1287)
  • 3fdb471 Result of tsccr-helper -log-level=info -pin-all-workflows . (#1286)
  • 8a3c1f6 .github: Update workflows to use actions variables (#1285)
  • 0f4c7f0 build(deps): Bump github.com/hashicorp/copywrite in /tools (#1284)
  • d6fdfb3 build(deps): Bump golang.org/x/crypto from 0.15.0 to 0.16.0 (#1283)
  • 38ebbc0 SEC-090: Automated trusted workflow pinning (2023-11-27) (#1282)
  • Additional commits viewable in compare view

Updates github.com/hashicorp/terraform-plugin-testing from 1.5.1 to 1.6.0

Release notes

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

v1.6.0

NOTES:

  • all: This Go module has been updated to Go 1.20 per the Go support policy. It is recommended to review the Go 1.20 release notes before upgrading. Any consumers building on earlier Go versions may experience errors. (#180)
  • helper/resource: Configuration based TestStep now include post-apply plan checks for output changes in addition to resource changes. If this causes unexpected new test failures, most output configuration blocks can be likely be removed. Test steps involving resources and data sources should never need to use output configuration blocks as plan and state checks support working on resource and data source attributes values directly. (#234)

FEATURES:

  • plancheck: Added ExpectUnknownOutputValue built-in plan check, which asserts that a given output value at a specified address is unknown (#220)
  • plancheck: Added ExpectUnknownOutputValueAtPath built-in plan check, which asserts that a given output value at a specified address, and path is unknown (#220)
  • plancheck: Added ExpectNullOutputValue built-in plan check, which asserts that a given output value at a specified address is null (#220)
  • plancheck: Added ExpectNullOutputValueAtPath built-in plan check, which asserts that a given output value at a specified address, and path is null (#220)

ENHANCEMENTS:

  • helper/resource: Removed separate refresh commands, which increases testing performance (#223)
  • helper/resource: Automatically add required_providers configuration to TestStep.Config Terraform language configuration when using Terraform >= 1.0.* (#216)

BUG FIXES:

  • plancheck: Ensured ExpectEmptyPlan and ExpectNonEmptyPlan account for output changes (#222)
  • helper/resource: Ensured TestStep.ExpectNonEmptyPlan accounts for output changes with Terraform 0.14 and later (#234)
Changelog

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

1.6.0 (December 04, 2023)

NOTES:

  • all: This Go module has been updated to Go 1.20 per the Go support policy. It is recommended to review the Go 1.20 release notes before upgrading. Any consumers building on earlier Go versions may experience errors. (#180)
  • helper/resource: Configuration based TestStep now include post-apply plan checks for output changes in addition to resource changes. If this causes unexpected new test failures, most output configuration blocks can be likely be removed. Test steps involving resources and data sources should never need to use output configuration blocks as plan and state checks support working on resource and data source attributes values directly. (#234)

FEATURES:

  • plancheck: Added ExpectUnknownOutputValue built-in plan check, which asserts that a given output value at a specified address is unknown (#220)
  • plancheck: Added ExpectUnknownOutputValueAtPath built-in plan check, which asserts that a given output value at a specified address, and path is unknown (#220)
  • plancheck: Added ExpectNullOutputValue built-in plan check, which asserts that a given output value at a specified address is null (#220)
  • plancheck: Added ExpectNullOutputValueAtPath built-in plan check, which asserts that a given output value at a specified address, and path is null (#220)

ENHANCEMENTS:

  • helper/resource: Removed separate refresh commands, which increases testing performance (#223)
  • helper/resource: Automatically add required_providers configuration to TestStep.Config Terraform language configuration when using Terraform >= 1.0.* (#216)

BUG FIXES:

  • plancheck: Ensured ExpectEmptyPlan and ExpectNonEmptyPlan account for output changes (#222)
  • helper/resource: Ensured TestStep.ExpectNonEmptyPlan accounts for output changes with Terraform 0.14 and later (#234)
Commits
  • 28d55ac Update changelog
  • e048dc6 Result of tsccr-helper -log-level=info -pin-all-workflows . (#235)
  • 38ccdbd helper/resource: Ensure TestStep.ExpectNonEmptyPlan accounts for output chang...
  • 75af38e plancheck: Ensure ExpectEmptyPlan and ExpectNonEmptyPlan account for outp...
  • 222d08e Add terraform block to config when not already present (#216)
  • 880e76a tfversion: Add variables for version 1.6.0 and 1.7.0 (#229)
  • 96e9a4c .github: Update workflows to use actions variables (#231)
  • f256ef9 helper/resource: Refresh during plan rather than separately and remove state ...
  • 18183b7 build(deps): Bump golang.org/x/crypto from 0.15.0 to 0.16.0 (#227)
  • 03e2e47 build(deps): Bump github.com/hashicorp/copywrite in /tools (#230)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the terraform-devex group with 4 updates: [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework), [github.com/hashicorp/terraform-plugin-mux](https://github.com/hashicorp/terraform-plugin-mux), [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) and [github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing).


Updates `github.com/hashicorp/terraform-plugin-framework` from 1.4.0 to 1.4.2
- [Release notes](https://github.com/hashicorp/terraform-plugin-framework/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-framework/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-plugin-framework@v1.4.0...v1.4.2)

Updates `github.com/hashicorp/terraform-plugin-mux` from 0.12.0 to 0.13.0
- [Release notes](https://github.com/hashicorp/terraform-plugin-mux/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-mux/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-plugin-mux@v0.12.0...v0.13.0)

Updates `github.com/hashicorp/terraform-plugin-sdk/v2` from 2.29.0 to 2.31.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.29.0...v2.31.0)

Updates `github.com/hashicorp/terraform-plugin-testing` from 1.5.1 to 1.6.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.5.1...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-framework
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: terraform-devex
- dependency-name: github.com/hashicorp/terraform-plugin-mux
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: terraform-devex
- dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: terraform-devex
- dependency-name: github.com/hashicorp/terraform-plugin-testing
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: terraform-devex
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 15, 2023
Copy link

Community Note

Voting for Prioritization

  • Please vote on this pull request by adding a 👍 reaction to the original post to help the community and maintainers prioritize this pull request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

For Submitters

  • Review the contribution guide relating to the type of change you are making to ensure all of the necessary steps have been taken.
  • For new resources and data sources, use skaff to generate scaffolding with comments detailing common expectations.
  • Whether or not the branch has been rebased will not impact prioritization, but doing so is always a welcome surprise.

@github-actions github-actions bot added size/m and removed dependencies Pull requests that update a dependency file labels Dec 15, 2023
Copy link
Author

dependabot bot commented on behalf of github Mar 19, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

@dependabot dependabot bot deleted the dependabot/go_modules/terraform-devex-3f97b8a5d7 branch March 19, 2024 19:57
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
go Pull requests that update Go code size/m
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant