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: articles/azure-arc/kubernetes/extensions-release.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: "Available extensions for Azure Arc-enabled Kubernetes clusters"
3
-
ms.date: 08/01/2024
3
+
ms.date: 08/08/2024
4
4
ms.topic: how-to
5
5
description: "See which extensions are currently available for Azure Arc-enabled Kubernetes clusters and view release notes."
6
6
---
@@ -116,7 +116,7 @@ For more information, see [Tutorial: Deploy applications using GitOps with Flux
116
116
The most recent version of the Flux v2 extension and the two previous versions (N-2) are supported. We generally recommend that you use the most recent version of the extension.
117
117
118
118
> [!IMPORTANT]
119
-
> The [Flux v2.3.0 release](https://fluxcd.io/blog/2024/05/flux-v2.3.0/) includes API changes to the HelmRelease and HelmChart APIs, with deprecated fields removed. An upcoming minor version update of Microsoft's Flux extension will include these changes, consistent with the upstream OSS Flux project.
119
+
> The [Flux v2.3.0 release](https://fluxcd.io/blog/2024/05/flux-v2.3.0/) includes API changes to the HelmRelease and HelmChart APIs, with deprecated fields removed, and an updated version of the kustomize package. An upcoming minor version update of Microsoft's Flux extension will include these changes, consistent with the upstream OSS Flux project.
120
120
>
121
121
> The [HelmRelease](https://fluxcd.io/flux/components/helm/helmreleases/) kind will be promoted from `v2beta1` to `v2` (GA). The `v2` API is backwards compatible with `v2beta1`, with the exception of these deprecated fields, which will be removed:
122
122
>
@@ -127,7 +127,16 @@ The most recent version of the Flux v2 extension and the two previous versions (
127
127
>
128
128
> 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`.
129
129
>
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
+
> Use the new fields which are already available in the current version of the APIs, instead of the fields that will be removed.
131
+
>
132
+
> The kustomize package will be updated to v5.4.0, which contains the following breaking changes:
133
+
>
134
+
> -[Kustomization build fails when resources key is missing](https://github.com/kubernetes-sigs/kustomize/issues/5337)
135
+
> -[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)
136
+
> -[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)
137
+
>
138
+
> To avoid issues due to breaking changes, we recommend updating your manifests as soon as possible to ensure that your Flux configurations remain compliant with this release.
139
+
131
140
132
141
> [!NOTE]
133
142
> 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