linode / terraform-provider-linode

Terraform Linode provider
https://www.terraform.io/docs/providers/linode/
Mozilla Public License 2.0
202 stars 98 forks source link

build(deps): bump github.com/hashicorp/terraform-plugin-framework-nettypes from 0.1.0 to 0.2.0 #1576

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

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

Release notes

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

v0.2.0

BREAKING CHANGES:

  • cidrtypes: Removed Validate() method from IPv4PrefixType following deprecation of xattr.TypeWithValidate (#55)
  • cidrtypes: Removed Validate() method from IPv6PrefixType following deprecation of xattr.TypeWithValidate (#55)
  • iptypes: Removed Validate() method from IPv4AddressType following deprecation of xattr.TypeWithValidate (#55)
  • iptypes: Removed Validate() method from IPv6AddressType following deprecation of xattr.TypeWithValidate (#55)

NOTES:

  • all: This Go module has been updated to Go 1.22 per the Go support policy. It is recommended to review the Go 1.22 release notes before upgrading. Any consumers building on earlier Go versions may experience errors. (#77)

ENHANCEMENTS:

  • cidrtypes: Added ValidateAttribute() method to IPv4Prefix type, which supports validating an attribute value (#55)
  • cidrtypes: Added ValidateAttribute() method to IPv6Prefix type, which supports validating an attribute value (#55)
  • iptypes: Added ValidateAttribute() method to IPv4Address type, which supports validating an attribute value (#55)
  • iptypes: Added ValidateAttribute() method to IPv6Address type, which supports validating an attribute value (#55)
  • cidrtypes: Added ValidateParameter() method to IPv4Prefix type, which supports validating a provider-defined function parameter value (#55)
  • cidrtypes: Added ValidateParameter() method to IPv6Prefix type, which supports validating a provider-defined function parameter value (#55)
  • iptypes: Added ValidateParameter() method to IPv4Address type, which supports validating a provider-defined function parameter value (#55)
  • iptypes: Added ValidateParameter() method to IPv6Address type, which supports validating a provider-defined function parameter value (#55)
Changelog

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

0.2.0 (September 09, 2024)

BREAKING CHANGES:

  • cidrtypes: Removed Validate() method from IPv4PrefixType following deprecation of xattr.TypeWithValidate (#55)
  • cidrtypes: Removed Validate() method from IPv6PrefixType following deprecation of xattr.TypeWithValidate (#55)
  • iptypes: Removed Validate() method from IPv4AddressType following deprecation of xattr.TypeWithValidate (#55)
  • iptypes: Removed Validate() method from IPv6AddressType following deprecation of xattr.TypeWithValidate (#55)

NOTES:

  • all: This Go module has been updated to Go 1.22 per the Go support policy. It is recommended to review the Go 1.22 release notes before upgrading. Any consumers building on earlier Go versions may experience errors. (#77)

ENHANCEMENTS:

  • cidrtypes: Added ValidateAttribute() method to IPv4Prefix type, which supports validating an attribute value (#55)
  • cidrtypes: Added ValidateAttribute() method to IPv6Prefix type, which supports validating an attribute value (#55)
  • iptypes: Added ValidateAttribute() method to IPv4Address type, which supports validating an attribute value (#55)
  • iptypes: Added ValidateAttribute() method to IPv6Address type, which supports validating an attribute value (#55)
  • cidrtypes: Added ValidateParameter() method to IPv4Prefix type, which supports validating a provider-defined function parameter value (#55)
  • cidrtypes: Added ValidateParameter() method to IPv6Prefix type, which supports validating a provider-defined function parameter value (#55)
  • iptypes: Added ValidateParameter() method to IPv4Address type, which supports validating a provider-defined function parameter value (#55)
  • iptypes: Added ValidateParameter() method to IPv6Address type, which supports validating a provider-defined function parameter value (#55)
Commits
  • 2d619f8 Update changelog
  • 32db21f all: Bump minimum Go module version to 1.22 (#77)
  • 53111be Result of tsccr-helper -log-level=info gha update -latest . (#78)
  • 7997d42 Result of tsccr-helper -log-level=info gha update -latest . (#76)
  • 6dec378 Result of tsccr-helper -log-level=info gha update -latest . (#75)
  • b591e8f Bump github.com/hashicorp/terraform-plugin-framework (#74)
  • f7aef8c Result of tsccr-helper -log-level=info gha update -latest . (#73)
  • 90f07c1 remove leading zeros from IPv6 test strings (#72)
  • 9dfe828 Result of tsccr-helper -log-level=info gha update -latest . (#70)
  • cdefea3 Bump github.com/hashicorp/terraform-plugin-framework (#69)
  • 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 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)