Skip to content

chore(deps): bump the go group with 6 updates#631

Closed
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/go_modules/go-f9dc9b6d10
Closed

chore(deps): bump the go group with 6 updates#631
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/go_modules/go-f9dc9b6d10

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps the go group with 6 updates:

Package From To
github.com/hashicorp/terraform-plugin-framework 1.17.0 1.18.0
github.com/hashicorp/terraform-plugin-go 0.29.0 0.30.0
github.com/hashicorp/terraform-plugin-mux 0.21.0 0.22.0
github.com/hashicorp/terraform-plugin-sdk/v2 2.38.1 2.39.0
golang.org/x/oauth2 0.34.0 0.35.0
golang.org/x/text 0.32.0 0.34.0

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

Release notes

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

v1.18.0

NOTES:

  • State store support is considered experimental and offered without compatibility promises until support for state_store in Terraform core is generally available. (#1259)

FEATURES:

  • framework: Add support for deprecation messages on attributes and blocks in the configuration schema (#1276)
  • statestore: New package for implementing state stores (#1259)
  • statestore/schema: New package for implementing state store schemas (#1259)

ENHANCEMENTS:

  • types/basetypes: Added Length() method for the ListValue type. (#1067)
  • types/basetypes: Added Length() method for the MapValue type. (#1067)
  • types/basetypes: Added Length() method for the SetValue type. (#1067)
  • types/basetypes: Added Length() method for the TupleValue type. (#1067)
  • provider: Added ProviderWithStateStores interface for implementing state stores (#1259)
  • provider: Added StateStoreData to ConfigureResponse, to pass provider-defined data to (statestore.StateStore).Initialize methods (#1262)
Changelog

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

1.18.0 (February 27, 2026)

NOTES:

  • State store support is considered experimental and offered without compatibility promises until support for state_store in Terraform core is generally available. (#1259)

FEATURES:

  • framework: Add support for deprecation messages on attributes and blocks in the configuration schema (#1276)
  • statestore: New package for implementing state stores (#1259)
  • statestore/schema: New package for implementing state store schemas (#1259)

ENHANCEMENTS:

  • types/basetypes: Added Length() method for the ListValue type. (#1067)
  • types/basetypes: Added Length() method for the MapValue type. (#1067)
  • types/basetypes: Added Length() method for the SetValue type. (#1067)
  • types/basetypes: Added Length() method for the TupleValue type. (#1067)
  • provider: Added ProviderWithStateStores interface for implementing state stores (#1259)
  • provider: Added StateStoreData to ConfigureResponse, to pass provider-defined data to (statestore.StateStore).Initialize methods (#1262)
Commits
  • c271e91 Update changelog
  • ed8d66c feat: add deprecation messages for attributes and blocks in configschema (#1276)
  • 60c74cf build(deps): Bump github.com/hashicorp/terraform-plugin-go (#1280)
  • 7b6eb10 Add Validate for StateStore (#1272)
  • 9bd8a09 statestore: Add experimental notes + changelog (#1277)
  • aa52d37 build(deps): Bump github.com/hashicorp/copywrite in /tools (#1275)
  • 5024442 statestore: Implement workspace RPCs (GetStates, DeleteState) (#1273)
  • 43e0360 statestore: Implement Write for state stores (#1270)
  • e642d51 statestore: Implement Lock and Unlock for state stores (#1266)
  • c999217 Update Copywrite years to 2026 (#1268)
  • Additional commits viewable in compare view

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

Release notes

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

v0.30.0

NOTES:

  • tfprotov6: An upcoming release will require the StateStoreServer implementation as part of ProviderServer. (#594)
  • The state store protocol definitions are considered experimental and may change up until general availability in Terraform core. (#563)

FEATURES:

  • tfprotov6: Upgraded protocol v6 and added types to support the new state store type. (#563)
  • tfprotov5/tfprotov6: Added DeprecationMessage field to SchemaAttribute and SchemaNestedAttribute (#600)
Changelog

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

0.30.0 (February 24, 2026)

NOTES:

  • tfprotov6: An upcoming release will require the StateStoreServer implementation as part of ProviderServer. (#594)
  • The state store protocol definitions are considered experimental and may change up until general availability in Terraform core. (#563)

FEATURES:

  • tfprotov6: Upgraded protocol v6 and added types to support the new state store type. (#563)
  • tfprotov5/tfprotov6: Added DeprecationMessage field to SchemaAttribute and SchemaNestedAttribute (#600)
Commits
  • 7a04181 Update changelog
  • e000918 statestore: Add experimental notes + changelog (#604)
  • e392eb6 add deprecation_message to grpc proto and schema structs (#600)
  • 6f6f68a build(deps): Bump google.golang.org/grpc from 1.78.0 to 1.79.1 (#603)
  • cd3252f build(deps): Bump github.com/hashicorp/copywrite in /tools (#602)
  • 83ff282 build(deps): Bump google.golang.org/grpc/cmd/protoc-gen-go-grpc from 1.5.1 to...
  • caa1250 build(deps): Bump github.com/hashicorp/copywrite from 0.24.0 to 0.24.2 in /to...
  • 14fe65e build(deps): Bump github.com/hashicorp/copywrite in /tools (#597)
  • 5ee985d build(deps): Bump actions/checkout in the github-actions group (#595)
  • b0a6aca tfprotov6: Add package docs for state store types, refactoring, add unit test...
  • Additional commits viewable in compare view

Updates github.com/hashicorp/terraform-plugin-mux from 0.21.0 to 0.22.0

Release notes

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

v0.22.0

FEATURES:

  • tf6muxserver: Upgraded mux server implementation to support state store types. (#345)
  • Added support for attribute and block level deprecation messages via the DeprecationMessage field in protocol version conversion between tfprotov5 and tfprotov6 (#346)
Changelog

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

0.22.0 (February 27, 2026)

FEATURES:

  • tf6muxserver: Upgraded mux server implementation to support state store types. (#345)
  • Added support for attribute and block level deprecation messages via the DeprecationMessage field in protocol version conversion between tfprotov5 and tfprotov6 (#346)
Commits
  • 181325c Update changelog
  • 9bbea46 add support for attribute level deprecation messages (#346)
  • 72c576a build(deps): bump github.com/hashicorp/terraform-plugin-go (#349)
  • 83949b0 statestore: Add state store RPC support for muxing (v6 only) (#345)
  • 05a5b33 build(deps): bump github.com/hashicorp/copywrite in /tools (#347)
  • d3a0ed4 build(deps): bump github.com/hashicorp/copywrite from 0.24.0 to 0.24.2 in /to...
  • 89455a1 build(deps): bump github.com/hashicorp/copywrite in /tools (#343)
  • dab18cf build(deps): bump actions/checkout in the github-actions group (#341)
  • 96503b8 build(deps): bump actions/setup-go in the github-actions group (#340)
  • bf5fde2 [COMPLIANCE] Update Copyright and License Headers (Batch 1 of 1) (#337)
  • Additional commits viewable in compare view

Updates github.com/hashicorp/terraform-plugin-sdk/v2 from 2.38.1 to 2.39.0

Release notes

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

v2.39.0

ENHANCEMENTS:

  • helper/schema: Added support for deprecation messages on attributes and blocks, which are now populated from the Schema's Deprecated field and passed through to the protocol layer (#1553)

v2.38.2

BUG FIXES:

  • all: Prevent "Missing Resource Identity" error if the resource returned any errors during apply. (#1541)
Changelog

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

2.39.0 (February 27, 2026)

ENHANCEMENTS:

  • helper/schema: Added support for deprecation messages on attributes and blocks, which are now populated from the Schema's Deprecated field and passed through to the protocol layer (#1553)

2.38.2 (February 02, 2026)

BUG FIXES:

  • all: Prevent "Missing Resource Identity" error if the resource returned any errors during apply. (#1541)
Commits
  • f661d42 Update changelog
  • 19ef5a4 Update meta package SDKVersion
  • 9a14d44 feat: add deprecation messages for attributes and blocks in configschema (#1553)
  • ebc3afe build(deps): bump github.com/hashicorp/terraform-plugin-go (#1558)
  • da4aa1f build(deps): bump github.com/hashicorp/terraform-exec (#1554)
  • ddfdf8f build(deps): bump github.com/hashicorp/copywrite in /tools (#1552)
  • b9a3a01 build(deps): bump golang.org/x/crypto from 0.47.0 to 0.48.0 (#1551)
  • 7a74af2 build(deps): bump github.com/hashicorp/copywrite from 0.24.0 to 0.24.2 in /to...
  • e04f990 Update changelog
  • c68987b Update meta package SDKVersion
  • Additional commits viewable in compare view

Updates golang.org/x/oauth2 from 0.34.0 to 0.35.0

Commits

Updates golang.org/x/text from 0.32.0 to 0.34.0

Commits
  • 817fba9 go.mod: update golang.org/x dependencies
  • 3264de9 all: clean up old Go hacks
  • 74af298 all: fix tags in remaining Unicode tables
  • 117e03b all: delete old Unicode tables
  • 9463ea4 all: update to Unicode 17
  • 7278b25 internal/export/idna: update for post-Unicode 10 idna changes
  • f964ad8 internal/export/idna: delete old code
  • 678d34e unicode/norm: preserve QC Maybe bit in packed forminfo
  • 536231a go.mod: update golang.org/x dependencies
  • 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

Bumps the go group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) | `1.17.0` | `1.18.0` |
| [github.com/hashicorp/terraform-plugin-go](https://github.com/hashicorp/terraform-plugin-go) | `0.29.0` | `0.30.0` |
| [github.com/hashicorp/terraform-plugin-mux](https://github.com/hashicorp/terraform-plugin-mux) | `0.21.0` | `0.22.0` |
| [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) | `2.38.1` | `2.39.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.34.0` | `0.35.0` |
| [golang.org/x/text](https://github.com/golang/text) | `0.32.0` | `0.34.0` |


Updates `github.com/hashicorp/terraform-plugin-framework` from 1.17.0 to 1.18.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.17.0...v1.18.0)

Updates `github.com/hashicorp/terraform-plugin-go` from 0.29.0 to 0.30.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.29.0...v0.30.0)

Updates `github.com/hashicorp/terraform-plugin-mux` from 0.21.0 to 0.22.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.21.0...v0.22.0)

Updates `github.com/hashicorp/terraform-plugin-sdk/v2` from 2.38.1 to 2.39.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.38.1...v2.39.0)

Updates `golang.org/x/oauth2` from 0.34.0 to 0.35.0
- [Commits](golang/oauth2@v0.34.0...v0.35.0)

Updates `golang.org/x/text` from 0.32.0 to 0.34.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.32.0...v0.34.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-framework
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/hashicorp/terraform-plugin-go
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/hashicorp/terraform-plugin-mux
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2
  dependency-version: 2.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: golang.org/x/text
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

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 Mar 1, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 1, 2026 20:03
@dependabot dependabot bot requested a review from demeyerthom March 1, 2026 20:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 1, 2026
@demeyerthom
Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 24, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 24, 2026
@dependabot dependabot bot deleted the dependabot/go_modules/go-f9dc9b6d10 branch March 24, 2026 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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