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-timetypes from 0.1.0 to 0.2.0 #4

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 Aug 15, 2023

Bumps github.com/hashicorp/terraform-plugin-framework-timetypes from 0.1.0 to 0.2.0.

Release notes

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

v0.2.0

BREAKING CHANGES:

  • timetypes: The NewRFC3339Value and NewRFC3339PointerValue functions now return diag.Diagnostics so an error diagnostic can be raised if the string is not RFC3339 formatted (#7)

ENHANCEMENTS:

  • timetypes: Added NewRFC3339ValueMust and NewRFC3339PointerValueMust value creation functions, which panic if the string is not RFC3339 formatted (#7)
  • timetypes: Added NewRFC3339TimeValue() function, which supports creating a known value from a time.Time (#6)
Changelog

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

0.2.0 (August 08, 2023)

BREAKING CHANGES:

  • timetypes: The NewRFC3339Value and NewRFC3339PointerValue functions now return diag.Diagnostics so an error diagnostic can be raised if the string is not RFC3339 formatted (#7)

ENHANCEMENTS:

  • timetypes: Added NewRFC3339ValueMust and NewRFC3339PointerValueMust value creation functions, which panic if the string is not RFC3339 formatted (#7)
  • timetypes: Added NewRFC3339TimeValue() function, which supports creating a known value from a time.Time (#6)
Commits
  • 60acea2 Update changelog
  • 6dd78e4 timetypes: Add NewRFC3339TImeValue(time.Time) value creation function (#10)
  • 4f05e57 timetypes: Prevent errant value creation with non-RFC3339 formatted strings (#9)
  • c44bc09 Bump github.com/hashicorp/terraform-plugin-framework from 1.3.3 to 1.3.4 (#8)
  • 7b97e12 SEC-090: Automated trusted workflow pinning (2023-08-02) (#5)
  • See full diff 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 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)

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

Bumps [github.com/hashicorp/terraform-plugin-framework-timetypes](https://github.com/hashicorp/terraform-plugin-framework-timetypes) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/hashicorp/terraform-plugin-framework-timetypes/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-framework-timetypes/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-plugin-framework-timetypes@v0.1.0...v0.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 15, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 22, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

1 similar comment
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 6, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

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