Skip to content

Commit b229530

Browse files
Merge pull request #231219 from JnHs/jh-arck8-fv2170
add Flux v2 1.70 release
2 parents 201b66d + b967d42 commit b229530

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

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

Lines changed: 18 additions & 18 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: 03/02/2023
3+
ms.date: 03/17/2023
44
ms.topic: how-to
55
description: "See which extensions are currently available for Azure Arc-enabled Kubernetes clusters and view release notes."
66
---
@@ -110,14 +110,30 @@ For more information, see [Introduction to Kubernetes compute target in AzureML]
110110

111111
## Flux (GitOps)
112112

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.
114114

115115
[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.
116116

117117
For more information, see [Tutorial: Deploy applications using GitOps with Flux v2](tutorial-use-gitops-flux2.md).
118118

119119
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.
120120

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+
121137
### 1.6.4 (February 2023)
122138

123139
Changes made for this version:
@@ -160,22 +176,6 @@ Changes made for this version:
160176
- Fixes bug where [deleting the extension may fail on AKS with Windows node pool](https://github.com/Azure/AKS/issues/3191)
161177
- Adds support for sasToken for Azure blob storage at account level as well as container level
162178

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-
179179
## Dapr extension for Azure Kubernetes Service (AKS) and Arc-enabled Kubernetes
180180

181181
[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

Comments
 (0)