Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.34.0 #2635

Merged
merged 1 commit into from
Nov 25, 2024
Merged

v2.34.0 #2635

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 2.34.0 (Nov 25, 2024)

ENHANCEMENTS:

* 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)]
* 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)]
* 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)]

FEATURES:
* New ephemeral resource: `kubernetes_certificate_signing_request_v1` [[GH-2628](https://github.com/hashicorp/terraform-provider-kubernetes/issues/2628)]
* New ephemeral resource: `kubernetes_token_request_v1` [[GH-2628](https://github.com/hashicorp/terraform-provider-kubernetes/issues/2628)]

## 2.33.0 (Oct 10, 2024)

ENHANCEMENTS:
Expand Down
Loading