Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitecc7a9a

Browse files
chore(deps): bump github.com/hashicorp/terraform-plugin-framework-validators from 0.14.0 to 0.15.0 (#129)
Bumps[github.com/hashicorp/terraform-plugin-framework-validators](https://github.com/hashicorp/terraform-plugin-framework-validators)from 0.14.0 to 0.15.0.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/hashicorp/terraform-plugin-framework-validators/releases">github.com/hashicorp/terraform-plugin-framework-validators'sreleases</a>.</em></p><blockquote><h2>v0.15.0</h2><p>FEATURES:</p><ul><li>ephemeralvalidator: Introduce new package with declarativevalidators for ephemeral resource configurations (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/242">#242</a>)</li></ul></blockquote></details><details><summary>Changelog</summary><p><em>Sourced from <ahref="https://github.com/hashicorp/terraform-plugin-framework-validators/blob/main/CHANGELOG.md">github.com/hashicorp/terraform-plugin-framework-validators'schangelog</a>.</em></p><blockquote><h2>0.15.0 (October 31, 2024)</h2><p>FEATURES:</p><ul><li>ephemeralvalidator: Introduce new package with declarativevalidators for ephemeral resource configurations (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/242">#242</a>)</li></ul></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/987f5acc80e0828b6d7d986ddcd77212a969aae1"><code>987f5ac</code></a>Update changelog</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/b793fd3dbc6e307a1e1129cd0da3cfd211b664ff"><code>b793fd3</code></a>ephemeralvalidator: Introduce new package for common ephemeral resourceconfi...</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/761f545adef61af9c75d1a7fe1eb6337c7f3ba63"><code>761f545</code></a>build(deps): bump github.com/hashicorp/terraform-plugin-framework (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/243">#243</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/371aa75bf61eca441f8dcd5d8b81898ece8dde85"><code>371aa75</code></a>build(deps): bump github.com/hashicorp/terraform-plugin-go (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/241">#241</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/9765f809ba830df13c6660fa726f11b5dc329150"><code>9765f80</code></a>Result of tsccr-helper -log-level=info gha update -latest . (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/240">#240</a>)</li><li>See full diff in <ahref="https://github.com/hashicorp/terraform-plugin-framework-validators/compare/v0.14.0...v0.15.0">compareview</a></li></ul></details><br />[![Dependabot compatibilityscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/hashicorp/terraform-plugin-framework-validators&package-manager=go_modules&previous-version=0.14.0&new-version=0.15.0)](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'talter it yourself. You can also trigger a rebase manually by commenting`@dependabot rebase`.[//]: # (dependabot-automerge-start)[//]: # (dependabot-automerge-end)---<details><summary>Dependabot commands and options</summary><br />You can trigger Dependabot actions by commenting on this PR:- `@dependabot rebase` will rebase this PR- `@dependabot recreate` will recreate this PR, overwriting any editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR or upgrade to it yourself)</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parenteaa33db commitecc7a9a

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

‎go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ require (
1111
github.com/docker/go-connectionsv0.5.0
1212
github.com/google/uuidv1.6.0
1313
github.com/hashicorp/terraform-plugin-docsv0.19.4
14-
github.com/hashicorp/terraform-plugin-frameworkv1.12.0
15-
github.com/hashicorp/terraform-plugin-framework-validatorsv0.14.0
16-
github.com/hashicorp/terraform-plugin-gov0.24.0
14+
github.com/hashicorp/terraform-plugin-frameworkv1.13.0
15+
github.com/hashicorp/terraform-plugin-framework-validatorsv0.15.0
16+
github.com/hashicorp/terraform-plugin-gov0.25.0
1717
github.com/hashicorp/terraform-plugin-logv0.9.0
1818
github.com/hashicorp/terraform-plugin-testingv1.10.0
1919
github.com/otiai10/copyv1.14.0
@@ -73,7 +73,7 @@ require (
7373
github.com/hashicorp/go-ctyv1.4.1-0.20200414143053-d3edf31b6320// indirect
7474
github.com/hashicorp/go-hclogv1.6.3// indirect
7575
github.com/hashicorp/go-multierrorv1.1.1// indirect
76-
github.com/hashicorp/go-pluginv1.6.1// indirect
76+
github.com/hashicorp/go-pluginv1.6.2// indirect
7777
github.com/hashicorp/go-retryablehttpv0.7.7// indirect
7878
github.com/hashicorp/go-uuidv1.0.3// indirect
7979
github.com/hashicorp/go-versionv1.7.0// indirect
@@ -160,8 +160,8 @@ require (
160160
google.golang.org/appenginev1.6.8// indirect
161161
google.golang.org/genproto/googleapis/apiv0.0.0-20240827150818-7e3bb234dfed// indirect
162162
google.golang.org/genproto/googleapis/rpcv0.0.0-20240903143218-8af14fe29dc1// indirect
163-
google.golang.org/grpcv1.67.0// indirect
164-
google.golang.org/protobufv1.34.2// indirect
163+
google.golang.org/grpcv1.67.1// indirect
164+
google.golang.org/protobufv1.35.1// indirect
165165
gopkg.in/DataDog/dd-trace-go.v1v1.67.0// indirect
166166
gopkg.in/yaml.v2v2.4.0// indirect
167167
gopkg.in/yaml.v3v3.0.1// indirect

‎go.sum

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ github.com/hashicorp/go-hclog v1.6.3/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVH
225225
github.com/hashicorp/go-multierrorv1.0.0/go.mod h1:dHtQlpGsu+cZNNAkkCN/P3hoUDHhCYQXV3UM06sGGrk=
226226
github.com/hashicorp/go-multierrorv1.1.1 h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=
227227
github.com/hashicorp/go-multierrorv1.1.1/go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9/fmwbPZ6JB6eMoM=
228-
github.com/hashicorp/go-pluginv1.6.1 h1:P7MR2UP6gNKGPp+y7EZw2kOiq4IR9WiqLvp0XOsVdwI=
229-
github.com/hashicorp/go-pluginv1.6.1/go.mod h1:XPHFku2tFo3o3QKFgSYo+cghcUhw1NA1hZyMK0PWAw0=
228+
github.com/hashicorp/go-pluginv1.6.2 h1:zdGAEd0V1lCaU0u+MxWQhtSDQmahpkwOun8U8EiRVog=
229+
github.com/hashicorp/go-pluginv1.6.2/go.mod h1:CkgLQ5CZqNmdL9U9JzM532t8ZiYQ35+pj3b1FD37R0Q=
230230
github.com/hashicorp/go-retryablehttpv0.7.7 h1:C8hUCYzor8PIfXHa4UrZkU4VvK8o9ISHxT2Q8+VepXU=
231231
github.com/hashicorp/go-retryablehttpv0.7.7/go.mod h1:pkQpWZeYWskR+D1tR2O5OcBFOxfA7DoAO6xtkuQnHTk=
232232
github.com/hashicorp/go-secure-stdlib/parseutilv0.1.7 h1:UpiO20jno/eV1eVZcxqWnUohyKRe1g8FPV/xH1s/2qs=
@@ -252,12 +252,12 @@ github.com/hashicorp/terraform-json v0.22.1 h1:xft84GZR0QzjPVWs4lRUwvTcPnegqlyS7
252252
github.com/hashicorp/terraform-jsonv0.22.1/go.mod h1:JbWSQCLFSXFFhg42T7l9iJwdGXBYV8fmmD6o/ML4p3A=
253253
github.com/hashicorp/terraform-plugin-docsv0.19.4 h1:G3Bgo7J22OMtegIgn8Cd/CaSeyEljqjH3G39w28JK4c=
254254
github.com/hashicorp/terraform-plugin-docsv0.19.4/go.mod h1:4pLASsatTmRynVzsjEhbXZ6s7xBlUw/2Kt0zfrq8HxA=
255-
github.com/hashicorp/terraform-plugin-frameworkv1.12.0 h1:7HKaueHPaikX5/7cbC1r9d1m12iYHY+FlNZEGxQ42CQ=
256-
github.com/hashicorp/terraform-plugin-frameworkv1.12.0/go.mod h1:N/IOQ2uYjW60Jp39Cp3mw7I/OpC/GfZ0385R0YibmkE=
257-
github.com/hashicorp/terraform-plugin-framework-validatorsv0.14.0 h1:3PCn9iyzdVOgHYOBmncpSSOxjQhCTYmc+PGvbdlqSaI=
258-
github.com/hashicorp/terraform-plugin-framework-validatorsv0.14.0/go.mod h1:LwDKNdzxrDY/mHBrlC6aYfE2fQ3Dk3gaJD64vNiXvo4=
259-
github.com/hashicorp/terraform-plugin-gov0.24.0 h1:2WpHhginCdVhFIrWHxDEg6RBn3YaWzR2o6qUeIEat2U=
260-
github.com/hashicorp/terraform-plugin-gov0.24.0/go.mod h1:tUQ53lAsOyYSckFGEefGC5C8BAaO0ENqzFd3bQeuYQg=
255+
github.com/hashicorp/terraform-plugin-frameworkv1.13.0 h1:8OTG4+oZUfKgnfTdPTJwZ532Bh2BobF4H+yBiYJ/scw=
256+
github.com/hashicorp/terraform-plugin-frameworkv1.13.0/go.mod h1:j64rwMGpgM3NYXTKuxrCnyubQb/4VKldEKlcG8cvmjU=
257+
github.com/hashicorp/terraform-plugin-framework-validatorsv0.15.0 h1:RXMmu7JgpFjnI1a5QjMCBb11usrW2OtAG+iOTIj5c9Y=
258+
github.com/hashicorp/terraform-plugin-framework-validatorsv0.15.0/go.mod h1:Bh89/hNmqsEWug4/XWKYBwtnw3tbz5BAy1L1OgvbIaY=
259+
github.com/hashicorp/terraform-plugin-gov0.25.0 h1:oi13cx7xXA6QciMcpcFi/rwA974rdTxjqEhXJjbAyks=
260+
github.com/hashicorp/terraform-plugin-gov0.25.0/go.mod h1:+SYagMYadJP86Kvn+TGeV+ofr/R3g4/If0O5sO96MVw=
261261
github.com/hashicorp/terraform-plugin-logv0.9.0 h1:i7hOA+vdAItN1/7UrfBqBwvYPQ9TFvymaRGZED3FCV0=
262262
github.com/hashicorp/terraform-plugin-logv0.9.0/go.mod h1:rKL8egZQ/eXSyDqzLUuwUYLVdlYeamldAHSxjUFADow=
263263
github.com/hashicorp/terraform-plugin-sdk/v2v2.34.0 h1:kJiWGx2kiQVo97Y5IOGR4EMcZ8DtMswHhUuFibsCQQE=
@@ -647,13 +647,13 @@ google.golang.org/genproto/googleapis/api v0.0.0-20240827150818-7e3bb234dfed h1:
647647
google.golang.org/genproto/googleapis/apiv0.0.0-20240827150818-7e3bb234dfed/go.mod h1:OCdP9MfskevB/rbYvHTsXTtKC+3bHWajPdoKgjcYkfo=
648648
google.golang.org/genproto/googleapis/rpcv0.0.0-20240903143218-8af14fe29dc1 h1:pPJltXNxVzT4pK9yD8vR9X75DaWYYmLGMsEvBfFQZzQ=
649649
google.golang.org/genproto/googleapis/rpcv0.0.0-20240903143218-8af14fe29dc1/go.mod h1:UqMtugtsSgubUsoxbuAoiCXvqvErP7Gf0so0mK9tHxU=
650-
google.golang.org/grpcv1.67.0 h1:IdH9y6PF5MPSdAntIcpjQ+tXO41pcQsfZV2RxtQgVcw=
651-
google.golang.org/grpcv1.67.0/go.mod h1:1gLDyUQU7CTLJI90u3nXZ9ekeghjeM7pTDZlqFNg2AA=
650+
google.golang.org/grpcv1.67.1 h1:zWnc1Vrcno+lHZCOofnIMvycFcc0QRGIzm9dhnDX68E=
651+
google.golang.org/grpcv1.67.1/go.mod h1:1gLDyUQU7CTLJI90u3nXZ9ekeghjeM7pTDZlqFNg2AA=
652652
google.golang.org/protobufv1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
653653
google.golang.org/protobufv1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
654654
google.golang.org/protobufv1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
655-
google.golang.org/protobufv1.34.2 h1:6xV6lTsCfpGD21XK49h7MhtcApnLqkfYgPcdHftf6hg=
656-
google.golang.org/protobufv1.34.2/go.mod h1:qYOHts0dSfpeUzUFpOMr/WGzszTmLH+DiWniOlNbLDw=
655+
google.golang.org/protobufv1.35.1 h1:m3LfL6/Ca+fqnjnlqQXNpFPABW1UD7mjh8KO2mKFytA=
656+
google.golang.org/protobufv1.35.1/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
657657
gopkg.in/DataDog/dd-trace-go.v1v1.67.0 h1:3Cb46zyKIlEWac21tvDF2O4KyMlOHQxrQkyiaUpdwM0=
658658
gopkg.in/DataDog/dd-trace-go.v1v1.67.0/go.mod h1:6DdiJPKOeJfZyd/IUGCAd5elY8qPGkztK6wbYYsMjag=
659659
gopkg.in/check.v1v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp