Skip to content

build(deps): bump the terraform-plugin group with 2 updates#333

Merged
austinvalle merged 1 commit intomainfrom
dependabot/go_modules/terraform-plugin-04d02b97a6
Mar 13, 2026
Merged

build(deps): bump the terraform-plugin group with 2 updates#333
austinvalle merged 1 commit intomainfrom
dependabot/go_modules/terraform-plugin-04d02b97a6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 11, 2026

Bumps the terraform-plugin group with 2 updates: github.com/hashicorp/terraform-plugin-framework and github.com/hashicorp/terraform-plugin-go.

Updates github.com/hashicorp/terraform-plugin-framework from 1.18.0 to 1.19.0

Release notes

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

v1.19.0

NOTES:

  • This release moves the resource configuration generation logic for the -generate-config-out flag from Terraform Core to the Framework for Terraform v1.14.0 and above. There should be no functionality changes for resource configuration generation in this release. (#1281)
  • This Go module has been updated to Go 1.25 per the Go support policy. Any consumers building on earlier Go versions may experience errors. (#1287)
Changelog

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

1.19.0 (March 10, 2026)

NOTES:

  • This release moves the resource configuration generation logic for the -generate-config-out flag from Terraform Core to the Framework for Terraform v1.14.0 and above. There should be no functionality changes for resource configuration generation in this release. (#1281)
  • This Go module has been updated to Go 1.25 per the Go support policy. Any consumers building on earlier Go versions may experience errors. (#1287)
Commits
  • c7ac25e Update changelog
  • 2ee75aa Implement GenerateResourceConfig RPC and existing Terraform default logic ...
  • 6f149ef [Chore] Upgrade Go version to 1.25 (#1287)
  • e69c6b3 build(deps): Bump github.com/hashicorp/copywrite in /tools (#1285)
  • c957640 build(deps): Bump github.com/cloudflare/circl in /tools (#1283)
  • See full diff in compare view

Updates github.com/hashicorp/terraform-plugin-go from 0.30.0 to 0.31.0

Release notes

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

v0.31.0

BREAKING CHANGES:

  • tfprotov5+tfprotov6: The GenerateResourceConfig RPC call is now required in ResourceServer. (#607)

NOTES:

  • This Go module has been updated to Go 1.25 per the Go support policy. Any consumers building on earlier Go versions may experience errors. (#612)
  • all: To prevent compilation errors, ensure your Go module is updated to at least terraform-plugin-framework@v1.19.0, terraform-plugin-mux@v0.23.0, terraform-plugin-sdk/v2@v2.40.0, and terraform-plugin-testing@v1.15.0 before upgrading this dependency. (#607)
Changelog

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

0.31.0 (March 10, 2026)

BREAKING CHANGES:

  • tfprotov5+tfprotov6: The GenerateResourceConfig RPC call is now required in ResourceServer. (#607)

NOTES:

  • This Go module has been updated to Go 1.25 per the Go support policy. Any consumers building on earlier Go versions may experience errors. (#612)
  • all: To prevent compilation errors, ensure your Go module is updated to at least terraform-plugin-framework@v1.19.0, terraform-plugin-mux@v0.23.0, terraform-plugin-sdk/v2@v2.40.0, and terraform-plugin-testing@v1.15.0 before upgrading this dependency. (#607)
Commits
  • 09a1181 Update changelog
  • b931e74 Add changelog for v0.31.0 release (#614)
  • a6437c6 build(deps): Bump the github-actions group across 1 directory with 4 updates ...
  • 623c376 build(deps): Bump google.golang.org/grpc from 1.79.1 to 1.79.2 (#613)
  • 578d45a [Chore] Upgrade Go version to 1.25 (#612)
  • f856c03 build(deps): Bump github.com/hashicorp/copywrite in /tools (#611)
  • 6ee7909 Implement GenerateResourceConfig RPC in tfprotov6 (#607)
  • 40439b0 build(deps): Bump github.com/cloudflare/circl in /tools (#608)
  • 2d27555 build(deps): Bump go.opentelemetry.io/otel/sdk in /tools (#609)
  • e48445a Add GenerateResourceConfig RPC to Protocol v5 (#578)
  • See full diff 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 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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 11, 2026
@dependabot dependabot Bot requested a review from a team as a code owner March 11, 2026 00:42
@dependabot dependabot Bot added the go Pull requests that update Go code label Mar 11, 2026
Bumps the terraform-plugin group with 2 updates: [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) and [github.com/hashicorp/terraform-plugin-go](https://github.com/hashicorp/terraform-plugin-go).


Updates `github.com/hashicorp/terraform-plugin-framework` from 1.18.0 to 1.19.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.18.0...v1.19.0)

Updates `github.com/hashicorp/terraform-plugin-go` from 0.30.0 to 0.31.0
- [Release notes](https://github.com/hashicorp/terraform-plugin-go/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-go/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-plugin-go@v0.30.0...v0.31.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-framework
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: terraform-plugin
- dependency-name: github.com/hashicorp/terraform-plugin-go
  dependency-version: 0.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: terraform-plugin
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/terraform-plugin-04d02b97a6 branch from 99817b0 to c5f2c52 Compare March 13, 2026 14:16
@austinvalle austinvalle merged commit 6a30fe7 into main Mar 13, 2026
5 checks passed
@austinvalle austinvalle deleted the dependabot/go_modules/terraform-plugin-04d02b97a6 branch March 13, 2026 18:39
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Apr 13, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant