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.1 to 0.4.1 #2

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 11, 2023

Bumps github.com/hashicorp/terraform-plugin-framework-timeouts from 0.3.1 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)
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)
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

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 11, 2023
@skirsten
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/hashicorp/terraform-plugin-framework-timeouts-0.4.1 branch from d14b273 to 6f8e20e Compare August 30, 2023 17:41
Bumps [github.com/hashicorp/terraform-plugin-framework-timeouts](https://github.com/hashicorp/terraform-plugin-framework-timeouts) from 0.3.1 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.1...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] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/hashicorp/terraform-plugin-framework-timeouts-0.4.1 branch from 6f8e20e to c5b89b4 Compare August 30, 2023 17:41
@skirsten
Copy link
Member

skirsten commented Jan 2, 2024

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 2, 2024

Looks like github.com/hashicorp/terraform-plugin-framework-timeouts is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jan 2, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/hashicorp/terraform-plugin-framework-timeouts-0.4.1 branch January 2, 2024 16:58
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