From 2b578283283b1f745a5931580b3155734cb75a45 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 24 May 2024 08:21:31 +0100
Subject: [PATCH] Bump the terraform group across 1 directory with 2 updates
(#309)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[//]: # (dependabot-start)
⚠️ **Dependabot is rebasing this PR** ⚠️
Rebasing might not happen immediately, so don't worry if this takes some
time.
Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.
---
[//]: # (dependabot-end)
Bumps the terraform group with 2 updates in the / directory:
[github.com/hashicorp/terraform-plugin-go](https://github.com/hashicorp/terraform-plugin-go)
and
[github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing).
Updates `github.com/hashicorp/terraform-plugin-go` from 0.22.2 to 0.23.0
Release notes
Sourced from github.com/hashicorp/terraform-plugin-go's
releases.
v0.23.0
BREAKING CHANGES:
- tfprotov5+tfprotov6:
FunctionServer
interface is now
required in ProviderServer
. Implementations not needing
function support can return errors from the GetFunctions
and CallFunction
methods. (#388)
- tfprotov5+tfprotov6:
MoveResourceState
method is now
required in ResourceServer
. Implementations not needing
move state support can return errors from the
MoveResourceState
method. (#388)
NOTES:
- all: To prevent compilation errors, ensure your Go module is updated
to at least terraform-plugin-framework@v1.6.0,
terraform-plugin-mux@v0.15.0, terraform-plugin-sdk/v2@v2.33.0, and
terraform-plugin-testing@v1.7.0 before upgrading this dependency. (#388)
FEATURES:
- tfprotov5+tfprotov6: Upgraded protocols and added types to support
deferred actions (#403)
Changelog
Sourced from github.com/hashicorp/terraform-plugin-go's
changelog.
0.23.0 (May 06, 2024)
BREAKING CHANGES:
- tfprotov5+tfprotov6:
FunctionServer
interface is now
required in ProviderServer
. Implementations not needing
function support can return errors from the GetFunctions
and CallFunction
methods. (#388)
- tfprotov5+tfprotov6:
MoveResourceState
method is now
required in ResourceServer
. Implementations not needing
move state support can return errors from the
MoveResourceState
method. (#388)
NOTES:
- all: To prevent compilation errors, ensure your Go module is updated
to at least terraform-plugin-framework@v1.6.0,
terraform-plugin-mux@v0.15.0, terraform-plugin-sdk/v2@v2.33.0, and
terraform-plugin-testing@v1.7.0 before upgrading this dependency. (#388)
FEATURES:
- tfprotov5+tfprotov6: Upgraded protocols and added types to support
deferred actions (#403)
Commits
bd1819d
Update changelog
8e4acd3
tfprotov5+tfprotov6: Add deferred action support to related RPCs (#403)
5cc939c
Result of tsccr-helper -log-level=info gha update -latest . (#404)
63881a9
build(deps): Bump google.golang.org/protobuf from 1.33.0 to 1.34.0 and
protoc...
d956722
Result of tsccr-helper -log-level=info gha update -latest . (#401)
106a9be
build(deps): Bump hashicorp/setup-terraform from 3.0.0 to 3.1.0 (#400)
62ca775
tfprotov5+tfprotov6: Require FunctionServer in ProviderServer and
MoveResourc...
1861b52
build(deps): Bump golang.org/x/net from 0.21.0 to 0.23.0 (#399)
fcd6900
build(deps): Bump golang.org/x/net from 0.17.0 to 0.23.0 in /tools (#398)
- See full diff in compare
view
Updates `github.com/hashicorp/terraform-plugin-testing` from 1.7.0 to
1.8.0
Release notes
Sourced from github.com/hashicorp/terraform-plugin-testing's
releases.
v1.8.0
FEATURES:
- plancheck: Added
ExpectDeferredChange
and
ExpectNoDeferredChanges
checks for experimental deferred
action support. (#331)
- tfversion: Added
SkipIfNotPrerelease
version check for
testing experimental features of prerelease Terraform builds. (#331)
ENHANCEMENTS:
- helper/acctest: Improve scope of IPv4/IPv6 random address generation
in RandIpAddress() (#305)
- knownvalue: Add
TupleExact
, TuplePartial
and TupleSizeExact
checks for dynamic value testing. (#312)
- tfversion: Ensured Terraform CLI prerelease versions are considered
semantically equal to patch versions in built-in checks to match the
Terraform CLI versioning policy (#303)
- helper/resource: Added
(TestCase).AdditionalCLIOptions
with AllowDeferral
option for plan and apply commands. (#331)
BUG FIXES:
- helper/resource: Fix panic in output state shimming when a tuple is
present. (#310)
- tfversion: Fixed
RequireBelow
ignoring equal versioning
to fail a test (#303)
Changelog
Sourced from github.com/hashicorp/terraform-plugin-testing's
changelog.
1.8.0 (May 17, 2024)
FEATURES:
- plancheck: Added
ExpectDeferredChange
and
ExpectNoDeferredChanges
checks for experimental deferred
action support. (#331)
- tfversion: Added
SkipIfNotPrerelease
version check for
testing experimental features of prerelease Terraform builds. (#331)
ENHANCEMENTS:
- helper/acctest: Improve scope of IPv4/IPv6 random address generation
in RandIpAddress() (#305)
- knownvalue: Add
TupleExact
, TuplePartial
and TupleSizeExact
checks for dynamic value testing. (#312)
- tfversion: Ensured Terraform CLI prerelease versions are considered
semantically equal to patch versions in built-in checks to match the
Terraform CLI versioning policy (#303)
- helper/resource: Added
(TestCase).AdditionalCLIOptions
with AllowDeferral
option for plan and apply commands. (#331)
BUG FIXES:
- helper/resource: Fix panic in output state shimming when a tuple is
present. (#310)
- tfversion: Fixed
RequireBelow
ignoring equal versioning
to fail a test (#303)
Commits
9bd8b68
Update changelog
cb1f2b6
all: Add deferred action testing support (plan checks, version check,
and CLI...
4c2e5cd
build(deps): Bump github.com/hashicorp/terraform-exec (#341)
d2b5170
build(deps): Bump github.com/hashicorp/terraform-json (#339)
3c2a359
build(deps): Bump github.com/hashicorp/terraform-json (#338)
4d7396c
Result of tsccr-helper -log-level=info gha update -latest . (#337)
b1c7043
build(deps): Bump hashicorp/setup-copywrite from 1.1.2 to 1.1.3 (#336)
3a51be8
build(deps): Bump hashicorp/setup-terraform from 3.1.0 to 3.1.1 (#335)
bf5f38d
Result of tsccr-helper -log-level=info gha update -latest . (#332)
9d6a87e
build(deps): Bump golang.org/x/crypto from 0.22.0 to 0.23.0 (#333)
- Additional commits viewable in compare
view
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 major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
go.mod | 8 ++++----
go.sum | 20 ++++++++++----------
2 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/go.mod b/go.mod
index 476d2c73..800ce95a 100644
--- a/go.mod
+++ b/go.mod
@@ -12,7 +12,7 @@ require (
github.com/hashicorp/terraform-plugin-framework v1.8.0
github.com/hashicorp/terraform-plugin-go v0.23.0
github.com/hashicorp/terraform-plugin-log v0.9.0
- github.com/hashicorp/terraform-plugin-testing v1.7.0
+ github.com/hashicorp/terraform-plugin-testing v1.8.0
github.com/sigstore/cosign/v2 v2.2.4
golang.org/x/sync v0.7.0
gopkg.in/yaml.v2 v2.4.0
@@ -89,10 +89,10 @@ require (
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/hashicorp/hc-install v0.6.4 // indirect
- github.com/hashicorp/hcl/v2 v2.20.0 // indirect
+ github.com/hashicorp/hcl/v2 v2.20.1 // indirect
github.com/hashicorp/logutils v1.0.0 // indirect
- github.com/hashicorp/terraform-exec v0.20.0 // indirect
- github.com/hashicorp/terraform-json v0.21.0 // indirect
+ github.com/hashicorp/terraform-exec v0.21.0 // indirect
+ github.com/hashicorp/terraform-json v0.22.1 // indirect
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0 // indirect
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
diff --git a/go.sum b/go.sum
index e04a01e3..2a2174c7 100644
--- a/go.sum
+++ b/go.sum
@@ -193,14 +193,14 @@ github.com/hashicorp/go-version v1.6.0 h1:feTTfFNnjP967rlCxM/I9g701jU+RN74YKx2mO
github.com/hashicorp/go-version v1.6.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
github.com/hashicorp/hc-install v0.6.4 h1:QLqlM56/+SIIGvGcfFiwMY3z5WGXT066suo/v9Km8e0=
github.com/hashicorp/hc-install v0.6.4/go.mod h1:05LWLy8TD842OtgcfBbOT0WMoInBMUSHjmDx10zuBIA=
-github.com/hashicorp/hcl/v2 v2.20.0 h1:l++cRs/5jQOiKVvqXZm/P1ZEfVXJmvLS9WSVxkaeTb4=
-github.com/hashicorp/hcl/v2 v2.20.0/go.mod h1:WmcD/Ym72MDOOx5F62Ly+leloeu6H7m0pG7VBiU6pQk=
+github.com/hashicorp/hcl/v2 v2.20.1 h1:M6hgdyz7HYt1UN9e61j+qKJBqR3orTWbI1HKBJEdxtc=
+github.com/hashicorp/hcl/v2 v2.20.1/go.mod h1:TZDqQ4kNKCbh1iJp99FdPiUaVDDUPivbqxZulxDYqL4=
github.com/hashicorp/logutils v1.0.0 h1:dLEQVugN8vlakKOUE3ihGLTZJRB4j+M2cdTm/ORI65Y=
github.com/hashicorp/logutils v1.0.0/go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO+LraFDTW64=
-github.com/hashicorp/terraform-exec v0.20.0 h1:DIZnPsqzPGuUnq6cH8jWcPunBfY+C+M8JyYF3vpnuEo=
-github.com/hashicorp/terraform-exec v0.20.0/go.mod h1:ckKGkJWbsNqFKV1itgMnE0hY9IYf1HoiekpuN0eWoDw=
-github.com/hashicorp/terraform-json v0.21.0 h1:9NQxbLNqPbEMze+S6+YluEdXgJmhQykRyRNd+zTI05U=
-github.com/hashicorp/terraform-json v0.21.0/go.mod h1:qdeBs11ovMzo5puhrRibdD6d2Dq6TyE/28JiU4tIQxk=
+github.com/hashicorp/terraform-exec v0.21.0 h1:uNkLAe95ey5Uux6KJdua6+cv8asgILFVWkd/RG0D2XQ=
+github.com/hashicorp/terraform-exec v0.21.0/go.mod h1:1PPeMYou+KDUSSeRE9szMZ/oHf4fYUmB923Wzbq1ICg=
+github.com/hashicorp/terraform-json v0.22.1 h1:xft84GZR0QzjPVWs4lRUwvTcPnegqlyS7orfb5Ltvec=
+github.com/hashicorp/terraform-json v0.22.1/go.mod h1:JbWSQCLFSXFFhg42T7l9iJwdGXBYV8fmmD6o/ML4p3A=
github.com/hashicorp/terraform-plugin-docs v0.19.2 h1:YjdKa1vuqt9EnPYkkrv9HnGZz175HhSJ7Vsn8yZeWus=
github.com/hashicorp/terraform-plugin-docs v0.19.2/go.mod h1:gad2aP6uObFKhgNE8DR9nsEuEQnibp7il0jZYYOunWY=
github.com/hashicorp/terraform-plugin-framework v1.8.0 h1:P07qy8RKLcoBkCrY2RHJer5AEvJnDuXomBgou6fD8kI=
@@ -211,8 +211,8 @@ github.com/hashicorp/terraform-plugin-log v0.9.0 h1:i7hOA+vdAItN1/7UrfBqBwvYPQ9T
github.com/hashicorp/terraform-plugin-log v0.9.0/go.mod h1:rKL8egZQ/eXSyDqzLUuwUYLVdlYeamldAHSxjUFADow=
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0 h1:qHprzXy/As0rxedphECBEQAh3R4yp6pKksKHcqZx5G8=
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0/go.mod h1:H+8tjs9TjV2w57QFVSMBQacf8k/E1XwLXGCARgViC6A=
-github.com/hashicorp/terraform-plugin-testing v1.7.0 h1:I6aeCyZ30z4NiI3tzyDoO6fS7YxP5xSL1ceOon3gTe8=
-github.com/hashicorp/terraform-plugin-testing v1.7.0/go.mod h1:sbAreCleJNOCz+y5vVHV8EJkIWZKi/t4ndKiUjM9vao=
+github.com/hashicorp/terraform-plugin-testing v1.8.0 h1:wdYIgwDk4iO933gC4S8KbKdnMQShu6BXuZQPScmHvpk=
+github.com/hashicorp/terraform-plugin-testing v1.8.0/go.mod h1:o2kOgf18ADUaZGhtOl0YCkfIxg01MAiMATT2EtIHlZk=
github.com/hashicorp/terraform-registry-address v0.2.3 h1:2TAiKJ1A3MAkZlH1YI/aTVcLZRu7JseiXNRHbOAyoTI=
github.com/hashicorp/terraform-registry-address v0.2.3/go.mod h1:lFHA76T8jfQteVfT7caREqguFrW3c4MFSPhZB7HHgUM=
github.com/hashicorp/terraform-svchost v0.1.1 h1:EZZimZ1GxdqFRinZ1tpJwVxxt49xc/S52uzrw4x0jKQ=
@@ -251,8 +251,6 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
-github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
-github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
github.com/letsencrypt/boulder v0.0.0-20240515153123-6ae6aa8e9055 h1:sl8s8GXv/oHUSid9gd4B+Rovu9DOW4PxnKT2rNRfmzM=
github.com/letsencrypt/boulder v0.0.0-20240515153123-6ae6aa8e9055/go.mod h1:wGJPvcZTEexA3UpMx+4cZ19nk6gRrzrdW4jFEPsEqf0=
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
@@ -380,6 +378,8 @@ github.com/yuin/goldmark-meta v1.1.0 h1:pWw+JLHGZe8Rk0EGsMVssiNb/AaPMHfSRszZeUei
github.com/yuin/goldmark-meta v1.1.0/go.mod h1:U4spWENafuA7Zyg+Lj5RqK/MF+ovMYtBvXi1lBb2VP0=
github.com/zclconf/go-cty v1.14.4 h1:uXXczd9QDGsgu0i/QFR/hzI5NYCHLf6NQw/atrbnhq8=
github.com/zclconf/go-cty v1.14.4/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE=
+github.com/zclconf/go-cty-debug v0.0.0-20191215020915-b22d67c1ba0b h1:FosyBZYxY34Wul7O/MSKey3txpPYyCqVO5ZyceuQJEI=
+github.com/zclconf/go-cty-debug v0.0.0-20191215020915-b22d67c1ba0b/go.mod h1:ZRKQfBXbGkpdV6QMzT3rU1kSTAnfu1dO8dPKjYprgj8=
go.abhg.dev/goldmark/frontmatter v0.2.0 h1:P8kPG0YkL12+aYk2yU3xHv4tcXzeVnN+gU0tJ5JnxRw=
go.abhg.dev/goldmark/frontmatter v0.2.0/go.mod h1:XqrEkZuM57djk7zrlRUB02x8I5J0px76YjkOzhB4YlU=
go.lsp.dev/uri v0.3.0 h1:KcZJmh6nFIBeJzTugn5JTU6OOyG0lDOo3R9KwTxTYbo=