Update Terraform kubernetes to ~> 2.18.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
kubernetes (source) | required_provider | minor |
~> 2.17.0 -> ~> 2.18.0
|
Release Notes
hashicorp/terraform-provider-kubernetes
v2.18.0
FEATURES:
- New data source:
data_source/kubernetes_nodes
. [GH-1921] - New data source:
data_source/kubernetes_resources
. [GH-1967] - New resource:
resource/kubernetes_node_taint
. [GH-1921]
ENHANCEMENT:
-
resource/kubernetes_annotations
: Add a new attributetemplate_annotations
that allows adding annotations to resources with pod templates. [GH-1972] -
resource/kubernetes_cron_job_v1
: Add a new attributespec.timezone
. [GH-1971]
BUG FIXES:
-
resource/kubernetes_mutating_webhook_configuration
: Fix an issue when the delete operation may not be idempotent. [GH-1999] -
resource/kubernetes_network_policy_v1
: Fix an issue when the delete operation may not be idempotent. [GH-1999] -
resource/kubernetes_network_policy
: Fix an issue when the delete operation may not be idempotent. [GH-1999] -
resource/kubernetes_persistent_volume_claim_v1
: Fix an issue when the delete operation may not be idempotent. [GH-1999] -
resource/kubernetes_persistent_volume_claim
: Fix an issue when the delete operation may not be idempotent. [GH-1999] -
resource/kubernetes_storage_class_v1
: Fix an issue when changing the value of the attributeallow_volume_expansion
does not alter Kubernetes resource. [GH-1519] -
resource/kubernetes_storage_class
: Fix an issue when changing the value of the attributeallow_volume_expansion
does not alter Kubernetes resource. [GH-1519]
DOCS:
- New data source:
data_source/kubernetes_nodes
. [GH-1921] - New data source:
data_source/kubernetes_resources
. [GH-1967] - New resource:
resource/kubernetes_node_taint
. [GH-1921] -
provider
: Add a note regarding theKUBECONFIG
environment variable. [GH-1989] -
resource/kubernetes_annotations
: Add a new attributetemplate_annotations
. [GH-1972] -
resource/kubernetes_job_v1
: Add documentation for the attributespec.completion_mode
. [GH-1997] -
resource/kubernetes_job
: Add documentation for the attributespec.completion_mode
. [GH-1997] -
resource/resource_kubernetes_cron_job_v1
: Add a new attributespec.timezone
. [GH-1971]
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.