Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update Minor and patch Golang dependencies (#160)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/google/uuid](https://togithub.com/google/uuid) | `v1.3.0` -> `v1.6.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgoogle%2fuuid/v1.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgoogle%2fuuid/v1.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgoogle%2fuuid/v1.3.0/v1.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgoogle%2fuuid/v1.3.0/v1.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/hashicorp/terraform-plugin-docs](https://togithub.com/hashicorp/terraform-plugin-docs) | `v0.13.0` -> `v0.18.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fhashicorp%2fterraform-plugin-docs/v0.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fhashicorp%2fterraform-plugin-docs/v0.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fhashicorp%2fterraform-plugin-docs/v0.13.0/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-docs/v0.13.0/v0.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/hashicorp/terraform-plugin-sdk/v2](https://togithub.com/hashicorp/terraform-plugin-sdk) | `v2.19.0` -> `v2.32.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fhashicorp%2fterraform-plugin-sdk%2fv2/v2.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fhashicorp%2fterraform-plugin-sdk%2fv2/v2.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fhashicorp%2fterraform-plugin-sdk%2fv2/v2.19.0/v2.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fhashicorp%2fterraform-plugin-sdk%2fv2/v2.19.0/v2.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>google/uuid (github.com/google/uuid)</summary> ### [`v1.6.0`](https://togithub.com/google/uuid/releases/tag/v1.6.0) [Compare Source](https://togithub.com/google/uuid/compare/v1.5.0...v1.6.0) ##### Features - add Max UUID constant ([#​149](https://togithub.com/google/uuid/issues/149)) ([c58770e](https://togithub.com/google/uuid/commit/c58770eb495f55fe2ced6284f93c5158a62e53e3)) ##### Bug Fixes - fix typo in version 7 uuid documentation ([#​153](https://togithub.com/google/uuid/issues/153)) ([016b199](https://togithub.com/google/uuid/commit/016b199544692f745ffc8867b914129ecb47ef06)) - Monotonicity in UUIDv7 ([#​150](https://togithub.com/google/uuid/issues/150)) ([a2b2b32](https://togithub.com/google/uuid/commit/a2b2b32373ff0b1a312b7fdf6d38a977099698a6)) ### [`v1.5.0`](https://togithub.com/google/uuid/releases/tag/v1.5.0) [Compare Source](https://togithub.com/google/uuid/compare/v1.4.0...v1.5.0) ##### Features - Validate UUID without creating new UUID ([#​141](https://togithub.com/google/uuid/issues/141)) ([9ee7366](https://togithub.com/google/uuid/commit/9ee7366e66c9ad96bab89139418a713dc584ae29)) ### [`v1.4.0`](https://togithub.com/google/uuid/releases/tag/v1.4.0) [Compare Source](https://togithub.com/google/uuid/compare/v1.3.1...v1.4.0) ##### Features - UUIDs slice type with Strings() convenience method ([#​133](https://togithub.com/google/uuid/issues/133)) ([cd5fbbd](https://togithub.com/google/uuid/commit/cd5fbbdd02f3e3467ac18940e07e062be1f864b4)) ##### Fixes - Clarify that Parse's job is to parse but not necessarily validate strings. (Documents current behavior) ### [`v1.3.1`](https://togithub.com/google/uuid/releases/tag/v1.3.1) [Compare Source](https://togithub.com/google/uuid/compare/v1.3.0...v1.3.1) ##### Bug Fixes - Use .EqualFold() to parse urn prefixed UUIDs ([#​118](https://togithub.com/google/uuid/issues/118)) ([574e687](https://togithub.com/google/uuid/commit/574e6874943741fb99d41764c705173ada5293f0)) </details> <details> <summary>hashicorp/terraform-plugin-docs (github.com/hashicorp/terraform-plugin-docs)</summary> ### [`v0.18.0`](https://togithub.com/hashicorp/terraform-plugin-docs/releases/tag/v0.18.0) [Compare Source](https://togithub.com/hashicorp/terraform-plugin-docs/compare/v0.17.0...v0.18.0) FEATURES: - generate: Add support for Provider-defined Function documentation ([#​328](https://togithub.com/hashicorp/terraform-plugin-docs/issues/328)) - migrate: Add support for Provider-defined Function documentation ([#​328](https://togithub.com/hashicorp/terraform-plugin-docs/issues/328)) ENHANCEMENTS: - validate: Add `functions` to list of allowed template and rendered website subdirectories ([#​328](https://togithub.com/hashicorp/terraform-plugin-docs/issues/328)) ### [`v0.17.0`](https://togithub.com/hashicorp/terraform-plugin-docs/releases/tag/v0.17.0) [Compare Source](https://togithub.com/hashicorp/terraform-plugin-docs/compare/v0.16.0...v0.17.0) BREAKING CHANGES: - generate: templates using `printf` with either `codefile` or `tffile` to render code examples in markdown will need to switch to using those functions directly. For example, switch the following template code: `{{printf "{{codefile \"shell\" %q}}" .ImportFile}}` to `{{codefile "shell" .ImportFile}}` ([#​300](https://togithub.com/hashicorp/terraform-plugin-docs/issues/300)) FEATURES: - migrate: Added new `migrate` subcommand that migrates existing provider docs using the rendered website source directories (`website/docs/` or `/docs/`) to a `terraform-plugin-docs`-supported templates directory. ([#​314](https://togithub.com/hashicorp/terraform-plugin-docs/issues/314)) ENHANCEMENTS: - generate: Add `provider-schema` flag to pass in a file path to a provider schema JSON file, allowing the command to skip building the provider and calling Terraform CLI ([#​299](https://togithub.com/hashicorp/terraform-plugin-docs/issues/299)) BUG FIXES: - generate: fix `no such file or directory` error when running `generate` with no existing rendered website directory. ([#​296](https://togithub.com/hashicorp/terraform-plugin-docs/issues/296)) - generate: fix incorrect rendering of example and import files for providers with no docs templates or with generic fallback templates. ([#​300](https://togithub.com/hashicorp/terraform-plugin-docs/issues/300)) ### [`v0.16.0`](https://togithub.com/hashicorp/terraform-plugin-docs/releases/tag/v0.16.0) [Compare Source](https://togithub.com/hashicorp/terraform-plugin-docs/compare/v0.15.0...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](https://togithub.com/hashicorp/terraform-plugin-docs/issues/267)) - validate: Add `cdktf` to list of allowed rendered website subdirectories ([#​267](https://togithub.com/hashicorp/terraform-plugin-docs/issues/267)) ### [`v0.15.0`](https://togithub.com/hashicorp/terraform-plugin-docs/releases/tag/v0.15.0) [Compare Source](https://togithub.com/hashicorp/terraform-plugin-docs/compare/v0.14.1...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](https://togithub.com/hashicorp/terraform-plugin-docs/issues/258)) NOTES: - This Go module has been updated to Go 1.19 per the [Go support policy](https://golang.org/doc/devel/release.html#policy). Any consumers building on earlier Go versions may experience errors. ([#​231](https://togithub.com/hashicorp/terraform-plugin-docs/issues/231)) ENHANCEMENTS: - generate: Added `provider-dir` flag, which enables the command to be run from any directory ([#​259](https://togithub.com/hashicorp/terraform-plugin-docs/issues/259)) ### [`v0.14.1`](https://togithub.com/hashicorp/terraform-plugin-docs/releases/tag/v0.14.1) [Compare Source](https://togithub.com/hashicorp/terraform-plugin-docs/compare/v0.14.0...v0.14.1) BUG FIXES: - dependencies: `github.com/hashicorp/terraform-exec` dependency upgraded to `v0.18.1` to avoid causing acceptance test failures when `terraform-plugin-sdk` or `terraform-plugin-testing` are in use ([#​226](https://togithub.com/hashicorp/terraform-plugin-docs/issues/226)) ### [`v0.14.0`](https://togithub.com/hashicorp/terraform-plugin-docs/releases/tag/v0.14.0) [Compare Source](https://togithub.com/hashicorp/terraform-plugin-docs/compare/v0.13.0...v0.14.0) NOTES: - This Go module has been updated to Go 1.18 per the [Go support policy](https://go.dev/doc/devel/release#policy). Any consumers building on earlier Go versions may experience errors ([#​199](https://togithub.com/hashicorp/terraform-plugin-docs/issues/199)) </details> <details> <summary>hashicorp/terraform-plugin-sdk (github.com/hashicorp/terraform-plugin-sdk/v2)</summary> ### [`v2.32.0`](https://togithub.com/hashicorp/terraform-plugin-sdk/releases/tag/v2.32.0) [Compare Source](https://togithub.com/hashicorp/terraform-plugin-sdk/compare/v2.31.0...v2.32.0) NOTES: - helper/schema: While this Go module will not receive support for moving resource state across resource types, the provider server is updated to handle the new operation, which will be required to prevent errors when updating terraform-plugin-framework or terraform-plugin-mux in the future. ([#​1307](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1307)) ### [`v2.31.0`](https://togithub.com/hashicorp/terraform-plugin-sdk/releases/tag/v2.31.0) [Compare Source](https://togithub.com/hashicorp/terraform-plugin-sdk/compare/v2.30.0...v2.31.0) NOTES: - helper/schema: While this Go module will not receive support for provider-defined functions, the provider server is updated to handle the new operations, which will be required to prevent errors when updating terraform-plugin-framework or terraform-plugin-mux in the future. ([#​1288](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1288)) ### [`v2.30.0`](https://togithub.com/hashicorp/terraform-plugin-sdk/releases/tag/v2.30.0) [Compare Source](https://togithub.com/hashicorp/terraform-plugin-sdk/compare/v2.29.0...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](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1257)) BUG FIXES: - meta: Fixed version in `SDKVersion` variable and `SDKVersionString()` function ([#​1257](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1257)) - helper/schema: Ensured `(ResourceData).GetRawConfig()` data is populated for `Provider.ConfigureFunc` and `Provider.ConfigureContextFunc` ([#​1270](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1270)) - helper/schema: Ensured `(ResourceData).GetOkExists()` second result is `true` when configuration contains zero-value data in `Provider.ConfigureFunc` and `Provider.ConfigureContextFunc` ([#​1270](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1270)) ### [`v2.29.0`](https://togithub.com/hashicorp/terraform-plugin-sdk/releases/tag/v2.29.0) [Compare Source](https://togithub.com/hashicorp/terraform-plugin-sdk/compare/v2.28.0...v2.29.0) NOTES: - all: This Go module has been updated to Go 1.20 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.20 release notes](https://go.dev/doc/go1.20) before upgrading. Any consumers building on earlier Go versions may experience errors. ([#​1245](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/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](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1234)) ENHANCEMENTS: - helper/validation: Added `AllDiag` and `AnyDiag`, which are `SchemaValidateDiagFunc` variants of `All` and `Any` ([#​1155](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1155)) - helper/validation: Added quoting in `StringInSlice` error diagnostic output to prevent confusion with values that contain spaces ([#​464](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/464)) ### [`v2.28.0`](https://togithub.com/hashicorp/terraform-plugin-sdk/releases/tag/v2.28.0) [Compare Source](https://togithub.com/hashicorp/terraform-plugin-sdk/compare/v2.27.0...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](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/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](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/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](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1227)) ### [`v2.27.0`](https://togithub.com/hashicorp/terraform-plugin-sdk/releases/tag/v2.27.0) [Compare Source](https://togithub.com/hashicorp/terraform-plugin-sdk/compare/v2.26.1...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](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1217)) ENHANCEMENTS: - all: Improved SDK logging performance when messages would be skipped due to configured logging level ([#​1202](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1202)) - helper/schema: Added `Resource` type `SchemaFunc` field and `SchemaMap` method, which can reduce resident memory usage with large schemas ([#​1217](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1217)) ### [`v2.26.1`](https://togithub.com/hashicorp/terraform-plugin-sdk/releases/tag/v2.26.1) [Compare Source](https://togithub.com/hashicorp/terraform-plugin-sdk/compare/v2.26.0...v2.26.1) BUG FIXES: - helper/resource: Prevented build errors with type aliasing added in v2.26.0 ([#​1176](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1176)) ### [`v2.26.0`](https://togithub.com/hashicorp/terraform-plugin-sdk/releases/tag/v2.26.0) [Compare Source](https://togithub.com/hashicorp/terraform-plugin-sdk/compare/v2.25.0...v2.26.0) NOTES: - This Go module has been updated to Go 1.19 per the [Go support policy](https://golang.org/doc/devel/release.html#policy). Any consumers building on earlier Go versions may experience errors. ([#​1163](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1163)) - helper/resource: Deprecated `PrefixedUniqueId()` and `UniqueId()`. Use the `helper/id` package instead. These deprecations are to assist in migrating to terraform-plugin-testing ([#​1167](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1167)) - helper/resource: Deprecated `RetryContext()`, `StateChangeConf`, and associated `*Error` types. Use the `helper/retry` package instead. These deprecations are to assist in migrating to terraform-plugin-testing ([#​1167](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1167)) ENHANCEMENTS: - helper/id: New `helper/id` package added. `resource.PrefixedUniqueId()` and `resource.UniqueId()` are deprecated, `helper/id` should be used instead. `helper/resource` now contains aliases to the migrated code ([#​1167](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1167)) - helper/retry: New `helper/retry` package added. `resource.RetryContext()`, `resource.StateChangeConf`, and associated `*Error` types are deprecated, `helper/retry` should be used instead. \`helper/resource now contains aliases to the migrated code ([#​1167](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1167)) ### [`v2.25.0`](https://togithub.com/hashicorp/terraform-plugin-sdk/releases/tag/v2.25.0) [Compare Source](https://togithub.com/hashicorp/terraform-plugin-sdk/compare/v2.24.1...v2.25.0) BUG FIXES: - helper/schema: Allow diagnostic messages with incorrect UTF-8 encoding to pass through with the invalid sequences replaced with the Unicode Replacement Character. This avoids returning the unhelpful message "string field contains invalid UTF-8" in that case. ([#​1111](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1111)) - helper/schema: Prevented unexpected difference for timeouts on first plan after import ([#​1146](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1146)) ### [`v2.24.1`](https://togithub.com/hashicorp/terraform-plugin-sdk/releases/tag/v2.24.1) [Compare Source](https://togithub.com/hashicorp/terraform-plugin-sdk/compare/v2.24.0...v2.24.1) BUG FIXES: - helper/resource: Fixed `TestStep` type `ImportStateCheck` field so that it only matches against resources following a change in behaviour in Terraform 1.3 that imports both resources and data sources into state ([#​1089](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1089)) - helper/resource: Prevented go-plugin goroutine leak per Terraform command ([#​1095](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1095)) - helper/resource: Prevented goroutine leak per Terraform command when testing terraform-plugin-sdk based providers via `Providers` or `ProviderFactories` ([#​1091](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1091)) - helper/resource: Prevented provider configuration already given error when `TestStep` type `Config` field already contained provider configuration block ([#​1092](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1092)) ### [`v2.24.0`](https://togithub.com/hashicorp/terraform-plugin-sdk/releases/tag/v2.24.0) [Compare Source](https://togithub.com/hashicorp/terraform-plugin-sdk/compare/v2.23.0...v2.24.0) ENHANCEMENTS: - helper/resource: Added `TestStep` type `RefreshState` field, which enables a step that refreshes state without an explicit apply or configuration changes ([#​1070](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1070)) BUG FIXES: - helper/resource: Fixed `TestStep` type `ImportStateVerify` field so that it only matches against resources following a change in behaviour in Terraform 1.3 that imports both resources and their dependent data sources ([#​1077](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1077)) ### [`v2.23.0`](https://togithub.com/hashicorp/terraform-plugin-sdk/releases/tag/v2.23.0) [Compare Source](https://togithub.com/hashicorp/terraform-plugin-sdk/compare/v2.22.0...v2.23.0) ENHANCEMENTS: - helper/resource: Added Terraform configuration to `TRACE` logging ([#​1059](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1059)) - helper/resource: Added `terraform plan` output to `TRACE` logging ([#​1058](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1058)) BUG FIXES: - helper/resource: Prevented `Inconsistent dependency lock file` errors when using `ExternalProviders` outside the `hashicorp` namespace ([#​1057](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1057)) ### [`v2.22.0`](https://togithub.com/hashicorp/terraform-plugin-sdk/releases/tag/v2.22.0) [Compare Source](https://togithub.com/hashicorp/terraform-plugin-sdk/compare/v2.21.0...v2.22.0) ENHANCEMENTS: - helper/resource: Add ImportStatePersist to optionally persist state generated during import ([#​1052](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1052)) BUG FIXES: - helper/schema: Delayed deprecated attribute warnings for unknown values, which may be null ([#​1047](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1047)) - helper/schema: Included path information in list size diagnostics for cases where Terraform does not include the configuration source ([#​826](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/826)) ### [`v2.21.0`](https://togithub.com/hashicorp/terraform-plugin-sdk/releases/tag/v2.21.0) [Compare Source](https://togithub.com/hashicorp/terraform-plugin-sdk/compare/v2.20.0...v2.21.0) NOTES: - This Go module has been updated to Go 1.18 per the [Go support policy](https://golang.org/doc/devel/release.html#policy). Any consumers building on earlier Go versions may experience errors. ([#​1027](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1027)) BUG FIXES: - helper/resource: Fixed `TestStep` type `Taint` field usage to properly recreate resources ([#​1031](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1031)) - helper/schema: Ensured `RawConfig`, `RawPlan`, and `RawState` are correctly copied during planning with recreation ([#​1024](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1024)) ### [`v2.20.0`](https://togithub.com/hashicorp/terraform-plugin-sdk/releases/tag/v2.20.0) [Compare Source](https://togithub.com/hashicorp/terraform-plugin-sdk/compare/v2.19.0...v2.20.0) NOTES: - helper/logging: Existing `NewTransport()` is now deprecated in favour of using the new `NewLoggingHTTPTransport()` or `NewSubsystemLoggingHTTPTransport()` ([#​1006](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1006)) FEATURES: - helper/logging: New `NewLoggingHTTPTransport()` and `NewSubsystemLoggingHTTPTransport()` functions, providing `http.RoundTripper` Transport implementations that log request/response using [terraform-plugin-log](https://pkg.go.dev/github.com/hashicorp/terraform-plugin-log) ([#​546](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/546)) ([#​1006](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/1006)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/nobl9/terraform-provider-nobl9). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mateusz Hawrus <mateusz.hawrus@nobl9.com> Co-authored-by: Mateusz Hawrus <48822818+nieomylnieja@users.noreply.github.com>
- Loading branch information