kubic
kubic copied to clipboard
Update Terraform kubernetes to ~> 2.33.0
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| kubernetes (source) | required_provider | minor | ~> 2.26.0 -> ~> 2.33.0 |
Release Notes
hashicorp/terraform-provider-kubernetes (kubernetes)
v2.33.0
ENHANCEMENTS:
- Add
backoff_per_limit_indexandmax_failed_indexesfields instructure_job.go[GH-2421] - Added support for
namespace_selectorfield inPodAffinityTermto enhance pod affinity and anti-affinity rules, allowing selection of namespaces based on label selectors. [GH-2577] -
kubernetes_manifest- handling "404 Not Found" errors during the deletion of Kubernetes resources, particularly in cases where the resource may have already been deleted by an operator managing the CRD before Terraform attempts to delete it. [GH-2592] -
schema_container.go: Add VolumeDevices [GH-2573]
v2.32.0
FEATURES:
- New data source:
kubernetes_server_version[GH-2306]
ENHANCEMENTS:
-
resource/kubernetes_certificate_signing_request_v1: Add argumentspec.expiration_seconds[GH-2559] -
resource/kubernetes_persistent_volume_v1: supportReadWriteOncePodaccess mode for PVs [GH-2488]
v2.31.0
ENHANCEMENTS:
- Add support for Terraform's experimental deferred actions [GH-2510]
v2.30.0
BUG FIXES:
-
data_source/kubernetes_resources: fix an issue where the provider exit with an error when the data sourcekubernetes_resourcesreceives 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]
v2.29.0
BUG FIXES:
- data-sources: revert a recently introduced deviation on datasources where querying a non-existent resource would cause an error (#2434). [GH-2464]
v2.28.1
HOTFIX:
-
manifest_decode(): fix handling of manifests containing null values [GH-2461]
v2.28.0
ENHANCEMENTS:
NOTE: Using Provider Defined Functions requires Terraform version 1.8.0.
- Add provider defined functions:
manifest_encode,manifest_decode,manifest_decode_multi[GH-2428]
v2.27.0
ENHANCEMENTS:
-
resource/kubernetes_pod_v1: add missingtopology_spread_constraints:node_affinity_policy,node_taints_policy,match_label_keys,min_domains[GH-2429]
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.