Skip to content

Commit 096a8fc

Browse files
committed
update note
1 parent a5a53a1 commit 096a8fc

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

articles/azure-arc/kubernetes/extensions-release.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Available extensions for Azure Arc-enabled Kubernetes clusters"
3-
ms.date: 08/01/2024
3+
ms.date: 08/08/2024
44
ms.topic: how-to
55
description: "See which extensions are currently available for Azure Arc-enabled Kubernetes clusters and view release notes."
66
---
@@ -127,7 +127,14 @@ The most recent version of the Flux v2 extension and the two previous versions (
127127
>
128128
> The [HelmChart](https://fluxcd.io/flux/components/source/helmcharts/) kind will be promoted from `v1beta2` to `v1` (GA). The `v1` API is backwards compatible with `v1beta2`, with the exception of the `.spec.valuesFile` field, which will be replaced by `.spec.valuesFiles`.
129129
>
130-
> To avoid issues due to breaking changes, we recommend updating your deployments by July 29, 2024, so that they stop using the fields that will be removed and use the replacement fields instead. These new fields are already available in the current version of the APIs.
130+
> The kustomize package will be updated to v5.4.0, which contains the following breaking changes:
131+
>
132+
> - Kustomization build fails when resources key is missing
133+
> - [Components are now applied after generators and before transformers](https://github.com/kubernetes-sigs/kustomize/pull/5170) in [v5.1.0](https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize%2Fv5.1.0)
134+
> - [Null yaml values are replaced by "null"](https://github.com/kubernetes-sigs/kustomize/pull/5519) in [v5.4.0](https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize%2Fv5.4.0)
135+
>
136+
>
137+
> To avoid issues due to breaking changes, we recommend updating your deployments as soon as possible to ensure that your manifests are compliant with this release. Use the new fields which are already available in the current version of the APIs, instead of the fields that will be removed.
131138
132139
> [!NOTE]
133140
> When a new version of the `microsoft.flux` extension is released, it may take several days for the new version to become available in all regions.

0 commit comments

Comments
 (0)