|
1 | 1 | ---
|
2 | 2 | title: "Available extensions for Azure Arc-enabled Kubernetes clusters"
|
3 |
| -ms.date: 03/17/2023 |
| 3 | +ms.date: 04/17/2023 |
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 | ---
|
@@ -118,6 +118,23 @@ For more information, see [Tutorial: Deploy applications using GitOps with Flux
|
118 | 118 |
|
119 | 119 | The currently supported versions of the `microsoft.flux` extension are described below. 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.
|
120 | 120 |
|
| 121 | +### 1.7.3 (April 2023) |
| 122 | + |
| 123 | +Flux version: [Release v0.41.2](https://github.com/fluxcd/flux2/releases/tag/v0.41.2) |
| 124 | + |
| 125 | +- source-controller: v0.36.1 |
| 126 | +- kustomize-controller: v0.35.1 |
| 127 | +- helm-controller: v0.31.2 |
| 128 | +- notification-controller: v0.33.0 |
| 129 | +- image-automation-controller: v0.31.0 |
| 130 | +- image-reflector-controller: v0.26.1 |
| 131 | + |
| 132 | +Changes made for this version: |
| 133 | + |
| 134 | +- Upgrades Flux to [v0.41.2](https://github.com/fluxcd/flux2/releases/tag/v0.41.2) |
| 135 | +- Fixes issue causing resources that were deployed as part of Flux configuration to persist even when the configuration was deleted with prune flag set to `true` |
| 136 | +- Kubelet identity support for image-reflector-controller by [installing the microsoft.flux extension in a cluster with kubelet identity enabled](troubleshooting.md#flux-v2---installing-the-microsoftflux-extension-in-a-cluster-with-kubelet-identity-enabled) |
| 137 | + |
121 | 138 | ### 1.7.0 (March 2023)
|
122 | 139 |
|
123 | 140 | Flux version: [Release v0.39.0](https://github.com/fluxcd/flux2/releases/tag/v0.39.0)
|
@@ -157,25 +174,6 @@ Changes made for this version:
|
157 | 174 | - Adds exception for [aad-pod-identity in flux extension](troubleshooting.md#flux-v2---installing-the-microsoftflux-extension-in-a-cluster-with-azure-ad-pod-identity-enabled)
|
158 | 175 | - Enables reconciler for flux extension
|
159 | 176 |
|
160 |
| -### 1.6.1 (October 2022) |
161 |
| - |
162 |
| -Flux version: [Release v0.35.0](https://github.com/fluxcd/flux2/releases/tag/v0.35.0) |
163 |
| - |
164 |
| -- source-controller: v0.30.1 |
165 |
| -- kustomize-controller: v0.29.0 |
166 |
| -- helm-controller: v0.25.0 |
167 |
| -- notification-controller: v0.27.0 |
168 |
| -- image-automation-controller: v0.26.0 |
169 |
| -- image-reflector-controller: v0.22.0 |
170 |
| - |
171 |
| -Changes made for this version: |
172 |
| - |
173 |
| -- Upgrades Flux to [v0.35.0](https://github.com/fluxcd/flux2/releases/tag/v0.35.0) |
174 |
| -- Implements fix for a security issue where some Flux controllers could be vulnerable to a denial of service attack. Users that have permissions to change Flux's objects, either through a Flux source or directly within a cluster, could provide invalid data to fields `spec.Interval` or `spec.Timeout` (and structured variations of these fields), causing the entire object type to stop being processed. This issue had two root causes: [Kubernetes type `metav1.Duration` not being fully compatible with the Go type `time.Duration`](https://github.com/kubernetes/apimachinery/issues/131), or a lack of validation within Flux to restrict allowed values. |
175 |
| -- Adds support for [installing the `microsoft.flux` extension in a cluster with kubelet identity enabled](troubleshooting.md#flux-v2---installing-the-microsoftflux-extension-in-a-cluster-with-kubelet-identity-enabled) |
176 |
| -- Fixes bug where [deleting the extension may fail on AKS with Windows node pool](https://github.com/Azure/AKS/issues/3191) |
177 |
| -- Adds support for sasToken for Azure blob storage at account level as well as container level |
178 |
| - |
179 | 177 | ## Dapr extension for Azure Kubernetes Service (AKS) and Arc-enabled Kubernetes
|
180 | 178 |
|
181 | 179 | [Dapr](https://dapr.io/) is a portable, event-driven runtime that simplifies building resilient, stateless, and stateful applications that run on the cloud and edge and embrace the diversity of languages and developer frameworks. The Dapr extension eliminates the overhead of downloading Dapr tooling and manually installing and managing the runtime on your clusters.
|
|
0 commit comments