chore: bump the all group with 4 updates#646
Conversation
Bumps the all group with 4 updates: [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml), [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework), [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/BurntSushi/toml` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/BurntSushi/toml/releases) - [Commits](BurntSushi/toml@v1.5.0...v1.6.0) Updates `github.com/hashicorp/terraform-plugin-framework` from 1.16.1 to 1.18.0 - [Release notes](https://github.com/hashicorp/terraform-plugin-framework/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-framework/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-framework@v1.16.1...v1.18.0) Updates `github.com/hashicorp/terraform-plugin-go` from 0.29.0 to 0.30.0 - [Release notes](https://github.com/hashicorp/terraform-plugin-go/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-go/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-go@v0.29.0...v0.30.0) Updates `github.com/hashicorp/terraform-plugin-testing` from 1.13.3 to 1.14.0 - [Release notes](https://github.com/hashicorp/terraform-plugin-testing/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-testing/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-testing@v1.13.3...v1.14.0) --- updated-dependencies: - dependency-name: github.com/BurntSushi/toml dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github.com/hashicorp/terraform-plugin-framework dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github.com/hashicorp/terraform-plugin-go dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github.com/hashicorp/terraform-plugin-testing dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
Dependency Update Review: #646PR: #646 SummaryThis PR updates 4 Go dependencies in the terraform-provider-prefect repository. All CI checks have passed successfully, including acceptance tests, builds across multiple platforms (macOS, Ubuntu, Windows), and linting. The updates include important HashiCorp Terraform plugin framework libraries and the TOML parser. Recommendation: Approve and merge Updated Dependencies1. github.com/BurntSushi/toml: 1.5.0 → 1.6.0Changes:
Impact: Low risk. This is a minor version update with bug fixes and spec compliance improvements. The terraform-provider-prefect likely uses this for configuration parsing. Release notes: https://github.com/BurntSushi/toml/releases/tag/v1.6.0 2. github.com/hashicorp/terraform-plugin-framework: 1.16.1 → 1.18.0Changes: v1.18.0 (February 27, 2026):
v1.17.0 (December 02, 2025):
Impact: Medium risk. This is a two minor version jump with new features. The state store functionality is experimental and shouldn't affect existing code. The new deprecation message support and Note: The experimental state store features are clearly marked and won't impact stability. Release notes: https://github.com/hashicorp/terraform-plugin-framework/releases 3. github.com/hashicorp/terraform-plugin-go: 0.29.0 → 0.30.0Changes:
Impact: Low-Medium risk. This update aligns with the plugin-framework changes. The state store protocol is experimental. The deprecation message field is additive. The note about future breaking changes gives advance warning. Release notes: https://github.com/hashicorp/terraform-plugin-go/releases/tag/v0.30.0 4. github.com/hashicorp/terraform-plugin-testing: 1.13.3 → 1.14.0Changes:
Impact: Low risk. This is a test-only dependency update. New features are additive and improve testing capabilities. The Go 1.24 update is consistent with Go support policies. Release notes: https://github.com/hashicorp/terraform-plugin-testing/releases/tag/v1.14.0 Indirect DependenciesThe PR also updates several indirect dependencies:
These are standard maintenance updates that come with the primary dependency updates. CI StatusAll checks passed:
Two checks are pending:
The core functionality tests have all passed successfully. Files Changed
No source code changes required. Risk AssessmentOverall Risk: Low-Medium Pros:
Cons:
RecommendationApprove and merge this PR. Rationale:
Post-merge actions:
|
1 similar comment
Dependency Update Review: #646PR: #646 SummaryThis PR updates 4 Go dependencies in the terraform-provider-prefect repository. All CI checks have passed successfully, including acceptance tests, builds across multiple platforms (macOS, Ubuntu, Windows), and linting. The updates include important HashiCorp Terraform plugin framework libraries and the TOML parser. Recommendation: Approve and merge Updated Dependencies1. github.com/BurntSushi/toml: 1.5.0 → 1.6.0Changes:
Impact: Low risk. This is a minor version update with bug fixes and spec compliance improvements. The terraform-provider-prefect likely uses this for configuration parsing. Release notes: https://github.com/BurntSushi/toml/releases/tag/v1.6.0 2. github.com/hashicorp/terraform-plugin-framework: 1.16.1 → 1.18.0Changes: v1.18.0 (February 27, 2026):
v1.17.0 (December 02, 2025):
Impact: Medium risk. This is a two minor version jump with new features. The state store functionality is experimental and shouldn't affect existing code. The new deprecation message support and Note: The experimental state store features are clearly marked and won't impact stability. Release notes: https://github.com/hashicorp/terraform-plugin-framework/releases 3. github.com/hashicorp/terraform-plugin-go: 0.29.0 → 0.30.0Changes:
Impact: Low-Medium risk. This update aligns with the plugin-framework changes. The state store protocol is experimental. The deprecation message field is additive. The note about future breaking changes gives advance warning. Release notes: https://github.com/hashicorp/terraform-plugin-go/releases/tag/v0.30.0 4. github.com/hashicorp/terraform-plugin-testing: 1.13.3 → 1.14.0Changes:
Impact: Low risk. This is a test-only dependency update. New features are additive and improve testing capabilities. The Go 1.24 update is consistent with Go support policies. Release notes: https://github.com/hashicorp/terraform-plugin-testing/releases/tag/v1.14.0 Indirect DependenciesThe PR also updates several indirect dependencies:
These are standard maintenance updates that come with the primary dependency updates. CI StatusAll checks passed:
Two checks are pending:
The core functionality tests have all passed successfully. Files Changed
No source code changes required. Risk AssessmentOverall Risk: Low-Medium Pros:
Cons:
RecommendationApprove and merge this PR. Rationale:
Post-merge actions:
|
Bumps the all group with 4 updates: github.com/BurntSushi/toml, github.com/hashicorp/terraform-plugin-framework, github.com/hashicorp/terraform-plugin-go and github.com/hashicorp/terraform-plugin-testing.
Updates
github.com/BurntSushi/tomlfrom 1.5.0 to 1.6.0Release notes
Sourced from github.com/BurntSushi/toml's releases.
Commits
5253492Enable TOML 1.1 by default (#457)e954445Reject duplicate arrays (#455)6b16cbdUpdate toml-test test cases from upstream (#456)011fa2bEnsure constant format strings in wf calls4b439bfRemove itemNila473c12Add test for out of range float64b535ff8Add some boring tests for lex.go6011ef0Remove unreachable condition in lexTableNameStartc8ca9e6Remove unreachable condition1121f81Make tomlv read from stdinUpdates
github.com/hashicorp/terraform-plugin-frameworkfrom 1.16.1 to 1.18.0Release notes
Sourced from github.com/hashicorp/terraform-plugin-framework's releases.
Changelog
Sourced from github.com/hashicorp/terraform-plugin-framework's changelog.
Commits
c271e91Update changeloged8d66cfeat: add deprecation messages for attributes and blocks in configschema (#1276)60c74cfbuild(deps): Bump github.com/hashicorp/terraform-plugin-go (#1280)7b6eb10Add Validate for StateStore (#1272)9bd8a09statestore: Add experimental notes + changelog (#1277)aa52d37build(deps): Bump github.com/hashicorp/copywrite in /tools (#1275)5024442statestore: Implement workspace RPCs (GetStates,DeleteState) (#1273)43e0360statestore: ImplementWritefor state stores (#1270)e642d51statestore: ImplementLockandUnlockfor state stores (#1266)c999217Update Copywrite years to 2026 (#1268)Updates
github.com/hashicorp/terraform-plugin-gofrom 0.29.0 to 0.30.0Release notes
Sourced from github.com/hashicorp/terraform-plugin-go's releases.
Changelog
Sourced from github.com/hashicorp/terraform-plugin-go's changelog.
Commits
7a04181Update changeloge000918statestore: Add experimental notes + changelog (#604)e392eb6add deprecation_message to grpc proto and schema structs (#600)6f6f68abuild(deps): Bump google.golang.org/grpc from 1.78.0 to 1.79.1 (#603)cd3252fbuild(deps): Bump github.com/hashicorp/copywrite in /tools (#602)83ff282build(deps): Bump google.golang.org/grpc/cmd/protoc-gen-go-grpc from 1.5.1 to...caa1250build(deps): Bump github.com/hashicorp/copywrite from 0.24.0 to 0.24.2 in /to...14fe65ebuild(deps): Bump github.com/hashicorp/copywrite in /tools (#597)5ee985dbuild(deps): Bump actions/checkout in the github-actions group (#595)b0a6acatfprotov6: Add package docs for state store types, refactoring, add unit test...Updates
github.com/hashicorp/terraform-plugin-testingfrom 1.13.3 to 1.14.0Release notes
Sourced from github.com/hashicorp/terraform-plugin-testing's releases.
Changelog
Sourced from github.com/hashicorp/terraform-plugin-testing's changelog.
... (truncated)
Commits
1d62277Update changelog4fba753UpdateExpectKnownValuequery check to usequeryfilterand accept multipl...b176f5bAddqueryfilterpackage andExpectResourceDisplayNamequery check (#573)f696cc9build(deps): Bump the github-actions group with 3 updates (#581)1c1f594build(deps): Bump golang.org/x/crypto from 0.36.0 to 0.45.0 in /tools (#578)d27b48dbuild(deps): Bump golang.org/x/crypto from 0.44.0 to 0.45.0 (#579)86601b0build(deps): Bump golang.org/x/crypto from 0.43.0 to 0.44.0 (#575)3bb9253Usetfsdklog.ContextWithTestLogging(#574)926d699build(deps): Bump golangci/golangci-lint-action (#572)203e6ccquery: refactor query test step logic intotestStepNewQuery()(#568)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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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