dependabot[bot] opened a new pull request, #21: URL: https://github.com/apache/iceberg-terraform/pull/21
Bumps the gomod_updates group with 3 updates: [github.com/apache/iceberg-go](https://github.com/apache/iceberg-go), [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) and [github.com/hashicorp/terraform-plugin-go](https://github.com/hashicorp/terraform-plugin-go). Updates `github.com/apache/iceberg-go` from 0.4.1-0.20260201105728-7cfbf238ee7f to 0.5.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/iceberg-go/releases">github.com/apache/iceberg-go's releases</a>.</em></p> <blockquote> <h2>Apache Iceberg Go 0.5.0</h2> <h2>What's Changed</h2> <ul> <li>build(deps): bump the gomod_updates group with 5 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg-go/pull/599">apache/iceberg-go#599</a></li> <li>build(deps): bump the gomod_updates group with 8 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg-go/pull/604">apache/iceberg-go#604</a></li> <li>feat(table): Table Metadata V3 support by <a href="https://github.com/dttung2905"><code>@dttung2905</code></a> in <a href="https://redirect.github.com/apache/iceberg-go/pull/585">apache/iceberg-go#585</a></li> <li>feat(view metadata): implement the View spec by <a href="https://github.com/alessandro-nori"><code>@alessandro-nori</code></a> in <a href="https://redirect.github.com/apache/iceberg-go/pull/600">apache/iceberg-go#600</a></li> <li>fix(transforms): fix truncate transform for negative ints by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/iceberg-go/pull/608">apache/iceberg-go#608</a></li> <li>chore(deps): update substrait by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/iceberg-go/pull/607">apache/iceberg-go#607</a></li> <li>feat(table): add schema evolution support by <a href="https://github.com/xixipi-lining"><code>@xixipi-lining</code></a> in <a href="https://redirect.github.com/apache/iceberg-go/pull/596">apache/iceberg-go#596</a></li> <li>fix(schema): Fix HighestFieldID to include ListType ElementID by <a href="https://github.com/xixipi-lining"><code>@xixipi-lining</code></a> in <a href="https://redirect.github.com/apache/iceberg-go/pull/609">apache/iceberg-go#609</a></li> <li>feat(types) add support for TimestampNano(Tz) by <a href="https://github.com/twuebi"><code>@twuebi</code></a> in <a href="https://redirect.github.com/apache/iceberg-go/pull/594">apache/iceberg-go#594</a></li> <li>fix(table): support gzipped metadata json by <a href="https://github.com/hamilton-earthscope"><code>@hamilton-earthscope</code></a> in <a href="https://redirect.github.com/apache/iceberg-go/pull/610">apache/iceberg-go#610</a></li> <li>build(deps): bump the gomod_updates group with 6 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg-go/pull/613">apache/iceberg-go#613</a></li> <li>fix(schema): Fix bug in Schema.HighestFieldId for List types by <a href="https://github.com/jnagel12"><code>@jnagel12</code></a> in <a href="https://redirect.github.com/apache/iceberg-go/pull/611">apache/iceberg-go#611</a></li> <li>feat(table): support writing gzipped metadata json by <a href="https://github.com/hamilton-earthscope"><code>@hamilton-earthscope</code></a> in <a href="https://redirect.github.com/apache/iceberg-go/pull/612">apache/iceberg-go#612</a></li> <li>build(deps): bump the gomod_updates group with 8 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg-go/pull/615">apache/iceberg-go#615</a></li> <li>feat(views): add validations for json parsing of view metadata by <a href="https://github.com/twuebi"><code>@twuebi</code></a> in <a href="https://redirect.github.com/apache/iceberg-go/pull/619">apache/iceberg-go#619</a></li> <li>build(deps): bump github.com/containerd/containerd/v2 from 2.1.4 to 2.1.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg-go/pull/617">apache/iceberg-go#617</a></li> <li>build(deps): bump the gomod_updates group with 10 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg-go/pull/618">apache/iceberg-go#618</a></li> <li>fix(catalog:rest): Fix RegisterTable endpoint by <a href="https://github.com/itaigilo"><code>@itaigilo</code></a> in <a href="https://redirect.github.com/apache/iceberg-go/pull/624">apache/iceberg-go#624</a></li> <li>build(deps): bump the gomod_updates group with 7 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg-go/pull/625">apache/iceberg-go#625</a></li> <li>perf(table): optimize partitioned write throughput by <a href="https://github.com/hamilton-earthscope"><code>@hamilton-earthscope</code></a> in <a href="https://redirect.github.com/apache/iceberg-go/pull/622">apache/iceberg-go#622</a></li> <li>feat(view): view updates & MetadataBuilder stubs by <a href="https://github.com/twuebi"><code>@twuebi</code></a> in <a href="https://redirect.github.com/apache/iceberg-go/pull/621">apache/iceberg-go#621</a></li> <li>fix: remove partition type cache causing concurrent map write panic by <a href="https://github.com/hamilton-earthscope"><code>@hamilton-earthscope</code></a> in <a href="https://redirect.github.com/apache/iceberg-go/pull/627">apache/iceberg-go#627</a></li> <li>feat(view): add NewMetadata constructor for views by <a href="https://github.com/twuebi"><code>@twuebi</code></a> in <a href="https://redirect.github.com/apache/iceberg-go/pull/620">apache/iceberg-go#620</a></li> <li>infra: notify on github workflow failure by <a href="https://github.com/kevinjqliu"><code>@kevinjqliu</code></a> in <a href="https://redirect.github.com/apache/iceberg-go/pull/626">apache/iceberg-go#626</a></li> <li>build(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg-go/pull/631">apache/iceberg-go#631</a></li> <li>build(deps): bump the gomod_updates group with 14 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg-go/pull/632">apache/iceberg-go#632</a></li> <li>build(deps): bump the gomod_updates group with 4 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg-go/pull/635">apache/iceberg-go#635</a></li> <li>infra: automatically delete head branches after merge by <a href="https://github.com/kevinjqliu"><code>@kevinjqliu</code></a> in <a href="https://redirect.github.com/apache/iceberg-go/pull/634">apache/iceberg-go#634</a></li> <li>fix(catalog/rest): Handle 204 No Content response in doPost for renameTable by <a href="https://github.com/ankur-anand"><code>@ankur-anand</code></a> in <a href="https://redirect.github.com/apache/iceberg-go/pull/633">apache/iceberg-go#633</a></li> <li>Align error messages with RCK tests by <a href="https://github.com/shtripat"><code>@shtripat</code></a> in <a href="https://redirect.github.com/apache/iceberg-go/pull/636">apache/iceberg-go#636</a></li> <li>set header x-amz-content-sha256 before signing by <a href="https://github.com/0xMALVEE"><code>@0xMALVEE</code></a> in <a href="https://redirect.github.com/apache/iceberg-go/pull/637">apache/iceberg-go#637</a></li> <li>fix: preserve snapshot log history by <a href="https://github.com/shtripat"><code>@shtripat</code></a> in <a href="https://redirect.github.com/apache/iceberg-go/pull/638">apache/iceberg-go#638</a></li> <li>feat(view): Implement view metadata builder and UpdateView method in REST catalog by <a href="https://github.com/jnagel12"><code>@jnagel12</code></a> in <a href="https://redirect.github.com/apache/iceberg-go/pull/629">apache/iceberg-go#629</a></li> <li>build(deps): bump the gomod_updates group with 11 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg-go/pull/645">apache/iceberg-go#645</a></li> <li>docs: Update README.md by <a href="https://github.com/el10savio"><code>@el10savio</code></a> in <a href="https://redirect.github.com/apache/iceberg-go/pull/641">apache/iceberg-go#641</a></li> <li>fix(table): handle error in unmarshal of snapshot ref by <a href="https://github.com/ferhatelmas"><code>@ferhatelmas</code></a> in <a href="https://redirect.github.com/apache/iceberg-go/pull/646">apache/iceberg-go#646</a></li> <li>test: benchmark write performance for complex types and many partitions by <a href="https://github.com/hamilton-earthscope"><code>@hamilton-earthscope</code></a> in <a href="https://redirect.github.com/apache/iceberg-go/pull/643">apache/iceberg-go#643</a></li> <li>fix(view): field ID preservation and error handling for RCK compatibility by <a href="https://github.com/shtripat"><code>@shtripat</code></a> in <a href="https://redirect.github.com/apache/iceberg-go/pull/647">apache/iceberg-go#647</a></li> <li>feat: load view by <a href="https://github.com/0xMALVEE"><code>@0xMALVEE</code></a> in <a href="https://redirect.github.com/apache/iceberg-go/pull/640">apache/iceberg-go#640</a></li> <li>fix: read updated props when trimming metadata log by <a href="https://github.com/shtripat"><code>@shtripat</code></a> in <a href="https://redirect.github.com/apache/iceberg-go/pull/639">apache/iceberg-go#639</a></li> <li>Add analytics for Iceberg-go by <a href="https://github.com/rambleraptor"><code>@rambleraptor</code></a> in <a href="https://redirect.github.com/apache/iceberg-go/pull/653">apache/iceberg-go#653</a></li> <li>feat(metadata): Add support for source-ids by <a href="https://github.com/rambleraptor"><code>@rambleraptor</code></a> in <a href="https://redirect.github.com/apache/iceberg-go/pull/651">apache/iceberg-go#651</a></li> <li>chore(ci): drop backup golangci configuration by <a href="https://github.com/ferhatelmas"><code>@ferhatelmas</code></a> in <a href="https://redirect.github.com/apache/iceberg-go/pull/649">apache/iceberg-go#649</a></li> <li>fix(catalog/sql): handle error for metadata location while dropping view by <a href="https://github.com/ferhatelmas"><code>@ferhatelmas</code></a> in <a href="https://redirect.github.com/apache/iceberg-go/pull/648">apache/iceberg-go#648</a></li> <li>feat(types): Support Unknown Type for v3 table spec by <a href="https://github.com/dttung2905"><code>@dttung2905</code></a> in <a href="https://redirect.github.com/apache/iceberg-go/pull/605">apache/iceberg-go#605</a></li> <li>fix data race in yieldDataFiles by <a href="https://github.com/vjanelle"><code>@vjanelle</code></a> in <a href="https://redirect.github.com/apache/iceberg-go/pull/650">apache/iceberg-go#650</a></li> <li>fix(manifest): Update method comment for Count by <a href="https://github.com/hdnpth"><code>@hdnpth</code></a> in <a href="https://redirect.github.com/apache/iceberg-go/pull/660">apache/iceberg-go#660</a></li> <li>build(deps): bump the gomod_updates group across 1 directory with 9 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg-go/pull/661">apache/iceberg-go#661</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/apache/iceberg-go/commits/v0.5.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/hashicorp/terraform-plugin-framework` from 1.17.0 to 1.18.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-plugin-framework/releases">github.com/hashicorp/terraform-plugin-framework's releases</a>.</em></p> <blockquote> <h2>v1.18.0</h2> <p>NOTES:</p> <ul> <li>State store support is considered experimental and offered without compatibility promises until support for <code>state_store</code> in Terraform core is generally available. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1259">#1259</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>framework: Add support for deprecation messages on attributes and blocks in the configuration schema (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1276">#1276</a>)</li> <li>statestore: New package for implementing state stores (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1259">#1259</a>)</li> <li>statestore/schema: New package for implementing state store schemas (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1259">#1259</a>)</li> </ul> <p>ENHANCEMENTS:</p> <ul> <li>types/basetypes: Added <code>Length()</code> method for the <code>ListValue</code> type. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1067">#1067</a>)</li> <li>types/basetypes: Added <code>Length()</code> method for the <code>MapValue</code> type. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1067">#1067</a>)</li> <li>types/basetypes: Added <code>Length()</code> method for the <code>SetValue</code> type. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1067">#1067</a>)</li> <li>types/basetypes: Added <code>Length()</code> method for the <code>TupleValue</code> type. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1067">#1067</a>)</li> <li>provider: Added <code>ProviderWithStateStores</code> interface for implementing state stores (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1259">#1259</a>)</li> <li>provider: Added <code>StateStoreData</code> to <code>ConfigureResponse</code>, to pass provider-defined data to <code>(statestore.StateStore).Initialize</code> methods (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1262">#1262</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-plugin-framework/blob/main/CHANGELOG.md">github.com/hashicorp/terraform-plugin-framework's changelog</a>.</em></p> <blockquote> <h2>1.18.0 (February 27, 2026)</h2> <p>NOTES:</p> <ul> <li>State store support is considered experimental and offered without compatibility promises until support for <code>state_store</code> in Terraform core is generally available. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1259">#1259</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>framework: Add support for deprecation messages on attributes and blocks in the configuration schema (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1276">#1276</a>)</li> <li>statestore: New package for implementing state stores (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1259">#1259</a>)</li> <li>statestore/schema: New package for implementing state store schemas (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1259">#1259</a>)</li> </ul> <p>ENHANCEMENTS:</p> <ul> <li>types/basetypes: Added <code>Length()</code> method for the <code>ListValue</code> type. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1067">#1067</a>)</li> <li>types/basetypes: Added <code>Length()</code> method for the <code>MapValue</code> type. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1067">#1067</a>)</li> <li>types/basetypes: Added <code>Length()</code> method for the <code>SetValue</code> type. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1067">#1067</a>)</li> <li>types/basetypes: Added <code>Length()</code> method for the <code>TupleValue</code> type. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1067">#1067</a>)</li> <li>provider: Added <code>ProviderWithStateStores</code> interface for implementing state stores (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1259">#1259</a>)</li> <li>provider: Added <code>StateStoreData</code> to <code>ConfigureResponse</code>, to pass provider-defined data to <code>(statestore.StateStore).Initialize</code> methods (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1262">#1262</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/c271e918af964c9fe6621a5adef67fe0280f3daa"><code>c271e91</code></a> Update changelog</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/ed8d66cf472b9b3915a35c68600dddac1c78e66c"><code>ed8d66c</code></a> feat: add deprecation messages for attributes and blocks in configschema (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1276">#1276</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/60c74cfce0e428a6448b7949f41ba8e1b195489e"><code>60c74cf</code></a> build(deps): Bump github.com/hashicorp/terraform-plugin-go (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1280">#1280</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/7b6eb103b2e8211ae84009ff565e7a4a59686e0d"><code>7b6eb10</code></a> Add Validate for StateStore (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1272">#1272</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/9bd8a09d5996c99e622a8bf85e300001345bdaac"><code>9bd8a09</code></a> statestore: Add experimental notes + changelog (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1277">#1277</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/aa52d3738c447dffacbf275e8e128964c8929252"><code>aa52d37</code></a> build(deps): Bump github.com/hashicorp/copywrite in /tools (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1275">#1275</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/5024442f555ced4b81652c427f3d3a4c0cc7822c"><code>5024442</code></a> statestore: Implement workspace RPCs (<code>GetStates</code>, <code>DeleteState</code>) (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1273">#1273</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/43e036020291df17043cfca415fca6913c1b91fe"><code>43e0360</code></a> statestore: Implement <code>Write</code> for state stores (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1270">#1270</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/e642d51e6f812462da5a128ba39f249feb8ac57f"><code>e642d51</code></a> statestore: Implement <code>Lock</code> and <code>Unlock</code> for state stores (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1266">#1266</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/c9992175c71f126d74863127de32ca1a81263c71"><code>c999217</code></a> Update Copywrite years to 2026 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1268">#1268</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-plugin-framework/compare/v1.17.0...v1.18.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/hashicorp/terraform-plugin-go` from 0.29.0 to 0.30.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-plugin-go/releases">github.com/hashicorp/terraform-plugin-go's releases</a>.</em></p> <blockquote> <h2>v0.30.0</h2> <p>NOTES:</p> <ul> <li>tfprotov6: An upcoming release will require the <code>StateStoreServer</code> implementation as part of <code>ProviderServer</code>. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/594">#594</a>)</li> <li>The state store protocol definitions are considered experimental and may change up until general availability in Terraform core. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/563">#563</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>tfprotov6: Upgraded protocol v6 and added types to support the new state store type. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/563">#563</a>)</li> <li>tfprotov5/tfprotov6: Added DeprecationMessage field to SchemaAttribute and SchemaNestedAttribute (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/600">#600</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-plugin-go/blob/main/CHANGELOG.md">github.com/hashicorp/terraform-plugin-go's changelog</a>.</em></p> <blockquote> <h2>0.30.0 (February 24, 2026)</h2> <p>NOTES:</p> <ul> <li>tfprotov6: An upcoming release will require the <code>StateStoreServer</code> implementation as part of <code>ProviderServer</code>. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/594">#594</a>)</li> <li>The state store protocol definitions are considered experimental and may change up until general availability in Terraform core. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/563">#563</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>tfprotov6: Upgraded protocol v6 and added types to support the new state store type. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/563">#563</a>)</li> <li>tfprotov5/tfprotov6: Added DeprecationMessage field to SchemaAttribute and SchemaNestedAttribute (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/600">#600</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/7a04181e9ee299629c1a108104b888048c28c595"><code>7a04181</code></a> Update changelog</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/e000918f016f9eb106eea83569f3742628ef4dea"><code>e000918</code></a> statestore: Add experimental notes + changelog (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/604">#604</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/e392eb684ef3de405a8ccd611e3c211e48797db8"><code>e392eb6</code></a> add deprecation_message to grpc proto and schema structs (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/600">#600</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/6f6f68aadcef184949cbf7c8a9fd1999c9bff534"><code>6f6f68a</code></a> build(deps): Bump google.golang.org/grpc from 1.78.0 to 1.79.1 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/603">#603</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/cd3252f783a6f88bae113a388c2e9e85312c937d"><code>cd3252f</code></a> build(deps): Bump github.com/hashicorp/copywrite in /tools (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/602">#602</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/83ff28277ca5b1a024af0a25239c7ca9301ad945"><code>83ff282</code></a> build(deps): Bump google.golang.org/grpc/cmd/protoc-gen-go-grpc from 1.5.1 to...</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/caa12502e0af3ff93152ba08b08bad768204da01"><code>caa1250</code></a> build(deps): Bump github.com/hashicorp/copywrite from 0.24.0 to 0.24.2 in /to...</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/14fe65ea923b5e306dbb4f67f2bb861f74b9e3ec"><code>14fe65e</code></a> build(deps): Bump github.com/hashicorp/copywrite in /tools (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/597">#597</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/5ee985d8067587610eeeb21ddc01b7503604da01"><code>5ee985d</code></a> build(deps): Bump actions/checkout in the github-actions group (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/595">#595</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/b0a6aca80fd756f6906735c55976500425342cbd"><code>b0a6aca</code></a> tfprotov6: Add package docs for state store types, refactoring, add unit test...</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-plugin-go/compare/v0.29.0...v0.30.0">compare view</a></li> </ul> </details> <br /> 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) --- <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 edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name>` 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 <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
