From a65574df9dee33b0432ec237bfe620b85ff4d90e Mon Sep 17 00:00:00 2001 From: Ramon Quitales Date: Thu, 12 Oct 2023 11:36:03 -0700 Subject: [PATCH] Prepare for v4.4.0 release --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9c32732fc..3b2aa3ce51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Unreleased +## 4.4.0 (October 12, 2023) + - Fix normalizing fields with empty objects/slices (https://github.com/pulumi/pulumi-kubernetes/pull/2576) - helm.v3.Release: Improved cancellation support (https://github.com/pulumi/pulumi-kubernetes/pull/2579) - Update Kubernetes client library to v0.28.2 (https://github.com/pulumi/pulumi-kubernetes/pull/2585)