From b776a48f32de6728e1ad3b3b03825a11084abd02 Mon Sep 17 00:00:00 2001 From: Nan Liu Date: Thu, 19 Sep 2024 08:23:32 -0700 Subject: [PATCH 1/7] Fix cloud-init config and sudo commands. --- .../linux/create-upload-generic.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/articles/virtual-machines/linux/create-upload-generic.md b/articles/virtual-machines/linux/create-upload-generic.md index 46ae6630602..d313cb0a1ea 100644 --- a/articles/virtual-machines/linux/create-upload-generic.md +++ b/articles/virtual-machines/linux/create-upload-generic.md @@ -280,7 +280,7 @@ Here are some considerations for using the Azure Linux Agent: If you choose cloud-init, configure cloud-init to handle the provisioning: ```bash - sudo sed -i 's/Provisioning.Agent=auto/Provisioning.Agent=cloud-auto/g' /etc/waagent.conf + sudo sed -i 's/Provisioning.Agent=auto/Provisioning.Agent=cloud-init/g' /etc/waagent.conf sudo sed -i 's/ResourceDisk.Format=y/ResourceDisk.Format=n/g' /etc/waagent.conf sudo sed -i 's/ResourceDisk.EnableSwap=y/ResourceDisk.EnableSwap=n/g' /etc/waagent.conf ``` @@ -293,8 +293,8 @@ Here are some considerations for using the Azure Linux Agent: Create a .cfg file to configure swap space by using cloud-init: ```bash - sudo echo 'DefaultEnvironment="CLOUD_CFG=/etc/cloud/cloud.cfg.d/00-azure-swap.cfg"' >> /etc/systemd/system.conf - sudo cat > /etc/cloud/cloud.cfg.d/00-azure-swap.cfg << EOF + echo 'DefaultEnvironment="CLOUD_CFG=/etc/cloud/cloud.cfg.d/00-azure-swap.cfg"' | sudo tee -a /etc/systemd/system.conf + cat << EOF | sudo tee /etc/cloud/cloud.cfg.d/00-azure-swap.cfg #cloud-config # Generated by Azure cloud image build disk_setup: @@ -327,7 +327,7 @@ Here are some considerations for using the Azure Linux Agent: 1. Configure mounts: ```bash - sudo echo "Adding mounts and disk_setup to init stage" + echo "Adding mounts and disk_setup to init stage" sudo sed -i '/ - mounts/d' /etc/cloud/cloud.cfg sudo sed -i '/ - disk_setup/d' /etc/cloud/cloud.cfg sudo sed -i '/cloud_init_modules/a\\ - mounts' /etc/cloud/cloud.cfg @@ -336,8 +336,8 @@ Here are some considerations for using the Azure Linux Agent: 1. Configure the Azure data source: ```bash - sudo echo "Allow only Azure datasource, disable fetching network setting via IMDS" - sudo cat > /etc/cloud/cloud.cfg.d/91-azure_datasource.cfg <> /etc/cloud/cloud.cfg.d/05_logging.cfg < Date: Tue, 8 Oct 2024 10:03:54 -0400 Subject: [PATCH 2/7] Updating WALA with issue on FIPS 140-3 on RHEL/Ubuntu --- articles/virtual-machines/extensions/agent-linux.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/articles/virtual-machines/extensions/agent-linux.md b/articles/virtual-machines/extensions/agent-linux.md index 078468bdc04..522c6438bac 100644 --- a/articles/virtual-machines/extensions/agent-linux.md +++ b/articles/virtual-machines/extensions/agent-linux.md @@ -80,7 +80,10 @@ Testing has confirmed that the following systems work with the Azure Linux VM Ag | SLES | 12.x+, 15.x+ | 15.x SP4+ | | Ubuntu (LTS releases)| 18.04+, 20.04+, 22.04+, 24.04+ | 20.04+, 22.04+, 24.04+ | -> [!IMPORTANT] +> [!IMPORTANT]
+FIPS 140-3 Enforced is not supported on RHEL/Ubuntu with extensions using 'protectedSettings'. ETA for support is early 2025. + +> [!IMPORTANT]
> RHEL/Oracle Linux 6.10 is the only RHEL/OL 6 version with Extended Lifecycle Support available. [The extended maintenance ends on June 30, 2024](https://access.redhat.com/support/policy/updates/errata). From 262d4884f14ccfd39738770666ff29eeafd36f62 Mon Sep 17 00:00:00 2001 From: GabstaMSFT Date: Tue, 8 Oct 2024 10:06:54 -0400 Subject: [PATCH 3/7] Remove "RHEL/Oracle Linux 6.10 is the only RHEL/OL 6 version with Extended Lifecycle Support available" --- articles/virtual-machines/extensions/agent-linux.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/articles/virtual-machines/extensions/agent-linux.md b/articles/virtual-machines/extensions/agent-linux.md index 522c6438bac..0e5a6110ca8 100644 --- a/articles/virtual-machines/extensions/agent-linux.md +++ b/articles/virtual-machines/extensions/agent-linux.md @@ -83,10 +83,6 @@ Testing has confirmed that the following systems work with the Azure Linux VM Ag > [!IMPORTANT]
FIPS 140-3 Enforced is not supported on RHEL/Ubuntu with extensions using 'protectedSettings'. ETA for support is early 2025. -> [!IMPORTANT]
-> RHEL/Oracle Linux 6.10 is the only RHEL/OL 6 version with Extended Lifecycle Support available. [The extended maintenance ends on June 30, 2024](https://access.redhat.com/support/policy/updates/errata). - - Other supported systems: - The Agent works on more systems than those listed in the documentation. However, we do not test or provide support for distros that are not on the endorsed list. In particular, FreeBSD is not endorsed. The customer can try FreeBSD 8 and if they run into problems they can open an issue in our [GitHub repository](https://github.com/Azure/WALinuxAgent) and we may be able to help. From 851bd986ca8f11235ec824c9144c3ab21699648f Mon Sep 17 00:00:00 2001 From: Tom Cassidy Date: Tue, 8 Oct 2024 11:13:20 -0400 Subject: [PATCH 4/7] sf release notes and versions updates for new releases --- articles/service-fabric/release-notes.md | 9 ++++++--- articles/service-fabric/service-fabric-versions.md | 8 +++++++- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/articles/service-fabric/release-notes.md b/articles/service-fabric/release-notes.md index 8880d2bee6d..9f054840080 100644 --- a/articles/service-fabric/release-notes.md +++ b/articles/service-fabric/release-notes.md @@ -42,7 +42,8 @@ We're excited to announce that the 10.1 release of the Service Fabric runtime st | November 1, 2023 | Azure Service Fabric 10.1 Release | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_101RTO.md) | | April 1, 2024 | Azure Service Fabric 10.1 Second Refresh Release | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_101CU2.md) | | June 15, 2024 | Azure Service Fabric 10.1 Third Refresh Release | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_101CU3.md) | -| August 15, 2024 | Azure Service Fabric 10.1 Fourth Rfresh Release | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_101CU4.md) | +| August 15, 2024 | Azure Service Fabric 10.1 Fourth Refresh Release | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_101CU4.md) | +| September 30, 2024 | Azure Service Fabric 10.1 Fifth Refresh Release | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_101CU5.md) | ## Service Fabric 10.0 @@ -64,7 +65,8 @@ We're excited to announce that the 10.0 release of the Service Fabric runtime ha | November 1, 2023 | Azure Service Fabric 10.0 First Refresh Release | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_100CU1.md) | | April 1, 2024 | Azure Service Fabric 10.0 Third Refresh Release | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_100CU3.md) | | June 15, 2024 | Azure Service Fabric 10.0 Fourth Refresh Release | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_100CU4.md) | -| August 15, 2024 | Azure Service Fabric 10.0 Fifth Rfresh Release | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_100CU5.md) | +| August 15, 2024 | Azure Service Fabric 10.0 Fifth Refresh Release | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_100CU5.md) | +| September 30, 2024 | Azure Service Fabric 10.0 Sixth Refresh Release | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_100CU6.md) | ## Service Fabric 9.1 @@ -89,7 +91,8 @@ Instead, you should enable Automatic OS upgrades through Virtual Machine Scale S | November 1, 2023 | Azure Service Fabric 9.1 Seventh Refresh Release | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_91CU7.md) | | April 1, 2024 | Azure Service Fabric 9.1 Ninth Refresh Release | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_91CU9.md) | | June 15, 2024 | Azure Service Fabric 9.1 Tenth Refresh Release | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_91CU10.md) | -| August 15, 2024 | Azure Service Fabric 9.1 Eleventh Rfresh Release | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_91CU11.md) | +| August 15, 2024 | Azure Service Fabric 9.1 Eleventh Refresh Release | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_91CU11.md) | +| September 30, 2024 | Azure Service Fabric 10.0 Twelfth Refresh Release | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_91CU12.md) | ## Service Fabric 9.0 diff --git a/articles/service-fabric/service-fabric-versions.md b/articles/service-fabric/service-fabric-versions.md index c0845014a57..0ab78058648 100644 --- a/articles/service-fabric/service-fabric-versions.md +++ b/articles/service-fabric/service-fabric-versions.md @@ -28,16 +28,19 @@ For currently supported versions, all releases are listed. For currently unsuppo | Service Fabric runtime | Can upgrade directly from | Can downgrade to 1 | Compatible SDK or NuGet package version 2 | Supported .NET runtimes 3 | OS Version | End of support | Link to release notes | | - | - | - | - | - | - | - | - | +| 10.1 CU5
10.1.2448.9590 | 9.1 CU6
9.1.1851.9590 | 9.0 | Version 7.1 or earlier | .NET 8 **(.NET 8 runtime support is available starting with Cumulative Update 3.0 (CU3) of version 10.1)**, .NET 7, .NET 6
.NET Framework >= 4.6.2 | [See supported OS version](#supported-windows-versions-and-support-end-date) | Current version | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_101CU5.md) | | 10.1 CU4
10.1.2338.9590 | 9.1 CU6
9.1.1851.9590 | 9.0 | Version 7.1 or earlier | .NET 8 **(.NET 8 runtime support is available starting with Cumulative Update 3.0 (CU3) of version 10.1)**, .NET 7, .NET 6
.NET Framework >= 4.6.2 | [See supported OS version](#supported-windows-versions-and-support-end-date) | Current version | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_101CU4.md) | | 10.1 CU3
10.1.2175.9590 | 9.1 CU6
9.1.1851.9590 | 9.0 | Version 7.1 or earlier | .NET 8 **(.NET 8 runtime support is available starting with Cumulative Update 3.0 (CU3) of version 10.1)**, .NET 7, .NET 6
.NET Framework >= 4.6.2 | [See supported OS version](#supported-windows-versions-and-support-end-date) | Current version | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_101CU3.md) | | 10.1 CU2
10.1.1951.9590 | 9.1 CU6
9.1.1851.9590 | 9.0 | Version 7.1 or earlier | .NET 7, .NET 6
.NET Framework >= 4.6.2 | [See supported OS version](#supported-windows-versions-and-support-end-date) | Current version | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_101CU2.md) | | 10.1 RTO
10.1.1541.9590 | 9.1 CU6
9.1.1851.9590 | 9.0 | Version 7.1 or earlier | .NET 7, .NET 6
.NET Framework >= 4.6.2 | [See supported OS version](#supported-windows-versions-and-support-end-date) | Current version | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_101RTO.md) | +| 10.0 CU6
10.0.2712.9590 | 9.0 CU10
9.0.1553.9590 | 9.0 | Version 7.0 or earlier | .NET 7, .NET 6
.NET Framework >= 4.6.2 | [See supported OS version](#supported-windows-versions-and-support-end-date) | March 31, 2025 | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_100CU6.md) | | 10.0 CU5
10.0.2467.9590 | 9.0 CU10
9.0.1553.9590 | 9.0 | Version 7.0 or earlier | .NET 7, .NET 6
.NET Framework >= 4.6.2 | [See supported OS version](#supported-windows-versions-and-support-end-date) | March 31, 2025 | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_100CU5.md) | | 10.0 CU4
10.0.2382.9590 | 9.0 CU10
9.0.1553.9590 | 9.0 | Version 7.0 or earlier | .NET 7, .NET 6
.NET Framework >= 4.6.2 | [See supported OS version](#supported-windows-versions-and-support-end-date) | March 31, 2025 | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_100CU4.md) | | 10.0 CU3
10.0.2226.9590 | 9.0 CU10
9.0.1553.9590 | 9.0 | Version 7.0 or earlier | .NET 7, .NET 6
.NET Framework >= 4.6.2 | [See supported OS version](#supported-windows-versions-and-support-end-date) | March 31, 2025 | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_100CU3.md) | | 10.0 CU1
10.0.1949.9590 | 9.0 CU10
9.0.1553.9590 | 9.0 | Version 7.0 or earlier | .NET 7, .NET 6
.NET Framework >= 4.6.2 | [See supported OS version](#supported-windows-versions-and-support-end-date) | March 31, 2025 | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_100CU1.md) | | 10.0 RTO
10.0.1816.9590 | 9.0 CU10
9.0.1553.9590 | 9.0 | Version 7.0 or earlier | .NET 7, .NET 6
.NET Framework >= 4.6.2 | [See supported OS version](#supported-windows-versions-and-support-end-date) | March 31, 2025 | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_10.md) | -| 9.1 CU11
9.1.2718.9590 | 8.2 CU6
8.2.1485.1 | 8.2 | Version 6.1 or earlier | .NET 7, .NET 6
.NET Framework >= 4.6.2 | [See supported OS version](#supported-windows-versions-and-support-end-date) | March 31, 2025 | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_91CU11.md) | +| 9.1 CU12
9.1.2833.9590 | 8.2 CU6
8.2.1485.9590 | 8.2 | Version 6.1 or earlier | .NET 7, .NET 6
.NET Framework >= 4.6.2 | [See supported OS version](#supported-windows-versions-and-support-end-date) | March 31, 2025 | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_91CU12.md) | +| 9.1 CU11
9.1.2718.9590 | 8.2 CU6
8.2.1485.9590 | 8.2 | Version 6.1 or earlier | .NET 7, .NET 6
.NET Framework >= 4.6.2 | [See supported OS version](#supported-windows-versions-and-support-end-date) | March 31, 2025 | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_91CU11.md) | | 9.1 CU10
9.1.2488.9590 | 8.2 CU6
8.2.1686.9590 | 8.2 | Version 6.1 or earlier | .NET 7, .NET 6
.NET Framework >= 4.6.2 | [See supported OS version](#supported-windows-versions-and-support-end-date) | March 31, 2025 | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_91CU10.md) | | 9.1 CU9
9.1.2277.9590 | 8.2 CU6
8.2.1686.9590 | 8.2 | Version 6.1 or earlier | .NET 7, .NET 6
.NET Framework >= 4.6.2 | [See supported OS version](#supported-windows-versions-and-support-end-date) | March 31, 2025 | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_91CU9.md) | | 9.1 CU7
9.1.1993.9590 | 8.2 CU6
8.2.1686.9590 | 8.2 | Version 6.1 or earlier | .NET 7, .NET 6
.NET Framework >= 4.6.2 | [See supported OS version](#supported-windows-versions-and-support-end-date) | March 31, 2025 | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_91CU7.md) | @@ -95,15 +98,18 @@ For currently supported versions, all releases are listed. For currently unsuppo | Service Fabric runtime | Can upgrade directly from | Can downgrade to 1 | Compatible SDK or NuGet package version 2 | Supported .NET runtimes 3 | OS version | End of support | Link to release notes | | - | - | - | - | - | - | - | - | +| 10.1 CU5
10.1.2308.1 | 9.1 CU6
9.1.1642.1 | 9.0 | Version 7.1 or earlier | .NET 8 **(.NET 8 runtime support is available starting with Cumulative Update 3.0 (CU3) of version 10.1)**, .NET 7, .NET 6 | [See supported OS version](#supported-linux-versions-and-support-end-date) | Current version | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_101CU5.md) | | 10.1 CU4
10.1.2306.1 | 9.1 CU6
9.1.1642.1 | 9.0 | Version 7.1 or earlier | .NET 8 **(.NET 8 runtime support is available starting with Cumulative Update 3.0 (CU3) of version 10.1)**, .NET 7, .NET 6 | [See supported OS version](#supported-linux-versions-and-support-end-date) | Current version | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_101CU4.md) | | 10.1 CU3
10.1.2108.1 | 9.1 CU6
9.1.1642.1 | 9.0 | Version 7.1 or earlier | .NET 8 **(.NET 8 runtime support is available starting with Cumulative Update 3.0 (CU3) of version 10.1)**, .NET 7, .NET 6 | [See supported OS version](#supported-linux-versions-and-support-end-date) | Current version | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_101CU3.md) | | 10.1 CU2
10.1.1885.1 | 9.1 CU6
9.1.1642.1 | 9.0 | Version 7.1 or earlier | .NET 7, .NET 6 | [See supported OS version](#supported-linux-versions-and-support-end-date) | Current version | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_101CU2.md) | | 10.1 RTO
10.1.1507.1 | 9.1 CU6
9.1.1642.1 | 9.0 | Version 7.1 or earlier | .NET 7, .NET 6 | [See supported OS version](#supported-linux-versions-and-support-end-date) | Current version | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_101RTO.md) | +| 10.0 CU6
10.0.2499.1 | 9.0 CU10
9.0.1489.1 | 9.0 | Version 7.0 or earlier | .NET 7, .NET 6 | [See supported OS version](#supported-linux-versions-and-support-end-date) | March 31, 2025 | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_100CU6.md) | | 10.0 CU5
10.0.2345.1 | 9.0 CU10
9.0.1489.1 | 9.0 | Version 7.0 or earlier | .NET 7, .NET 6 | [See supported OS version](#supported-linux-versions-and-support-end-date) | March 31, 2025 | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_100CU5.md) | | 10.0 CU4
10.0.2261.1 | 9.0 CU10
9.0.1489.1 | 9.0 | Version 7.0 or earlier | .NET 7, .NET 6 | [See supported OS version](#supported-linux-versions-and-support-end-date) | March 31, 2025 | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_100CU4.md) | | 10.0 CU3
10.0.2105.1 | 9.0 CU10
9.0.1489.1 | 9.0 | Version 7.0 or earlier | .NET 7, .NET 6 | [See supported OS version](#supported-linux-versions-and-support-end-date) | March 31, 2025 | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_100CU3.md) | | 10.0 CU1
10.0.1829.1 | 9.0 CU10
9.0.1489.1 | 9.0 | Version 7.0 or earlier | .NET 7, .NET 6 | [See supported OS version](#supported-linux-versions-and-support-end-date) | March 31, 2025 | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_100CU1.md) | | 10.0 RTO
10.0.1728.1 | 9.0 CU10
9.0.1489.1 | 9.0 | Version 7.0 or earlier | .NET 7, .NET 6 | [See supported OS version](#supported-linux-versions-and-support-end-date) | March 31, 2025 | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_10.md) | +| 9.1 CU12
9.1.2512.1 | 8.2 CU6
8.2.1485.1 | 8.2 | Version 6.1 or earlier | .NET 7, .NET 6 | [See supported OS version](#supported-linux-versions-and-support-end-date) | March 31, 2025 | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_91CU12.md) | | 9.1 CU11
9.1.2498.1 | 8.2 CU6
8.2.1485.1 | 8.2 | Version 6.1 or earlier | .NET 7, .NET 6 | [See supported OS version](#supported-linux-versions-and-support-end-date) | March 31, 2025 | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_91CU11.md) | | 9.1 CU10
9.1.2248.1 | 8.2 CU6
8.2.1485.1 | 8.2 | Version 6.1 or earlier | .NET 7, .NET 6 | [See supported OS version](#supported-linux-versions-and-support-end-date) | March 31, 2025 | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_91CU10.md) | | 9.1 CU9
9.1.2038.1 | 8.2 CU6
8.2.1485.1 | 8.2 | Version 6.1 or earlier | .NET 7, .NET 6 | [See supported OS version](#supported-linux-versions-and-support-end-date) | March 31, 2025 | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_91CU9.md) | From 3f74bde65f5826433a17d5531b0e821338ae0800 Mon Sep 17 00:00:00 2001 From: GabstaMSFT Date: Tue, 8 Oct 2024 11:31:14 -0400 Subject: [PATCH 5/7] Changing ETA date --- articles/virtual-machines/extensions/agent-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/virtual-machines/extensions/agent-linux.md b/articles/virtual-machines/extensions/agent-linux.md index 0e5a6110ca8..1abee4b70ac 100644 --- a/articles/virtual-machines/extensions/agent-linux.md +++ b/articles/virtual-machines/extensions/agent-linux.md @@ -81,7 +81,7 @@ Testing has confirmed that the following systems work with the Azure Linux VM Ag | Ubuntu (LTS releases)| 18.04+, 20.04+, 22.04+, 24.04+ | 20.04+, 22.04+, 24.04+ | > [!IMPORTANT]
-FIPS 140-3 Enforced is not supported on RHEL/Ubuntu with extensions using 'protectedSettings'. ETA for support is early 2025. +FIPS 140-3 Enforced is not supported on RHEL/Ubuntu with extensions using 'protectedSettings'. ETA for support is mid 2025. Other supported systems: From 8e614c4d98bf1ae0d1878d90369b58d67b56c72b Mon Sep 17 00:00:00 2001 From: GabstaMSFT Date: Tue, 8 Oct 2024 11:43:16 -0400 Subject: [PATCH 6/7] Fixing build error --- articles/virtual-machines/extensions/agent-linux.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/articles/virtual-machines/extensions/agent-linux.md b/articles/virtual-machines/extensions/agent-linux.md index 1abee4b70ac..e750c38e18b 100644 --- a/articles/virtual-machines/extensions/agent-linux.md +++ b/articles/virtual-machines/extensions/agent-linux.md @@ -80,8 +80,7 @@ Testing has confirmed that the following systems work with the Azure Linux VM Ag | SLES | 12.x+, 15.x+ | 15.x SP4+ | | Ubuntu (LTS releases)| 18.04+, 20.04+, 22.04+, 24.04+ | 20.04+, 22.04+, 24.04+ | -> [!IMPORTANT]
-FIPS 140-3 Enforced is not supported on RHEL/Ubuntu with extensions using 'protectedSettings'. ETA for support is mid 2025. +> [!IMPORTANT] FIPS 140-3 Enforced is not supported on RHEL/Ubuntu with extensions using 'protectedSettings'. ETA for support is mid 2025. Other supported systems: From 0e7ec10900696e81118d0da463a0e403c9ffa5a3 Mon Sep 17 00:00:00 2001 From: GabstaMSFT Date: Tue, 8 Oct 2024 12:40:09 -0400 Subject: [PATCH 7/7] Fixing issues with build report --- articles/virtual-machines/extensions/agent-linux.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/articles/virtual-machines/extensions/agent-linux.md b/articles/virtual-machines/extensions/agent-linux.md index e750c38e18b..4e9b0b8b45e 100644 --- a/articles/virtual-machines/extensions/agent-linux.md +++ b/articles/virtual-machines/extensions/agent-linux.md @@ -80,7 +80,8 @@ Testing has confirmed that the following systems work with the Azure Linux VM Ag | SLES | 12.x+, 15.x+ | 15.x SP4+ | | Ubuntu (LTS releases)| 18.04+, 20.04+, 22.04+, 24.04+ | 20.04+, 22.04+, 24.04+ | -> [!IMPORTANT] FIPS 140-3 Enforced is not supported on RHEL/Ubuntu with extensions using 'protectedSettings'. ETA for support is mid 2025. +> [!IMPORTANT] +> FIPS 140-3 Enforced is not supported on RHEL/Ubuntu with extensions using 'protectedSettings'. ETA for support is mid 2025. Other supported systems: