Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the production-dependencies group with 5 updates #37

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Mannequin

@dependabot[bot] dependabot[bot] mannequin commented Nov 15, 2023

Bumps the production-dependencies group with 5 updates:

Package From To
github.com/hashicorp/terraform-plugin-docs 0.14.1 0.16.0
github.com/hashicorp/terraform-plugin-framework 1.1.1 1.4.2
github.com/hashicorp/terraform-plugin-framework-validators 0.10.0 0.12.0
github.com/hashicorp/terraform-plugin-go 0.19.0 0.19.1
github.com/hashicorp/terraform-plugin-sdk/v2 2.25.0 2.30.0

Updates github.com/hashicorp/terraform-plugin-docs from 0.14.1 to 0.16.0

Release notes

Sourced from github.com/hashicorp/terraform-plugin-docs's releases.

v0.16.0

ENHANCEMENTS:

  • generate: Prevent files and subdirectories in the rendered website directory that are not directly managed by tfplugindocs from being deleted during generation (#267)
  • validate: Add cdktf to list of allowed rendered website subdirectories (#267)

v0.15.0

BREAKING CHANGES:

  • generate: The legacy-sidebar flag has been removed without replacement. It implemented no logic and is not necessary with Terraform Registry based documentation (#258)

NOTES:

  • This Go module has been updated to Go 1.19 per the Go support policy. Any consumers building on earlier Go versions may experience errors. (#231)

ENHANCEMENTS:

  • generate: Added provider-dir flag, which enables the command to be run from any directory (#259)
Changelog

Sourced from github.com/hashicorp/terraform-plugin-docs's changelog.

0.16.0 (July 06, 2023)

ENHANCEMENTS:

  • generate: Prevent files and subdirectories in the rendered website directory that are not directly managed by tfplugindocs from being deleted during generation (#267)
  • validate: Add cdktf to list of allowed rendered website subdirectories (#267)

0.15.0 (June 07, 2023)

BREAKING CHANGES:

  • generate: The legacy-sidebar flag has been removed without replacement. It implemented no logic and is not necessary with Terraform Registry based documentation (#258)

NOTES:

  • This Go module has been updated to Go 1.19 per the Go support policy. Any consumers building on earlier Go versions may experience errors. (#231)

ENHANCEMENTS:

  • generate: Added provider-dir flag, which enables the command to be run from any directory (#259)
Commits
  • c4e6bff Update changelog
  • 93aa7d3 generate: Remove only tfplugindocs managed files and subdirectories from re...
  • 66368e3 Bump golang.org/x/text from 0.10.0 to 0.11.0 (#269)
  • 0b576be Bump github.com/hashicorp/terraform-json from 0.17.0 to 0.17.1 (#268)
  • 31afe19 Bump github.com/hashicorp/copywrite from 0.16.3 to 0.16.4 in /tools (#266)
  • bfcfc58 Bump golang.org/x/text from 0.9.0 to 0.10.0 (#265)
  • 9df3e78 Bump golangci/golangci-lint-action from 3.5.0 to 3.6.0 (#264)
  • 7d9bba4 Bump goreleaser/goreleaser-action from 4.2.0 to 4.3.0 (#263)
  • 2061c06 Bump github.com/hashicorp/terraform-json from 0.16.0 to 0.17.0 (#262)
  • 7f2d109 Bump actions/checkout from 3.5.2 to 3.5.3 (#261)
  • Additional commits viewable in compare view

Updates github.com/hashicorp/terraform-plugin-framework from 1.1.1 to 1.4.2

Release notes

Sourced from github.com/hashicorp/terraform-plugin-framework's releases.

v1.4.2

BUG FIXES:

  • resource: Add Private field to DeleteResource type, which was missing to allow provider logic to update private state on errors (#863)
  • resource: Prevented private state data loss if resource destruction returned an error (#863)

v1.4.1

BUG FIXES:

  • providerserver: Prevented Data Source Type Not Found and Resource Type Not Found errors with Terraform 1.6 and later (#853)

v1.4.0

NOTES:

  • all: This Go module has been updated to Go 1.20 per the Go support policy. It is recommended to review the Go 1.20 release notes before upgrading. Any consumers building on earlier Go versions may experience errors. (#835)

FEATURES:

  • providerserver: Upgrade to protocol versions 5.4 and 6.4, which can significantly reduce memory usage with Terraform 1.6 and later when a configuration includes multiple instances of the same provider (#828)

v1.3.5

NOTES:

  • internal: Changed provider defined method execution logs from DEBUG log level to TRACE (#818)

BUG FIXES:

  • internal/fwserver: Prevented Invalid Element Type diagnostics for nested attributes and blocks implementing CustomType field (#823)

v1.3.4

BUG FIXES:

  • types/basetypes: Prevented Float64Value Terraform data consistency errors for numbers with high precision floating point rounding errors (#817)

v1.3.3

BUG FIXES:

  • types/basetypes: Minor reduction of memory allocations for ObjectValue type ToTerraformValue() method, which decreases provider operation durations at scale (#775)
  • resource: Prevented panic during planning caused by SetNestedAttribute with nested attribute Default and multiple configured elements (#783)
  • tfsdk: Prevented Value Conversion Error diagnostics when using Set() method with base types instead of custom types (#806)
  • providerserver: Significantly reduced memory usage for framework data handling operations, especially during the PlanResourceChange RPC (#792)

v1.3.2

BUG FIXES:

  • resource/schema: Ensured Default implementations received request Path and have response Diagnostics handled (#778)
  • resource/schema: Prevented panics with Default implementations on list, map, and set where no response Diagnostics or PlanValue was returned (#778)
  • providerserver: Ensured Terraform CLI interrupts (e.g. Ctrl-c) properly cancel the context.Context of inflight requests (#782)
  • providerserver: Prevented caching of unused data and managed resource schemas (#784)

... (truncated)

Changelog

Sourced from github.com/hashicorp/terraform-plugin-framework's changelog.

1.4.2 (October 24, 2023)

BUG FIXES:

  • resource: Add Private field to DeleteResource type, which was missing to allow provider logic to update private state on errors (#863)
  • resource: Prevented private state data loss if resource destruction returned an error (#863)

1.4.1 (October 09, 2023)

BUG FIXES:

  • providerserver: Prevented Data Source Type Not Found and Resource Type Not Found errors with Terraform 1.6 and later (#853)

1.4.0 (September 06, 2023)

NOTES:

  • all: This Go module has been updated to Go 1.20 per the Go support policy. It is recommended to review the Go 1.20 release notes before upgrading. Any consumers building on earlier Go versions may experience errors. (#835)

FEATURES:

  • providerserver: Upgrade to protocol versions 5.4 and 6.4, which can significantly reduce memory usage with Terraform 1.6 and later when a configuration includes multiple instances of the same provider (#828)

1.3.5 (August 17, 2023)

NOTES:

  • internal: Changed provider defined method execution logs from DEBUG log level to TRACE (#818)

BUG FIXES:

  • internal/fwserver: Prevented Invalid Element Type diagnostics for nested attributes and blocks implementing CustomType field (#823)

1.3.4 (August 03, 2023)

BUG FIXES:

  • types/basetypes: Prevented Float64Value Terraform data consistency errors for numbers with high precision floating point rounding errors (#817)

1.3.3 (July 20, 2023)

BUG FIXES:

  • types/basetypes: Minor reduction of memory allocations for ObjectValue type ToTerraformValue() method, which decreases provider operation durations at scale (#775)
  • resource: Prevented panic during planning caused by SetNestedAttribute with nested attribute Default and multiple configured elements (#783)
  • tfsdk: Prevented Value Conversion Error diagnostics when using Set() method with base types instead of custom types (#806)
  • providerserver: Significantly reduced memory usage for framework data handling operations, especially during the PlanResourceChange RPC (#792)

1.3.2 (June 28, 2023)

... (truncated)

Commits
  • 3b275fb Update changelog
  • a6c07c2 resource: Prevent private state data loss on Delete method error (#864)
  • cd4d1ec Update plan-modification.mdx to properly label destroy check (#862)
  • 8971ffa build(deps-dev): Bump @​babel/traverse from 7.20.13 to 7.23.2 in /website (#860)
  • 9a52dfa build(deps): Bump golang.org/x/net from 0.10.0 to 0.17.0 in /tools (#857)
  • d7a34e4 build(deps): Bump golang.org/x/net from 0.13.0 to 0.17.0 (#858)
  • 0fbaf4b build(deps): Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 (#856)
  • 0caa25b build(deps): Bump postcss and next in /website (#854)
  • dc62082 Update changelog
  • f5a990a internal/fwserver - Fix DataSource/Resource Type Not Found errors when `Get...
  • Additional commits viewable in compare view

Updates github.com/hashicorp/terraform-plugin-framework-validators from 0.10.0 to 0.12.0

Release notes

Sourced from github.com/hashicorp/terraform-plugin-framework-validators's releases.

v0.12.0

ENHANCEMENTS:

  • boolvalidator: Added All, Any, and AnyWithAllWarnings validators (#158)
  • datasourcevalidator: Added All, Any, and AnyWithAllWarnings validators (#158)
  • providervalidator: Added All, Any, and AnyWithAllWarnings validators (#158)
  • resourcevalidator: Added All, Any, and AnyWithAllWarnings validators (#158)

v0.11.0

NOTES:

  • This Go module has been updated to Go 1.19 per the Go support policy. Any consumers building on earlier Go versions may experience errors. (#117)

ENHANCEMENTS:

  • int64validator: Added equalToProductOf validator (#129)

BUG FIXES:

  • stringvalidator: Removed double quoting in Description returned from NoneOf, NoneOfCaseInsensitive, OneOf and OneOfCaseInsensitive validators (#152)
Changelog

Sourced from github.com/hashicorp/terraform-plugin-framework-validators's changelog.

0.12.0 (August 30, 2023)

ENHANCEMENTS:

  • boolvalidator: Added All, Any, and AnyWithAllWarnings validators (#158)
  • datasourcevalidator: Added All, Any, and AnyWithAllWarnings validators (#158)
  • providervalidator: Added All, Any, and AnyWithAllWarnings validators (#158)
  • resourcevalidator: Added All, Any, and AnyWithAllWarnings validators (#158)

0.11.0 (August 03, 2023)

NOTES:

  • This Go module has been updated to Go 1.19 per the Go support policy. Any consumers building on earlier Go versions may experience errors. (#117)

ENHANCEMENTS:

  • int64validator: Added equalToProductOf validator (#129)

BUG FIXES:

  • stringvalidator: Removed double quoting in Description returned from NoneOf, NoneOfCaseInsensitive, OneOf and OneOfCaseInsensitive validators (#152)
Commits
  • 5083392 Update changelog
  • cd82393 Add All, Any, and AnyWithAllWarnings validators to boolvalidator, `pr...
  • 8e0c86c Minor fix to stringvalidator.LengthBetween() (#157)
  • 9ddcff9 Result of tsccr-helper -log-level=info -pin-all-workflows . (#159)
  • fe26328 Bump github.com/hashicorp/terraform-plugin-framework from 1.3.4 to 1.3.5 (#156)
  • 329b22e Result of tsccr-helper -log-level=info -pin-all-workflows . (#155)
  • 0fe06fc Bump github.com/hashicorp/terraform-plugin-framework from 1.3.3 to 1.3.4 (#154)
  • bcd713d Update changelog
  • c3ae185 Remove double quoting in string validator descriptions (#152)
  • 5fe0aad SEC-090: Automated trusted workflow pinning (2023-08-02) (#153)
  • Additional commits viewable in compare view

Updates github.com/hashicorp/terraform-plugin-go from 0.19.0 to 0.19.1

Release notes

Sourced from github.com/hashicorp/terraform-plugin-go's releases.

v0.19.1

NOTES:

  • This release introduces no functional changes. It does however include dependency updates, such as google.golang.org/grpc, which address upstream CVEs. (#324)
Changelog

Sourced from github.com/hashicorp/terraform-plugin-go's changelog.

0.19.1 (November 15, 2023)

NOTES:

  • This release introduces no functional changes. It does however include dependency updates, such as google.golang.org/grpc, which address upstream CVEs. (#324)
Commits
  • a2f620b Update changelog
  • d53075b Update CHANGELOG for #324 (#344)
  • c1dee58 build(deps): Bump github.com/hashicorp/copywrite in /tools (#343)
  • 56cf312 build(deps): Bump github.com/hashicorp/terraform-registry-address (#341)
  • d3ea554 Result of tsccr-helper -log-level=info -pin-all-workflows . (#340)
  • 16b42d5 build(deps): Bump github.com/vmihailenco/msgpack/v5 from 5.4.0 to 5.4.1 (#339)
  • 5d52924 build(deps): Bump google.golang.org/grpc from 1.58.3 to 1.59.0 (#338)
  • 4c05a78 build(deps): Bump golang.org/x/net from 0.10.0 to 0.17.0 in /tools (#336)
  • 038c9d2 build(deps): Bump golang.org/x/net from 0.13.0 to 0.17.0 (#337)
  • 7b5db71 ci: Test with Terraform 1.6.x (#335)
  • Additional commits viewable in compare view

Updates github.com/hashicorp/terraform-plugin-sdk/v2 from 2.25.0 to 2.30.0

Release notes

Sourced from github.com/hashicorp/terraform-plugin-sdk/v2's releases.

v2.30.0

NOTES:

  • meta: The SDKVersion variable, SDKPrerelease variable, and SDKVersionString() function have been deprecated. Use the Go standard library runtime/debug package build information instead. (#1257)

BUG FIXES:

  • meta: Fixed version in SDKVersion variable and SDKVersionString() function (#1257)
  • helper/schema: Ensured (ResourceData).GetRawConfig() data is populated for Provider.ConfigureFunc and Provider.ConfigureContextFunc (#1270)
  • helper/schema: Ensured (ResourceData).GetOkExists() second result is true when configuration contains zero-value data in Provider.ConfigureFunc and Provider.ConfigureContextFunc (#1270)

v2.29.0

NOTES:

  • all: This Go module has been updated to Go 1.20 per the Go support policy. It is recommended to review the Go 1.20 release notes before upgrading. Any consumers building on earlier Go versions may experience errors. (#1245)

FEATURES:

  • helper/schema: Upgrade to protocol version 5.4, which can significantly reduce memory usage with Terraform 1.6 and later when a configuration includes multiple instances of the same provider (#1234)

ENHANCEMENTS:

  • helper/validation: Added AllDiag and AnyDiag, which are SchemaValidateDiagFunc variants of All and Any (#1155)
  • helper/validation: Added quoting in StringInSlice error diagnostic output to prevent confusion with values that contain spaces (#464)

v2.28.0

NOTES:

  • helper/schema: The Resource type EnableApplyLegacyTypeSystemErrors and EnablePlanLegacyTypeSystemErrors fields can be enabled to more easily discover resource data consistency errors which Terraform would normally demote to warning logs. Before enabling the flag in a production release for a resource, the resource should be exhaustively acceptance tested as there may be unrecoverable error situations for practitioners. It is recommended to first enable and test in environments where it is easy to clean up resources, potentially outside of Terraform. (#1227)

ENHANCEMENTS:

  • helper/schema: Added Resource type EnableLegacyTypeSystemApplyErrors field, which will prevent Terraform from demoting data consistency errors to warning logs during ApplyResourceChange (Create, Update, and Delete) operations with the resource (#1227)
  • helper/schema: Added Resource type EnableLegacyTypeSystemPlanErrors field, which can be used to prevent Terraform from demoting data consistency errors to warning logs during PlanResourceChange operations with the resource (#1227)

v2.27.0

NOTES:

  • helper/schema: Consumers directly referencing the Resource type Schema field should switch to the SchemaMap method to ensure new SchemaFunc field data is properly retrieved (#1217)

ENHANCEMENTS:

  • all: Improved SDK logging performance when messages would be skipped due to configured logging level (#1202)
  • helper/schema: Added Resource type SchemaFunc field and SchemaMap method, which can reduce resident memory usage with large schemas (#1217)

v2.26.1

BUG FIXES:

  • helper/resource: Prevented build errors with type aliasing added in v2.26.0 (#1176)

... (truncated)

Changelog

Sourced from github.com/hashicorp/terraform-plugin-sdk/v2's changelog.

2.30.0 (November 09, 2023)

NOTES:

  • meta: The SDKVersion variable, SDKPrerelease variable, and SDKVersionString() function have been deprecated. Use the Go standard library runtime/debug package build information instead. (#1257)

BUG FIXES:

  • meta: Fixed version in SDKVersion variable and SDKVersionString() function (#1257)
  • helper/schema: Ensured (ResourceData).GetRawConfig() data is populated for Provider.ConfigureFunc and Provider.ConfigureContextFunc (#1270)
  • helper/schema: Ensured (ResourceData).GetOkExists() second result is true when configuration contains zero-value data in Provider.ConfigureFunc and Provider.ConfigureContextFunc (#1270)

2.29.0 (September 06, 2023)

NOTES:

  • all: This Go module has been updated to Go 1.20 per the Go support policy. It is recommended to review the Go 1.20 release notes before upgrading. Any consumers building on earlier Go versions may experience errors. (#1245)

FEATURES:

  • helper/schema: Upgrade to protocol version 5.4, which can significantly reduce memory usage with Terraform 1.6 and later when a configuration includes multiple instances of the same provider (#1234)

ENHANCEMENTS:

  • helper/validation: Added AllDiag and AnyDiag, which are SchemaValidateDiagFunc variants of All and Any (#1155)
  • helper/validation: Added quoting in StringInSlice error diagnostic output to prevent confusion with values that contain spaces (#464)

2.28.0 (August 24, 2023)

NOTES:

  • helper/schema: The Resource type EnableApplyLegacyTypeSystemErrors and EnablePlanLegacyTypeSystemErrors fields can be enabled to more easily discover resource data consistency errors which Terraform would normally demote to warning logs. Before enabling the flag in a production release for a resource, the resource should be exhaustively acceptance tested as there may be unrecoverable error situations for practitioners. It is recommended to first enable and test in environments where it is easy to clean up resources, potentially outside of Terraform. (#1227)

ENHANCEMENTS:

  • helper/schema: Added Resource type EnableLegacyTypeSystemApplyErrors field, which will prevent Terraform from demoting data consistency errors to warning logs during ApplyResourceChange (Create, Update, and Delete) operations with the resource (#1227)
  • helper/schema: Added Resource type EnableLegacyTypeSystemPlanErrors field, which can be used to prevent Terraform from demoting data consistency errors to warning logs during PlanResourceChange operations with the resource (#1227)

2.27.0 (June 28, 2023)

NOTES:

  • helper/schema: Consumers directly referencing the Resource type Schema field should switch to the SchemaMap method to ensure new SchemaFunc field data is properly retrieved (#1217)

ENHANCEMENTS:

  • all: Improved SDK logging performance when messages would be skipped due to configured logging level (#1202)
  • helper/schema: Added Resource type SchemaFunc field and SchemaMap method, which can reduce resident memory usage with large schemas (#1217)

2.26.1 (March 21, 2023)

... (truncated)

Commits
  • cc7cc13 Update changelog
  • fd85865 Update meta package SDKVersion
  • 2373a58 .github: Ensure existing changelog release job also uses latest branch reference
  • cb9149a Update meta package SDKVersion
  • 9525a74 .github: Ensure new meta-version release job uses latest branch reference (#1...
  • 9f76b86 Update meta package SDKVersion
  • 79eaf49 meta: Revert SDKVersion to re-run release (#1275)
  • a425a78 changelog: Fix entry quoting issues (#1274)
  • 4f9ac99 Update meta package SDKVersion
  • fc72548 docs: Update unit test example link and code (#1272)
  • 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 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 <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

Bumps the production-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) | `0.14.1` | `0.16.0` |
| [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) | `1.1.1` | `1.4.2` |
| [github.com/hashicorp/terraform-plugin-framework-validators](https://github.com/hashicorp/terraform-plugin-framework-validators) | `0.10.0` | `0.12.0` |
| [github.com/hashicorp/terraform-plugin-go](https://github.com/hashicorp/terraform-plugin-go) | `0.19.0` | `0.19.1` |
| [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) | `2.25.0` | `2.30.0` |


Updates `github.com/hashicorp/terraform-plugin-docs` from 0.14.1 to 0.16.0
- [Release notes](https://github.com/hashicorp/terraform-plugin-docs/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-docs/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-plugin-docs@v0.14.1...v0.16.0)

Updates `github.com/hashicorp/terraform-plugin-framework` from 1.1.1 to 1.4.2
- [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.1.1...v1.4.2)

Updates `github.com/hashicorp/terraform-plugin-framework-validators` from 0.10.0 to 0.12.0
- [Release notes](https://github.com/hashicorp/terraform-plugin-framework-validators/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-framework-validators/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-plugin-framework-validators@v0.10.0...v0.12.0)

Updates `github.com/hashicorp/terraform-plugin-go` from 0.19.0 to 0.19.1
- [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.19.0...v0.19.1)

Updates `github.com/hashicorp/terraform-plugin-sdk/v2` from 2.25.0 to 2.30.0
- [Release notes](https://github.com/hashicorp/terraform-plugin-sdk/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-plugin-sdk@v2.25.0...v2.30.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-docs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: github.com/hashicorp/terraform-plugin-framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: github.com/hashicorp/terraform-plugin-framework-validators
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: github.com/hashicorp/terraform-plugin-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot[bot] dependabot[bot] mannequin added the dependencies Pull requests that update a dependency file label Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

None yet

1 participant