|
1 | 1 | ---
|
2 | 2 | title: "Available extensions for Azure Arc-enabled Kubernetes clusters"
|
3 |
| -ms.date: 03/02/2023 |
| 3 | +ms.date: 03/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 | ---
|
@@ -110,14 +110,30 @@ For more information, see [Introduction to Kubernetes compute target in AzureML]
|
110 | 110 |
|
111 | 111 | ## Flux (GitOps)
|
112 | 112 |
|
113 |
| -- **Supported distributions**: All Cloud Native Computing Foundation (CNCF) certified Kubernetes clusters. Not currently supported for ARM 64. |
| 113 | +- **Supported distributions**: All Cloud Native Computing Foundation (CNCF) certified Kubernetes clusters. |
114 | 114 |
|
115 | 115 | [GitOps on AKS and Azure Arc-enabled Kubernetes](conceptual-gitops-flux2.md) uses [Flux v2](https://fluxcd.io/docs/), a popular open-source tool set, to help manage cluster configuration and application deployment. GitOps is enabled in the cluster as a `Microsoft.KubernetesConfiguration/extensions/microsoft.flux` cluster extension resource.
|
116 | 116 |
|
117 | 117 | For more information, see [Tutorial: Deploy applications using GitOps with Flux v2](tutorial-use-gitops-flux2.md).
|
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.0 (March 2023) |
| 122 | + |
| 123 | +Flux version: [Release v0.39.0](https://github.com/fluxcd/flux2/releases/tag/v0.39.0) |
| 124 | + |
| 125 | +- source-controller: v0.34.0 |
| 126 | +- kustomize-controller: v0.33.0 |
| 127 | +- helm-controller: v0.29.0 |
| 128 | +- notification-controller: v0.31.0 |
| 129 | +- image-automation-controller: v0.29.0 |
| 130 | +- image-reflector-controller: v0.24.0 |
| 131 | + |
| 132 | +Changes made for this version: |
| 133 | + |
| 134 | +- Upgrades Flux to [v0.39.0](https://github.com/fluxcd/flux2/releases/tag/v0.39.0) |
| 135 | +- Flux extension is now supported on ARM64-based clusters |
| 136 | + |
121 | 137 | ### 1.6.4 (February 2023)
|
122 | 138 |
|
123 | 139 | Changes made for this version:
|
@@ -160,22 +176,6 @@ Changes made for this version:
|
160 | 176 | - Fixes bug where [deleting the extension may fail on AKS with Windows node pool](https://github.com/Azure/AKS/issues/3191)
|
161 | 177 | - Adds support for sasToken for Azure blob storage at account level as well as container level
|
162 | 178 |
|
163 |
| -### 1.6.0 (September 2022) |
164 |
| - |
165 |
| -Flux version: [Release v0.33.0](https://github.com/fluxcd/flux2/releases/tag/v0.33.0) |
166 |
| - |
167 |
| -- source-controller: v0.28.0 |
168 |
| -- kustomize-controller: v0.27.1 |
169 |
| -- helm-controller: v0.23.1 |
170 |
| -- notification-controller: v0.25.2 |
171 |
| -- image-automation-controller: v0.24.2 |
172 |
| -- image-reflector-controller: v0.20.1 |
173 |
| - |
174 |
| -Changes made for this version: |
175 |
| - |
176 |
| -- Upgrades Flux to [v0.33.0](https://github.com/fluxcd/flux2/releases/tag/v0.33.0) |
177 |
| -- Fixes Helm-related [security issue](https://github.com/fluxcd/flux2/security/advisories/GHSA-p2g7-xwvr-rrw3) |
178 |
| - |
179 | 179 | ## Dapr extension for Azure Kubernetes Service (AKS) and Arc-enabled Kubernetes
|
180 | 180 |
|
181 | 181 | [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