openscientia / terraform-provider-atlassian

Terraform ATLASSIAN Provider
https://registry.terraform.io/providers/openscientia/atlassian/latest
Mozilla Public License 2.0
5 stars 2 forks source link

chore(deps): bump github.com/hashicorp/terraform-plugin-framework-validators from 0.4.0 to 0.5.0 #112

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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

Release notes

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

v0.5.0

NOTES:

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

FEATURES:

  • Introduced datasourcevalidator package with AtLeastOneOf(), Conflicting(), ExactlyOneOf(), and RequiredTogether() validation functions (#60)
  • Introduced providervalidator package with AtLeastOneOf(), Conflicting(), ExactlyOneOf(), and RequiredTogether() validation functions (#60)
  • Introduced resourcevalidator package with AtLeastOneOf(), Conflicting(), ExactlyOneOf(), and RequiredTogether() validation functions (#60)

BUG FIXES:

  • all: Included missing attribute path details in error diagnostics since they are currently not output by Terraform (#61)
Changelog

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

0.5.0 (August 30, 2022)

NOTES:

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

FEATURES:

  • Introduced datasourcevalidator package with AtLeastOneOf(), Conflicting(), ExactlyOneOf(), and RequiredTogether() validation functions (#60)
  • Introduced providervalidator package with AtLeastOneOf(), Conflicting(), ExactlyOneOf(), and RequiredTogether() validation functions (#60)
  • Introduced resourcevalidator package with AtLeastOneOf(), Conflicting(), ExactlyOneOf(), and RequiredTogether() validation functions (#60)

BUG FIXES:

  • all: Included missing attribute path details in error diagnostics since they are currently not output by Terraform (#61)
Commits
  • 4a4c520 Update CHANGELOG for v0.5.0
  • ac6932d all: Add Go documentation examples for validators (#62)
  • 2299f55 all: Included missing attribute path details in error diagnostics (#61)
  • 7425c06 Introduce Data Source, Provider, and Resource Level Validators (#60)
  • 6edbdcf Bump github.com/hashicorp/terraform-plugin-framework (#59)
  • ca51946 Bump github.com/hashicorp/terraform-plugin-go from 0.13.0 to 0.14.0 (#58)
  • 1664a7d Bump github.com/hashicorp/terraform-plugin-framework (#56)
  • 387b365 all: Bump Go Version to 1.18 (#55)
  • ba5d857 all: Run Go 1.19 fmt (#53)
  • a6547fc Bump leonsteinhaeuser/project-beta-automations from 1.2.1 to 1.3.0 (#52)
  • 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 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)