From a4b733b903be2fe383a2bb647fa1a20a8968aa4c Mon Sep 17 00:00:00 2001 From: Delora Bradish Date: Tue, 9 Jul 2024 11:00:20 -0700 Subject: [PATCH 01/13] azure-cli-support-lifecycle | version refresh --- docs-ref-conceptual/azure-cli-support-lifecycle.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/docs-ref-conceptual/azure-cli-support-lifecycle.md b/docs-ref-conceptual/azure-cli-support-lifecycle.md index cca56cc7e8..a3ab531edb 100644 --- a/docs-ref-conceptual/azure-cli-support-lifecycle.md +++ b/docs-ref-conceptual/azure-cli-support-lifecycle.md @@ -118,8 +118,8 @@ lifecycle: | 2.69.0 | January 2025 | | Minor | STS | 2.70.0 | | 2.70.0 | February 2025 | | Minor | STS | 2.71.0 | | 2.71.0 | March 2025 | | Minor | STS | 2.72.0 | -| 2.72.0 | April 2025 | | Minor | STS | _**2.90.0**_ | -| 2.72.0 | May 2025 | Yes | Major | LTS | 2.73.0 | +| 2.72.0 | April 2025 | | Minor | STS | _**2.73.0**_ | +| 2.73.0 | May 2025 | Yes | Major | LTS | 2.91.0 | **Examples:** @@ -161,7 +161,7 @@ Azure CLI depends on Python version 3.8 or above. The following table summarizes Azure CLI can only be supported on operating systems where the above versions of Python are supported. * **Windows:** The currently supported versions of Windows client and server meet Python version requirements. -* **macOS:** The currently supported version of macOS 10.9 and above meet Python version requirements. +* **macOS:** The currently supported version of macOS 12 and above meet Python version requirements. * **Linux:** * Each supported operating system has a lifecycle defined by its sponsor organization. * Support is typically removed when an operating system goes out of mainline support, at which time we stop testing and supporting it. @@ -169,8 +169,9 @@ Azure CLI can only be supported on operating systems where the above versions of |Operating system|Version|End of support| |-|-|-| - | Ubuntu| 20.04 LTS| April 2025 | + | Ubuntu | 20.04 LTS | April 2025 | | | 22.04 LTS | April 2027 | + | | 24.04 LTS | June 2029 | | Debian | 10 | June 2024 | | | 11 | | | | 12 | | @@ -178,11 +179,9 @@ Azure CLI can only be supported on operating systems where the above versions of | | 9 | May 31, 2032 | | CentOS Stream | 9 | Estimated 2027 | | Mariner | 2.0 | | - | Alpine | 3.17 | November 22, 2024 | - | | 3.16 | May 23, 2024 | > [!NOTE] - > On RHEL 7, only Azure CLI 2.38 is supported and will receive security fixes until June 30, 2024. + > On RHEL 7, only Azure CLI 2.38 is supported without security fixes. ## See also From 20c923a3b53b1967b4aa7b0d3c1734bf950e9198 Mon Sep 17 00:00:00 2001 From: Delora Bradish Date: Tue, 9 Jul 2024 11:08:52 -0700 Subject: [PATCH 02/13] Update cli-install-linux-dnf.md --- docs-ref-conceptual/includes/cli-install-linux-dnf.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-ref-conceptual/includes/cli-install-linux-dnf.md b/docs-ref-conceptual/includes/cli-install-linux-dnf.md index fcfb102f98..344a6ef29b 100644 --- a/docs-ref-conceptual/includes/cli-install-linux-dnf.md +++ b/docs-ref-conceptual/includes/cli-install-linux-dnf.md @@ -8,7 +8,7 @@ ms.custom: devx-track-azurecli, linux-related-content ## Before you begin -- Azure CLI [2.38.2](/cli/azure/release-notes-azure-cli#june-21-2024) (released on June 21, 2024) is the last version supported on RHEL 7 and Centos 7 and will continue to receive security fixes until the end of life of the operating systems. Microsoft isn't providing other updates or bug fixes for these distributions. +- Azure CLI [2.38.2](/cli/azure/release-notes-azure-cli#june-21-2024) (released on June 21, 2024) is the last version supported on RHEL 7 and Centos 7 and will receive no additional security fixes. Microsoft also isn't providing updates or bug fixes for these distributions. - Microsoft continues to develop and support Azure CLI and the Linux [Install script](/cli/azure/install-azure-cli-linux?pivots=script). @@ -48,7 +48,7 @@ To install the Azure CLI, follow these steps: ``` > [!CAUTION] - > CentOS 7 End Of Life (EOL) is June 30, 2024. For information on Azure CLI supported environments, see [Azure CLI support lifecycle](../azure-cli-support-lifecycle.md#supported-environments) + > CentOS 7 End Of Life (EOL) was June 30, 2024. For information on Azure CLI supported environments, see [Azure CLI support lifecycle](../azure-cli-support-lifecycle.md#supported-environments) 3. Install with the `dnf install` command. From 30232d14af2f0bfa437700db623916938e3e3110 Mon Sep 17 00:00:00 2001 From: Delora Bradish Date: Wed, 10 Jul 2024 15:58:16 -0700 Subject: [PATCH 03/13] Update azure-cli-support-lifecycle.md --- docs-ref-conceptual/azure-cli-support-lifecycle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-ref-conceptual/azure-cli-support-lifecycle.md b/docs-ref-conceptual/azure-cli-support-lifecycle.md index a3ab531edb..0f145e8e6e 100644 --- a/docs-ref-conceptual/azure-cli-support-lifecycle.md +++ b/docs-ref-conceptual/azure-cli-support-lifecycle.md @@ -181,7 +181,7 @@ Azure CLI can only be supported on operating systems where the above versions of | Mariner | 2.0 | | > [!NOTE] - > On RHEL 7, only Azure CLI 2.38 is supported without security fixes. + > On RHEL 7, only Azure CLI 2.38 is supported, but without additional security fixes. ## See also From 783a384033ead9f1eab82e4cb134c383289b9c9b Mon Sep 17 00:00:00 2001 From: Delora Bradish Date: Tue, 23 Jul 2024 10:20:08 -0700 Subject: [PATCH 04/13] Update docs-ref-conceptual/azure-cli-support-lifecycle.md Co-authored-by: Damien Caro --- docs-ref-conceptual/azure-cli-support-lifecycle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-ref-conceptual/azure-cli-support-lifecycle.md b/docs-ref-conceptual/azure-cli-support-lifecycle.md index 0f145e8e6e..39350f3aef 100644 --- a/docs-ref-conceptual/azure-cli-support-lifecycle.md +++ b/docs-ref-conceptual/azure-cli-support-lifecycle.md @@ -181,7 +181,7 @@ Azure CLI can only be supported on operating systems where the above versions of | Mariner | 2.0 | | > [!NOTE] - > On RHEL 7, only Azure CLI 2.38 is supported, but without additional security fixes. + > On RHEL 7, only Azure CLI 2.38 is supported and has received security fixes until June 30, 2024. ## See also From 17d4c0e3a0700df010f7863c2cfc2526493c8e92 Mon Sep 17 00:00:00 2001 From: Delora Bradish Date: Tue, 23 Jul 2024 10:20:20 -0700 Subject: [PATCH 05/13] Update docs-ref-conceptual/azure-cli-support-lifecycle.md Co-authored-by: Damien Caro --- docs-ref-conceptual/azure-cli-support-lifecycle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-ref-conceptual/azure-cli-support-lifecycle.md b/docs-ref-conceptual/azure-cli-support-lifecycle.md index 39350f3aef..294a6975f9 100644 --- a/docs-ref-conceptual/azure-cli-support-lifecycle.md +++ b/docs-ref-conceptual/azure-cli-support-lifecycle.md @@ -118,7 +118,7 @@ lifecycle: | 2.69.0 | January 2025 | | Minor | STS | 2.70.0 | | 2.70.0 | February 2025 | | Minor | STS | 2.71.0 | | 2.71.0 | March 2025 | | Minor | STS | 2.72.0 | -| 2.72.0 | April 2025 | | Minor | STS | _**2.73.0**_ | +| 2.72.0 | April 2025 | | Minor | STS | 2.73.0 | | 2.73.0 | May 2025 | Yes | Major | LTS | 2.91.0 | **Examples:** From ac61ce11f0165ff288211836cf6dc36878e96ee3 Mon Sep 17 00:00:00 2001 From: Delora Bradish Date: Tue, 23 Jul 2024 10:23:03 -0700 Subject: [PATCH 06/13] Update azure-cli-support-lifecycle.md --- docs-ref-conceptual/azure-cli-support-lifecycle.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-ref-conceptual/azure-cli-support-lifecycle.md b/docs-ref-conceptual/azure-cli-support-lifecycle.md index 294a6975f9..bf88870d34 100644 --- a/docs-ref-conceptual/azure-cli-support-lifecycle.md +++ b/docs-ref-conceptual/azure-cli-support-lifecycle.md @@ -172,9 +172,9 @@ Azure CLI can only be supported on operating systems where the above versions of | Ubuntu | 20.04 LTS | April 2025 | | | 22.04 LTS | April 2027 | | | 24.04 LTS | June 2029 | - | Debian | 10 | June 2024 | - | | 11 | | + | Debian | 11 | | | | 12 | | + | Alpine | 3.17 | November 22, 2024 | | RHEL | 8 | May 31, 2029 | | | 9 | May 31, 2032 | | CentOS Stream | 9 | Estimated 2027 | From 815c8cb81237bf9bc10f3241cad8e0a1d0ccb4a6 Mon Sep 17 00:00:00 2001 From: Delora Bradish Date: Tue, 23 Jul 2024 10:26:46 -0700 Subject: [PATCH 07/13] Update cli-install-linux-zypper.md --- docs-ref-conceptual/includes/cli-install-linux-zypper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-ref-conceptual/includes/cli-install-linux-zypper.md b/docs-ref-conceptual/includes/cli-install-linux-zypper.md index d435370ddf..dbc5affbc8 100644 --- a/docs-ref-conceptual/includes/cli-install-linux-zypper.md +++ b/docs-ref-conceptual/includes/cli-install-linux-zypper.md @@ -9,7 +9,7 @@ ms.custom: devx-track-azurecli, linux-related-content ## Before you begin -- Azure CLI [2.38.2](/cli/azure/release-notes-azure-cli#june-21-2024) (released on June 21, 2024) is the latest version supported on SUSE Linux Enterprise Server (SLES) and OpenSUSE (Leap) and will continue to receive security fixes until the end of June 2024. Microsoft isn't providing other updates or bug fixes for these distributions. +- Azure CLI [2.38.2](/cli/azure/release-notes-azure-cli#june-21-2024) (released on June 21, 2024) is the latest version supported on SUSE Linux Enterprise Server (SLES) and OpenSUSE (Leap). Microsoft is no longer providing updates or bug fixes for these distributions. - Microsoft continues to develop and support the Azure CLI and the Linux [Install script](/cli/azure/install-azure-cli-linux?pivots=script). SUSE maintains and supports packages provided by SUSE/OpenSUSE repositories. From a5c265efbfb5f661df4bce08114457e2634e6a17 Mon Sep 17 00:00:00 2001 From: Delora Bradish Date: Tue, 23 Jul 2024 10:34:07 -0700 Subject: [PATCH 08/13] Update azure-cli-support-lifecycle.md --- docs-ref-conceptual/azure-cli-support-lifecycle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-ref-conceptual/azure-cli-support-lifecycle.md b/docs-ref-conceptual/azure-cli-support-lifecycle.md index bf88870d34..cd7ddc342e 100644 --- a/docs-ref-conceptual/azure-cli-support-lifecycle.md +++ b/docs-ref-conceptual/azure-cli-support-lifecycle.md @@ -181,7 +181,7 @@ Azure CLI can only be supported on operating systems where the above versions of | Mariner | 2.0 | | > [!NOTE] - > On RHEL 7, only Azure CLI 2.38 is supported and has received security fixes until June 30, 2024. + > On RHEL 7, only Azure CLI 2.38 is supported but will no longer receive security fixes. ## See also From 163e9ee20d8f16a6abb099d985d00f0a15def64a Mon Sep 17 00:00:00 2001 From: Delora Bradish Date: Tue, 23 Jul 2024 10:51:13 -0700 Subject: [PATCH 09/13] Update cli-install-linux-dnf.md --- docs-ref-conceptual/includes/cli-install-linux-dnf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-ref-conceptual/includes/cli-install-linux-dnf.md b/docs-ref-conceptual/includes/cli-install-linux-dnf.md index 344a6ef29b..64fd4a8afe 100644 --- a/docs-ref-conceptual/includes/cli-install-linux-dnf.md +++ b/docs-ref-conceptual/includes/cli-install-linux-dnf.md @@ -8,7 +8,7 @@ ms.custom: devx-track-azurecli, linux-related-content ## Before you begin -- Azure CLI [2.38.2](/cli/azure/release-notes-azure-cli#june-21-2024) (released on June 21, 2024) is the last version supported on RHEL 7 and Centos 7 and will receive no additional security fixes. Microsoft also isn't providing updates or bug fixes for these distributions. +- Azure CLI [2.38.2](/cli/azure/release-notes-azure-cli#june-21-2024) (released on June 21, 2024) is the last version supported on RHEL 7 and Centos 7. Microsoft is no longer providing updates or bug fixes for these distributions. - Microsoft continues to develop and support Azure CLI and the Linux [Install script](/cli/azure/install-azure-cli-linux?pivots=script). From a83b7916b3f1c187605bb0409f10d2b93bb52796 Mon Sep 17 00:00:00 2001 From: Delora Bradish Date: Tue, 23 Jul 2024 10:52:36 -0700 Subject: [PATCH 10/13] Update azure-cli-support-lifecycle.md --- docs-ref-conceptual/azure-cli-support-lifecycle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-ref-conceptual/azure-cli-support-lifecycle.md b/docs-ref-conceptual/azure-cli-support-lifecycle.md index cd7ddc342e..398b1bb91c 100644 --- a/docs-ref-conceptual/azure-cli-support-lifecycle.md +++ b/docs-ref-conceptual/azure-cli-support-lifecycle.md @@ -181,7 +181,7 @@ Azure CLI can only be supported on operating systems where the above versions of | Mariner | 2.0 | | > [!NOTE] - > On RHEL 7, only Azure CLI 2.38 is supported but will no longer receive security fixes. + > On RHEL 7, only Azure CLI 2.38 is supported. Microsoft is no longer providing updates or bug fixes for this distribution. ## See also From ca0c547d47d3820fe95e656341936b0fda5dd5fe Mon Sep 17 00:00:00 2001 From: Delora Bradish Date: Tue, 23 Jul 2024 11:51:08 -0700 Subject: [PATCH 11/13] Update azure-cli-support-lifecycle.md --- docs-ref-conceptual/azure-cli-support-lifecycle.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-ref-conceptual/azure-cli-support-lifecycle.md b/docs-ref-conceptual/azure-cli-support-lifecycle.md index 398b1bb91c..895da1c4ee 100644 --- a/docs-ref-conceptual/azure-cli-support-lifecycle.md +++ b/docs-ref-conceptual/azure-cli-support-lifecycle.md @@ -118,8 +118,8 @@ lifecycle: | 2.69.0 | January 2025 | | Minor | STS | 2.70.0 | | 2.70.0 | February 2025 | | Minor | STS | 2.71.0 | | 2.71.0 | March 2025 | | Minor | STS | 2.72.0 | -| 2.72.0 | April 2025 | | Minor | STS | 2.73.0 | -| 2.73.0 | May 2025 | Yes | Major | LTS | 2.91.0 | +| 2.72.0 | April 2025 | | Minor | STS | 2.73.0 | +| 2.73.0 | May 2025 | Yes | Major | LTS | _**2.91.0**_ | **Examples:** From 00f0b4f46d590899d2e23a87159503ef105d1501 Mon Sep 17 00:00:00 2001 From: Delora Bradish Date: Wed, 24 Jul 2024 14:38:41 -0700 Subject: [PATCH 12/13] Update azure-cli-support-lifecycle.md --- docs-ref-conceptual/azure-cli-support-lifecycle.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-ref-conceptual/azure-cli-support-lifecycle.md b/docs-ref-conceptual/azure-cli-support-lifecycle.md index 895da1c4ee..99bd5cb821 100644 --- a/docs-ref-conceptual/azure-cli-support-lifecycle.md +++ b/docs-ref-conceptual/azure-cli-support-lifecycle.md @@ -67,7 +67,7 @@ The STS versions of Azure CLI core give you the most recent capabilities. STS re STS releases have the following characteristics: * STS releases are released monthly and receive feature updates, bug fixes, and security fixes. -* To be supported, you need to be on the latest minor version of the STS release. +* For a STS version to be supported, you need to be on the latest minor version of the STS release. * STS releases don't have a specific marker when running the `az version` command. This ensures backward compatibility with tools or scripts that might utilize the information. ## Long Term Support releases (LTS) @@ -80,7 +80,7 @@ LTS releases have the following characteristics: * During the first six months, the LTS releases are released monthly and receive feature updates, bug fixes and security fixes. * During the following 12 months, the LTS releases are released when necessary and only receive bug fixes and security fixes. -* To be supported, you need to be on the latest version of the LTS release. +* For a LTS version to be supported, you need to be on the latest version of the LTS release. Easily find the LTS release date by running the `az version` command. Notice the `azure-cli-support` line that indicates the LTS date. From 0c83ca55d0450b43f049db76862828bc400916c9 Mon Sep 17 00:00:00 2001 From: Delora Bradish Date: Wed, 24 Jul 2024 15:29:21 -0700 Subject: [PATCH 13/13] Update azure-cli-support-lifecycle.md --- .../azure-cli-support-lifecycle.md | 37 +++++++++++-------- 1 file changed, 22 insertions(+), 15 deletions(-) diff --git a/docs-ref-conceptual/azure-cli-support-lifecycle.md b/docs-ref-conceptual/azure-cli-support-lifecycle.md index 99bd5cb821..dfdf1dc6cb 100644 --- a/docs-ref-conceptual/azure-cli-support-lifecycle.md +++ b/docs-ref-conceptual/azure-cli-support-lifecycle.md @@ -105,21 +105,28 @@ lifecycle: > [!NOTE] > The dates in the following table are for example purposes only. The actual release dates vary. -| Version number | Release schedule | Breaking changes | Release type | Support type | Supported until version | -| -------------- | ---------------- | ---------------- | ------------ | ------------ | ----------------------- | -| 2.61.0 | May 2024 | Yes | Major | LTS | 2.62.0 | -| 2.62.0 | June 2024 | | Minor | LTS | 2.63.0 | -| 2.63.0 | July 2024 | | Minor | LTS | 2.64.0 | -| 2.64.0 | August 2024 | | Minor | LTS | 2.65.0 | -| 2.65.0 | September 2024 | | Minor | LTS | 2.66.0 | -| 2.66.0 | October 2024 | | Minor | LTS | _**2.79.0**_ | -| 2.67.0 | November 2024 | Yes | Major | STS | 2.68.0 | -| 2.68.0 | December 2024 | | Minor | STS | 2.69.0 | -| 2.69.0 | January 2025 | | Minor | STS | 2.70.0 | -| 2.70.0 | February 2025 | | Minor | STS | 2.71.0 | -| 2.71.0 | March 2025 | | Minor | STS | 2.72.0 | -| 2.72.0 | April 2025 | | Minor | STS | 2.73.0 | -| 2.73.0 | May 2025 | Yes | Major | LTS | _**2.91.0**_ | +| Version number | Release schedule | Breaking changes | Release type | Support type | Supported until version | LTS version | +| -------------- | ---------------- | ---------------- | ------------ | ------------ | ----------------------- | ----------- | +| 2.61.0 | May 2024 | Yes | Major | STS | 2.62.0 | | +| 2.62.0 | June 2024 | | Minor | STS | 2.63.0 | | +| 2.63.0 | July 2024 | | Minor | STS | 2.64.0 | | +| 2.64.0 | August 2024 | | Minor | STS | 2.65.0 | | +| 2.65.0 | September 2024 | | Minor | STS | 2.66.0 | | +| 2.66.0 | October 2024 | | Minor | **LTS** | _**2.79.0**_ | 2.66.0 | +| 2.67.0 | November 2024 | Yes | Major | STS | 2.68.0 | 2.66.x | +| 2.68.0 | December 2024 | | Minor | STS | 2.69.0 | 2.66.x | +| 2.69.0 | January 2025 | | Minor | STS | 2.70.0 | 2.66.x | +| 2.70.0 | February 2025 | | Minor | STS | 2.71.0 | 2.66.x | +| 2.71.0 | March 2025 | | Minor | STS | 2.72.0 | 2.66.x | +| 2.72.0 | April 2025 | | Minor | STS | 2.73.0 | 2.66.x | +| 2.73.0 | May 2025 | Yes | Major | STS | 2.74.0 | 2.66.x | +| 2.74.0 | June 2025 | | Minor | STS | 2.75.0 | 2.66.x | +| 2.75.0 | July 2025 | | Minor | STS | 2.76.0 | 2.66.x | +| 2.76.0 | August 2025 | | Minor | STS | 2.77.0 | 2.66.x | +| 2.77.0 | September 2025 | | Minor | STS | 2.78.0 | 2.66.x | +| 2.78.0 | October 2025 | | Minor | STS | 2.79.0 | 2.66.x | +| 2.79.0 | November 2025 | Yes | Major | **LTS** | _**2.91.0**_ | 2.79.0 | +| 2.80.0 | December 2025 | Yes | Minor | STS | 2.81.0 | 2.79.x | **Examples:**