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-framework-timeouts from 0.3.0 to 0.4.1 #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 25, 2024

Bumps github.com/hashicorp/terraform-plugin-framework-timeouts from 0.3.0 to 0.4.1.

Release notes

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

v0.4.1

BUG FIXES:

  • datasource/timeouts: Prevented Value Conversion Error with terraform-plugin-framework 1.3.0 and later (#72)
  • resource/timeouts: Prevented Value Conversion Error with terraform-plugin-framework 1.3.0 and later (#72)

v0.4.0

NOTES:

  • This Go module has been updated to Go 1.19 per the Go support policy. Any consumers building on earlier Go versions may experience errors. (#40)

ENHANCEMENTS:

  • datasource/timeouts: Add default description for read (#51)
  • resource/timeouts: Add default description for create, delete, read and update (#51)
  • resource/timeouts: Add opts for CreateDescription, ReadDescription, UpdateDescription and DeleteDescription to allow overriding of default description (#51)
  • datasource/timeouts: Add BlockWithOpts() and AttributesWithOpts() functions to allow overriding of default description (#51)

v0.3.1

BUG FIXES:

  • datasource/timeouts: Use default for null and unknown (#35). (#35)
  • resource/timeouts: Use default for null and unknown (#35). (#35)
Changelog

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

0.4.1 (July 07, 2023)

BUG FIXES:

  • datasource/timeouts: Prevented Value Conversion Error with terraform-plugin-framework 1.3.0 and later (#72)
  • resource/timeouts: Prevented Value Conversion Error with terraform-plugin-framework 1.3.0 and later (#72)

0.4.0 (June 21, 2023)

NOTES:

  • This Go module has been updated to Go 1.19 per the Go support policy. Any consumers building on earlier Go versions may experience errors. (#40)

ENHANCEMENTS:

  • datasource/timeouts: Add default description for read (#51)
  • resource/timeouts: Add default description for create, delete, read and update (#51)
  • resource/timeouts: Add opts for CreateDescription, ReadDescription, UpdateDescription and DeleteDescription to allow overriding of default description (#51)
  • datasource/timeouts: Add BlockWithOpts() and AttributesWithOpts() functions to allow overriding of default description (#51)

0.3.1 (February 13, 2023)

BUG FIXES:

  • datasource/timeouts: Use default for null and unknown (#35). (#35)
  • resource/timeouts: Use default for null and unknown (#35). (#35)
Commits
  • a85b77f Update changelog
  • 9a9a2ea Fix Type implementations for terraform-plugin-framework 1.3+ (#72)
  • 51b807d Bump github.com/hashicorp/terraform-plugin-go from 0.17.0 to 0.18.0 (#71)
  • 39f96e4 Bump github.com/hashicorp/terraform-plugin-framework from 1.3.1 to 1.3.2 (#69)
  • 2e45785 Bump github.com/hashicorp/copywrite from 0.16.3 to 0.16.4 in /tools (#68)
  • fe4b2bd Update changelog
  • 4ba612d Add Description to Timeout Attributes (#52)
  • 177b693 Bump github.com/hashicorp/terraform-plugin-go from 0.15.0 to 0.16.0 (#67)
  • c9c07ae Bump github.com/hashicorp/terraform-plugin-framework from 1.3.0 to 1.3.1 (#66)
  • a1e62bd Bump goreleaser/goreleaser-action from 4.2.0 to 4.3.0 (#65)
  • Additional commits viewable 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 25, 2024
Bumps [github.com/hashicorp/terraform-plugin-framework-timeouts](https://github.com/hashicorp/terraform-plugin-framework-timeouts) from 0.3.0 to 0.4.1.
- [Release notes](https://github.com/hashicorp/terraform-plugin-framework-timeouts/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-framework-timeouts/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-plugin-framework-timeouts@v0.3.0...v0.4.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/hashicorp/terraform-plugin-framework-timeouts-0.4.1 branch from a6e17b4 to 3d96b78 Compare July 25, 2024 21:35
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.

0 participants