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

Bump the terraform-devex group with 3 updates #1126

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 12, 2024

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

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

Release notes

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

v1.5.0

NOTES:

  • all: Update google.golang.org/grpc dependency to address CVE-2023-44487 (#865)
  • Provider-defined function support is in technical preview and offered without compatibility promises until Terraform 1.8 is generally available. (#889)

FEATURES:

  • function: New package for implementing provider defined functions (#889)

ENHANCEMENTS:

  • types/basetypes: Added TupleType and TupleValue implementations, which are only necessary for dynamic value handling (#870)
  • diag: Added NewArgumentErrorDiagnostic() and NewArgumentWarningDiagnostic() functions, which create diagnostics with the function argument position set (#889)
  • provider: Added ProviderWithFunctions interface for implementing provider defined functions (#889)
  • diag: Added (Diagnostics).AddArgumentError() and (Diagnostics).AddArgumentWarning() methods for appending function argument diagnostics (#889)
Changelog

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

1.5.0 (January 11, 2024)

NOTES:

  • all: Update google.golang.org/grpc dependency to address CVE-2023-44487 (#865)
  • Provider-defined function support is in technical preview and offered without compatibility promises until Terraform 1.8 is generally available. (#889)

FEATURES:

  • function: New package for implementing provider defined functions (#889)

ENHANCEMENTS:

  • types/basetypes: Added TupleType and TupleValue implementations, which are only necessary for dynamic value handling (#870)
  • diag: Added NewArgumentErrorDiagnostic() and NewArgumentWarningDiagnostic() functions, which create diagnostics with the function argument position set (#889)
  • provider: Added ProviderWithFunctions interface for implementing provider defined functions (#889)
  • diag: Added (Diagnostics).AddArgumentError() and (Diagnostics).AddArgumentWarning() methods for appending function argument diagnostics (#889)
Commits
  • ea3e74d Update changelog
  • 79accac website: Document managed resource Read and UpgradeState unknown value errors...
  • 18af0e8 build(deps): Bump github.com/cloudflare/circl in /tools (#901)
  • 2a97b81 website: Use ConfigPlanChecks instead of PlanOnly in migration testing (#899)
  • 791e37b function: Initial provider defined functions implementation (#889)
  • ce8a02d build(deps): Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /tools (#895)
  • 5e257a3 Result of tsccr-helper -log-level=info gha update -latest . (#892)
  • 9cb3659 build(deps): Bump github.com/hashicorp/terraform-plugin-go (#891)
  • 6c28dc6 Fixed documentation resource model code (#890)
  • 0545d40 Result of tsccr-helper -log-level=info -pin-all-workflows . (#886)
  • 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.30.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)
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)
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

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 3 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) and [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk).


Updates `github.com/hashicorp/terraform-plugin-framework` from 1.4.2 to 1.5.0
- [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.2...v1.5.0)

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.30.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.30.0...v2.31.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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
...

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 Jan 12, 2024
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/S and removed dependencies Pull requests that update a dependency file labels Jan 12, 2024
Copy link
Author

dependabot bot commented on behalf of github Jan 30, 2024

Superseded by #1149.

@dependabot dependabot bot closed this Jan 30, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/terraform-devex-f75ffaa92b branch January 30, 2024 13:22
Copy link

github-actions bot commented Mar 1, 2024

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 Mar 1, 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/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants