Skip to content

Commit 48f236d

Browse files
authored
Merge pull request #234717 from JnHs/jh-arck8-f173
add flux v1.7.3
2 parents 4bf7631 + 82ae590 commit 48f236d

File tree

1 file changed

+18
-20
lines changed

1 file changed

+18
-20
lines changed

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

Lines changed: 18 additions & 20 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/17/2023
3+
ms.date: 04/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
---
@@ -118,6 +118,23 @@ For more information, see [Tutorial: Deploy applications using GitOps with Flux
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.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+
121138
### 1.7.0 (March 2023)
122139

123140
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:
157174
- 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)
158175
- Enables reconciler for flux extension
159176

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

181179
[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)