From 00bb093d60eb144a2eba342dcf5e37024bc0fcdb Mon Sep 17 00:00:00 2001 From: Bryce Lampe Date: Wed, 30 Oct 2024 22:33:00 -0700 Subject: [PATCH] Prepare for 4.18.3 release - Objects created on clusters older than 1.18 will no longer see a `before-first-apply` conflict when Pulumi performs a server-side apply for the first time. (https://github.com/pulumi/pulumi-kubernetes/pull/3275) - The provider's user agent is now set correctly when communicating with the Kubernetes API server. (https://github.com/pulumi/pulumi-kubernetes/issues/3267) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c473c9046..7455c23384 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Unreleased +## 4.18.3 (October 31, 2024) + ### Fixed - Objects created on clusters older than 1.18 will no longer see a