Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): bump github.com/hashicorp/terraform-plugin-go from 0.26.0 to 0.27.0#223

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubMay 19, 2025

Bumpsgithub.com/hashicorp/terraform-plugin-go from 0.26.0 to 0.27.0.

Release notes

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

v0.27.0

NOTES:

  • tfprotov5+tfprotov6: An upcoming release will require theGetResourceIdentitySchemas andUpgradeResourceIdentity implementations as part ofProviderServer. (#476)
  • all: This Go module has been updated to Go 1.23 per theGo support policy. It is recommended to review theGo 1.23 release notes before upgrading. Any consumers building on earlier Go versions may experience errors. (#491)

FEATURES:

  • tfprotov5+tfprotov6: Upgraded protocols and added types to support the new resource identity feature (#476)
  • Add WithManagedDebugEnvFilePath() option that allows writing TF_REATTACH_PROVIDERS to an environment file (#484)

v0.27.0-alpha.1

NOTES:

  • This alpha pre-release contains the protocol definitions for managed resource identity, which can used with Terraform v1.12.0-alpha20250312, to store and read identity data during plan and apply workflows. (#476)
  • all: This Go module has been updated to Go 1.23 per theGo support policy. It is recommended to review theGo 1.23 release notes before upgrading. Any consumers building on earlier Go versions may experience errors. (#491)
Changelog

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

0.27.0 (May 16, 2025)

NOTES:

  • tfprotov5+tfprotov6: An upcoming release will require theGetResourceIdentitySchemas andUpgradeResourceIdentity implementations as part ofProviderServer. (#476)
  • all: This Go module has been updated to Go 1.23 per theGo support policy. It is recommended to review theGo 1.23 release notes before upgrading. Any consumers building on earlier Go versions may experience errors. (#491)

FEATURES:

  • tfprotov5+tfprotov6: Upgraded protocols and added types to support the new resource identity feature (#476)
  • Add WithManagedDebugEnvFilePath() option that allows writing TF_REATTACH_PROVIDERS to an environment file (#484)

0.27.0-alpha.1 (March 18, 2025)

NOTES:

  • This alpha pre-release contains the protocol definitions for managed resource identity, which can used with Terraform v1.12.0-alpha20250312, to store and read identity data during plan and apply workflows. (#476)
  • all: This Go module has been updated to Go 1.23 per theGo support policy. It is recommended to review theGo 1.23 release notes before upgrading. Any consumers building on earlier Go versions may experience errors. (#491)
Commits
  • 2030c6c Update changelog
  • 2f2273a build(deps): Bump google.golang.org/grpc from 1.72.0 to 1.72.1 (#509)
  • 6eb70a1 build(deps): Bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 (#507)
  • 8327e4d build(deps): Bump actions/setup-go from 5.4.0 to 5.5.0 (#508)
  • d87b67a github: Use Dependabot to keep Actions updated (#506)
  • 06b9064 Add catalog metadata (META.d) (#505)
  • 74cf1ce move changelogs (#504)
  • 7df6e42 build(deps): Bump google.golang.org/grpc from 1.71.1 to 1.72.0 (#503)
  • af2d5d6 build(deps): Bump golang.org/x/net from 0.37.0 to 0.38.0 in /tools (#502)
  • ee6e52b build(deps): Bump github.com/hashicorp/terraform-registry-address (#501)
  • Additional commits viewable incompare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/hashicorp/terraform-plugin-go](https://github.com/hashicorp/terraform-plugin-go) from 0.26.0 to 0.27.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.26.0...v0.27.0)---updated-dependencies:- dependency-name: github.com/hashicorp/terraform-plugin-go  dependency-version: 0.27.0  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added dependenciesPull requests that update a dependency file goPull requests that update Go code labelsMay 19, 2025
@ethanndicksonethanndickson merged commit14ab8be intomainMay 21, 2025
13 checks passed
@ethanndicksonethanndickson deleted the dependabot/go_modules/github.com/hashicorp/terraform-plugin-go-0.27.0 branchMay 21, 2025 01:36
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@ethanndicksonethanndicksonethanndickson approved these changes

Assignees
No one assigned
Labels
dependenciesPull requests that update a dependency filegoPull requests that update Go code
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@ethanndickson

[8]ページ先頭

©2009-2025 Movatter.jp