Skip to content

Commit e0c57ee

Browse files
fix(deps): update module github.com/hashicorp/terraform-plugin-framework-validators to v0.18.0 (#862)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/hashicorp/terraform-plugin-framework-validators](https://redirect.github.com/hashicorp/terraform-plugin-framework-validators) | `v0.16.0` -> `v0.18.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fhashicorp%2fterraform-plugin-framework-validators/v0.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fhashicorp%2fterraform-plugin-framework-validators/v0.16.0/v0.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>hashicorp/terraform-plugin-framework-validators (github.com/hashicorp/terraform-plugin-framework-validators)</summary> ### [`v0.18.0`](https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/releases/tag/v0.18.0) [Compare Source](https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/compare/v0.17.0...v0.18.0) NOTES: - all: This Go module has been updated to Go 1.23 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.23 release notes](https://go.dev/doc/go1.23) before upgrading. Any consumers building on earlier Go versions may experience errors. ([#&#8203;276](https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/276)) BUG FIXES: - all: Fixed bug with PreferWriteOnlyAttribute validator not running when client is capable of using write-only attributes. ([#&#8203;287](https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/287)) ### [`v0.17.0`](https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/releases/tag/v0.17.0) [Compare Source](https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/compare/v0.16.0...v0.17.0) FEATURES: - boolvalidator: Added `PreferWriteOnlyAttribute` validator ([#&#8203;263](https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263)) - dynamicvalidator: Added `PreferWriteOnlyAttribute` validator ([#&#8203;263](https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263)) - float32validator: Added `PreferWriteOnlyAttribute` validator ([#&#8203;263](https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263)) - float64validator: Added `PreferWriteOnlyAttribute` validator ([#&#8203;263](https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263)) - int32validator: Added `PreferWriteOnlyAttribute` validator ([#&#8203;263](https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263)) - int64validator: Added `PreferWriteOnlyAttribute` validator ([#&#8203;263](https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263)) - listvalidator: Added `PreferWriteOnlyAttribute` validator ([#&#8203;263](https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263)) - mapvalidator: Added `PreferWriteOnlyAttribute` validator ([#&#8203;263](https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263)) - numbervalidator: Added `PreferWriteOnlyAttribute` validator ([#&#8203;263](https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263)) - objectvalidator: Added `PreferWriteOnlyAttribute` validator ([#&#8203;263](https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263)) - resourcevalidator: Added `PreferWriteOnlyAttribute` validator ([#&#8203;263](https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263)) - stringvalidator: Added `PreferWriteOnlyAttribute` validator ([#&#8203;263](https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/equinix/terraform-provider-equinix). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjQ2LjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6c1d4f5 commit e0c57ee

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ require (
1212
github.com/hashicorp/go-retryablehttp v0.7.8
1313
github.com/hashicorp/go-uuid v1.0.3
1414
github.com/hashicorp/terraform-plugin-docs v0.21.0
15-
github.com/hashicorp/terraform-plugin-framework v1.13.0
15+
github.com/hashicorp/terraform-plugin-framework v1.14.1
1616
github.com/hashicorp/terraform-plugin-framework-timeouts v0.5.0
17-
github.com/hashicorp/terraform-plugin-framework-validators v0.16.0
17+
github.com/hashicorp/terraform-plugin-framework-validators v0.18.0
1818
github.com/hashicorp/terraform-plugin-go v0.26.0
1919
github.com/hashicorp/terraform-plugin-log v0.9.0
2020
github.com/hashicorp/terraform-plugin-mux v0.18.0
@@ -44,7 +44,7 @@ require (
4444
github.com/go-resty/resty/v2 v2.3.0 // indirect
4545
github.com/go-test/deep v1.0.7 // indirect
4646
github.com/golang/protobuf v1.5.4 // indirect
47-
github.com/google/go-cmp v0.6.0 // indirect
47+
github.com/google/go-cmp v0.7.0 // indirect
4848
github.com/hashicorp/cli v1.1.7 // indirect
4949
github.com/hashicorp/errwrap v1.1.0 // indirect
5050
github.com/hashicorp/go-checkpoint v0.5.0 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6
7373
github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
7474
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
7575
github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
76-
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
77-
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
76+
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
77+
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
7878
github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
7979
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
8080
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
@@ -116,12 +116,12 @@ github.com/hashicorp/terraform-json v0.24.0 h1:rUiyF+x1kYawXeRth6fKFm/MdfBS6+lW4
116116
github.com/hashicorp/terraform-json v0.24.0/go.mod h1:Nfj5ubo9xbu9uiAoZVBsNOjvNKB66Oyrvtit74kC7ow=
117117
github.com/hashicorp/terraform-plugin-docs v0.21.0 h1:yoyA/Y719z9WdFJAhpUkI1jRbKP/nteVNBaI3hW7iQ8=
118118
github.com/hashicorp/terraform-plugin-docs v0.21.0/go.mod h1:J4Wott1J2XBKZPp/NkQv7LMShJYOcrqhQ2myXBcu64s=
119-
github.com/hashicorp/terraform-plugin-framework v1.13.0 h1:8OTG4+oZUfKgnfTdPTJwZ532Bh2BobF4H+yBiYJ/scw=
120-
github.com/hashicorp/terraform-plugin-framework v1.13.0/go.mod h1:j64rwMGpgM3NYXTKuxrCnyubQb/4VKldEKlcG8cvmjU=
119+
github.com/hashicorp/terraform-plugin-framework v1.14.1 h1:jaT1yvU/kEKEsxnbrn4ZHlgcxyIfjvZ41BLdlLk52fY=
120+
github.com/hashicorp/terraform-plugin-framework v1.14.1/go.mod h1:xNUKmvTs6ldbwTuId5euAtg37dTxuyj3LHS3uj7BHQ4=
121121
github.com/hashicorp/terraform-plugin-framework-timeouts v0.5.0 h1:I/N0g/eLZ1ZkLZXUQ0oRSXa8YG/EF0CEuQP1wXdrzKw=
122122
github.com/hashicorp/terraform-plugin-framework-timeouts v0.5.0/go.mod h1:t339KhmxnaF4SzdpxmqW8HnQBHVGYazwtfxU0qCs4eE=
123-
github.com/hashicorp/terraform-plugin-framework-validators v0.16.0 h1:O9QqGoYDzQT7lwTXUsZEtgabeWW96zUBh47Smn2lkFA=
124-
github.com/hashicorp/terraform-plugin-framework-validators v0.16.0/go.mod h1:Bh89/hNmqsEWug4/XWKYBwtnw3tbz5BAy1L1OgvbIaY=
123+
github.com/hashicorp/terraform-plugin-framework-validators v0.18.0 h1:OQnlOt98ua//rCw+QhBbSqfW3QbwtVrcdWeQN5gI3Hw=
124+
github.com/hashicorp/terraform-plugin-framework-validators v0.18.0/go.mod h1:lZvZvagw5hsJwuY7mAY6KUz45/U6fiDR0CzQAwWD0CA=
125125
github.com/hashicorp/terraform-plugin-go v0.26.0 h1:cuIzCv4qwigug3OS7iKhpGAbZTiypAfFQmw8aE65O2M=
126126
github.com/hashicorp/terraform-plugin-go v0.26.0/go.mod h1:+CXjuLDiFgqR+GcrM5a2E2Kal5t5q2jb0E3D57tTdNY=
127127
github.com/hashicorp/terraform-plugin-log v0.9.0 h1:i7hOA+vdAItN1/7UrfBqBwvYPQ9TFvymaRGZED3FCV0=

0 commit comments

Comments
 (0)