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 github.com/hashicorp/terraform-plugin-go from 0.4.0 to 0.5.0 #245

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 4, 2022

Bumps github.com/hashicorp/terraform-plugin-go from 0.4.0 to 0.5.0.

Release notes

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

v0.5.0

No release notes provided.

Changelog

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

0.5.0 (December 07, 2021)

BREAKING CHANGES:

  • tf6server.New and tf5server.New now accept a name argument (meant to be the full registry path of the provider, e.g. registry.terraform.io/hashicorp/random) and a variadic argument of ServeOpts, just like the Serve function. Providers calling Serve will not notice any change. Providers calling New directly should pass the name and any options they would like the server to be configured with. (#93)

FEATURES:

  • Added support for terraform-plugin-log v0.2.0, injecting loggers for SDKs and the provider into requests and adding trace and error log lines to request handlers. (#93)

ENHANCEMENTS:

  • New WithoutLogStderrOverride, WithLogEnvVarName, and WithoutLogLocation ServeOpt helper functions have been added to tf6server and tf5server. These helpers can be passed to Serve or New to control logging behaviors for SDK and provider logs. WithoutLogStderrOverride disables using the stderr that existed at startup instead of the one that exists when the log function is called; it is recommended to not use this unless you understand the impacts, as Terraform's default behavior is counter-intuitive. WithLogEnvVarName sets the name of the provider's log module and controls what follows TF_LOG_PROVIDER_ as the environment variable to control the log's level. WithoutLogLocation excludes filename and line numbers from log output. (#93)
  • tftypes: Added AttributePath LastStep() method and AttributePathStep Equal() method (#112)

BUG FIXES:

  • Fixed a panic when using DynamicPseudoType attributes in an object. (#116)
  • tftypes: Return null Number when NewValue receives (*big.Float)(nil) (#114)
Commits
  • 9a7c53f v0.5.0 [skip ci]
  • 1f5046c Update CHANGELOG for 0.5.0.
  • 0b29f73 Add terraform-plugin-log support. (#93)
  • 21a2c2c Fix a panic when using DynamicPseudoType attributes in an object (#116)
  • d36cd4c tftypes: Added AttributePath LastStep method and AttributePathStep Equal meth...
  • 36545a8 Update CHANGELOG for #114
  • fee1e53 tftypes: Return null Number when NewValue receives (*big.Float)(nil) (#114)
  • See full diff in compare 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 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.4.0 to 0.5.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.4.0...v0.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 4, 2022
Copy link
Contributor

@bflad bflad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests are passing locally and in CircleCI, the status checks are not updating from CircleCI for some reason.

@bflad bflad merged commit 71d7c89 into main Jan 5, 2022
@bflad bflad deleted the dependabot/go_modules/github.com/hashicorp/terraform-plugin-go-0.5.0 branch January 5, 2022 20:36
@bflad bflad added this to the v0.6.0 milestone Jan 5, 2022
@github-actions
Copy link

github-actions bot commented Feb 5, 2022

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 contributions.
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 Feb 5, 2022
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant