From e722712ed41bc63adbdcb2dacf3ba5a93911d394 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 7 Mar 2025 03:53:04 +0000
Subject: [PATCH] build(deps): bump
github.com/orange-cloudavenue/terraform-plugin-framework-supertypes from
0.5.0 to 1.0.0 (#288)
Bumps
[github.com/orange-cloudavenue/terraform-plugin-framework-supertypes](https://github.com/orange-cloudavenue/terraform-plugin-framework-supertypes)
from 0.5.0 to 1.0.0.
Release notes
Sourced from github.com/orange-cloudavenue/terraform-plugin-framework-supertypes's
releases.
v1.0.0
:rocket: New Features
- Add new function for string type
NewStringValueOrNull
to create values or nullable values. (GH-36)
- Add new functions for simple type
NewBoolPointerValueOrNull
,
NewStringPointerValueOrNull
,
NewInt64PointerValueOrNull
,
NewInt32PointerValueOrNull
,
NewFloat64PointerValueOrNull
,
NewBoolPointerValueOrNull
and
NewStringPointerValueOrNull
to create values or nullable
pointer values. (GH-36)
- Add new methods for
ValueOf
types to get/set values and
append diags if the conversion fails. (DiagsGet
,
DiagsSet
) (GH-36)
- Add new methods for
ValueOf
types to get/set values and
return panic if the conversion fails. (MustGet
,
MustSet
) (GH-36)
int32
- Support new int32
type with some
custom functions. (GetInt/8/16/32/64, GetInt/8/16/32/64Ptr,
SetInt/8/16/32/64, SetInt/8/16/32/64Ptr) (GH-32)
:dependabot: Dependencies
- deps: bumps github.com/fatih/color from 1.17.0 to 1.18.0 (GH-10)
- deps: bumps github.com/google/go-cmp from 0.6.0 to 0.7.0 (GH-29)
- deps: bumps github.com/hashicorp/terraform-plugin-framework from
1.13.0 to 1.14.1 (GH-28)
- deps: bumps github.com/hashicorp/terraform-plugin-go from 0.25.0 to
0.26.0 (GH-23)
- deps: bumps github.com/stretchr/testify from 1.9.0 to 1.10.0 (GH-11)
Changelog
Sourced from github.com/orange-cloudavenue/terraform-plugin-framework-supertypes's
changelog.
1.0.0 (March 6, 2025)
:rocket: New Features
- Add new function for string type
NewStringValueOrNull
to create values or nullable values. (GH-36)
- Add new functions for simple type
NewBoolPointerValueOrNull
,
NewStringPointerValueOrNull
,
NewInt64PointerValueOrNull
,
NewInt32PointerValueOrNull
,
NewFloat64PointerValueOrNull
,
NewBoolPointerValueOrNull
and
NewStringPointerValueOrNull
to create values or nullable
pointer values. (GH-36)
- Add new methods for
ValueOf
types to get/set values and
append diags if the conversion fails. (DiagsGet
,
DiagsSet
) (GH-36)
- Add new methods for
ValueOf
types to get/set values and
return panic if the conversion fails. (MustGet
,
MustSet
) (GH-36)
int32
- Support new int32
type with some
custom functions. (GetInt/8/16/32/64, GetInt/8/16/32/64Ptr,
SetInt/8/16/32/64, SetInt/8/16/32/64Ptr) (GH-32)
:dependabot: Dependencies
- deps: bumps github.com/fatih/color from 1.17.0 to 1.18.0 (GH-10)
- deps: bumps github.com/google/go-cmp from 0.6.0 to 0.7.0 (GH-29)
- deps: bumps github.com/hashicorp/terraform-plugin-framework from
1.13.0 to 1.14.1 (GH-28)
- deps: bumps github.com/hashicorp/terraform-plugin-go from 0.25.0 to
0.26.0 (GH-23)
- deps: bumps github.com/stretchr/testify from 1.9.0 to 1.10.0 (GH-11)
Commits
8d57f55
chore: Update CHANGELOG.md
39c7094
feat: add MustGet/Set
& DiagsGet/Set
(#36)
6d6dfd6
chore: Update CHANGELOG.md
3bd323b
feat: add new int32
type (#34)
0108f73
chore: add codeowner file (#35)
0255c5c
feat: Add generic Encode/Decode func (beta) (#33)
2a652a1
feat: Add generic Encode/Decode func (beta) (#30)
d36256e
chore: Update CHANGELOG.md
c111c69
chore(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (#29)
c79a736
chore: synced file(s) with orange-cloudavenue/workflows (#31)
- Additional commits viewable in compare
view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
go.mod | 2 +-
go.sum | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/go.mod b/go.mod
index 2772fae..64f8bf4 100644
--- a/go.mod
+++ b/go.mod
@@ -20,7 +20,7 @@ require (
github.com/hashicorp/terraform-plugin-testing v1.11.0
github.com/microsoft/fabric-sdk-go v0.1.0-beta.13
github.com/ohler55/ojg v1.26.1
- github.com/orange-cloudavenue/terraform-plugin-framework-supertypes v0.5.0
+ github.com/orange-cloudavenue/terraform-plugin-framework-supertypes v1.0.0
github.com/orange-cloudavenue/terraform-plugin-framework-validators v1.14.1
github.com/stretchr/testify v1.10.0
software.sslmate.com/src/go-pkcs12 v0.5.0
diff --git a/go.sum b/go.sum
index 681ff4f..af83acb 100644
--- a/go.sum
+++ b/go.sum
@@ -175,8 +175,8 @@ github.com/ohler55/ojg v1.26.1 h1:J5TaLmVEuvnpVH7JMdT1QdbpJU545Yp6cKiCO4aQILc=
github.com/ohler55/ojg v1.26.1/go.mod h1:gQhDVpQLqrmnd2eqGAvJtn+NfKoYJbe/A4Sj3/Vro4o=
github.com/oklog/run v1.1.0 h1:GEenZ1cK0+q0+wsJew9qUg/DyD8k3JzYsZAi5gYi2mA=
github.com/oklog/run v1.1.0/go.mod h1:sVPdnTZT1zYwAJeCMu2Th4T21pA3FPOQRfWjQlk7DVU=
-github.com/orange-cloudavenue/terraform-plugin-framework-supertypes v0.5.0 h1:0rogLDkZ5gbdEs0zNQ3orqLaLk5gwwF+8LxsnqWCcN8=
-github.com/orange-cloudavenue/terraform-plugin-framework-supertypes v0.5.0/go.mod h1:16/Jv7sxRN3PhKkb7I2LAi7gtpQju65Kd+jmlE2st04=
+github.com/orange-cloudavenue/terraform-plugin-framework-supertypes v1.0.0 h1:HvbMI4JHsl1HmTIVU2N50t7H4qbIXpM7y2ljl3oOKyE=
+github.com/orange-cloudavenue/terraform-plugin-framework-supertypes v1.0.0/go.mod h1:iIp5TGuiJnDvcSCYq7mWYIn4HSmjntHv+IJGMK0MsZw=
github.com/orange-cloudavenue/terraform-plugin-framework-validators v1.14.1 h1:7CR36U7x5Xy+y/OQmYbMpJ2g5cqNOkXrc++bGodyb/M=
github.com/orange-cloudavenue/terraform-plugin-framework-validators v1.14.1/go.mod h1:XRoHgbq0xhmUvb3Ti5EiwBaL4r/FHM+eawMH/m7gIqw=
github.com/pjbgf/sha1cd v0.3.0 h1:4D5XXmUUBUl/xQ6IjCkEAbqXskkq/4O7LmGn0AqMDs4=