You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,15 @@
1
+
## 2.34.0 (Nov 25, 2024)
2
+
3
+
ENHANCEMENTS:
4
+
5
+
* Added `conditions` attribute to `kubernetes_nodes` data source, which will provide detailed node health and status information [[GH-2612](https://github.com/hashicorp/terraform-provider-kubernetes/issues/2612)]
6
+
* Adding the `kubernetes_secret_v1_data` resource to the kubernetes provider. This resource will allow users to manage kubernetes secrets [[GH-2604](https://github.com/hashicorp/terraform-provider-kubernetes/issues/2604)]
7
+
* Properly handle Kubernetes Jobs with ttl_seconds_after_finished = 0 to prevent unnecessary recreation. [[GH-2596](https://github.com/hashicorp/terraform-provider-kubernetes/issues/2596)]
8
+
9
+
FEATURES:
10
+
* New ephemeral resource: `kubernetes_certificate_signing_request_v1`[[GH-2628](https://github.com/hashicorp/terraform-provider-kubernetes/issues/2628)]
11
+
* New ephemeral resource: `kubernetes_token_request_v1`[[GH-2628](https://github.com/hashicorp/terraform-provider-kubernetes/issues/2628)]
0 commit comments