Update Terraform kubernetes to v2.30.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
kubernetes (source) | required_provider | minor |
~> 2.29.0 -> ~> 2.30.0
|
kubernetes (source) | required_provider | minor |
2.29.0 -> 2.30.0
|
Release Notes
hashicorp/terraform-provider-kubernetes (kubernetes)
v2.30.0
BUG FIXES:
-
data_source/kubernetes_resources
: fix an issue where the provider exit with an error when the data sourcekubernetes_resources
receives multiple Kubernetes objects containing tuples with different numbers of elements. [GH-2372] -
kubernetes_manifest
: fix issue preventing KUBE_PROXY_URL environment variable from being used in client configuration (#1733) [GH-2485] -
resource/kubernetes_node_taint
: Fix the error check for nonexistant nodes so that terraform does not fail if there is a taint in the state file for a node that has been deleted. [GH-2402]
DOCS:
- Migrate legacy structure to new tfplugindocs template structure [GH-2470]
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.