Skip to content

Commit 6142a82

Browse files
authored
{LTS} Upgrade to Azure CLI 2.66.2 (#32497)
1 parent 20cfbca commit 6142a82

9 files changed

Lines changed: 32 additions & 10 deletions

File tree

src/azure-cli-core/HISTORY.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
Release History
44
===============
55

6+
2.66.2
7+
++++++
8+
9+
* Resolve CVE-2025-4517 (#32350)
10+
* Resolve CVE-2025-24049 (#32038)
11+
* Resolve CVE-2025-9230 (#32491)
12+
* Resolve CVE-2025-9232 (#32491)
13+
* Resolve CVE-2024-13176 (#32032)
14+
* Resolve CVE-2024-9143 (#32032)
15+
* Resolve CVE-2025-50181 (#32076)
16+
* Resolve CVE-2025-50182 (#32076)
17+
* Resolve CVE-2024-47081 (#32077)
18+
619
2.66.1
720
++++++
821

src/azure-cli-core/azure/cli/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# --------------------------------------------------------------------------------------------
55
# pylint: disable=line-too-long
66

7-
__version__ = "2.66.1"
7+
__version__ = "2.66.2"
88

99
import os
1010
import sys

src/azure-cli-core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from codecs import open
99
from setuptools import setup, find_packages
1010

11-
VERSION = "2.66.1"
11+
VERSION = "2.66.2"
1212

1313
# If we have source, validate that our version numbers match
1414
# This should prevent uploading releases with mismatched versions.

src/azure-cli/HISTORY.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
Release History
44
===============
55

6+
2.66.2
7+
++++++
8+
9+
**Packaging**
10+
11+
* Bump Python to 3.12 on RHEL and CentOS Stream (#32464)
12+
* Bump embedded Python to 3.13.9 (#32491)
13+
* Drop Azure Linux (Mariner) 2.0 support (#32463)
14+
615
2.66.1
716
++++++
817

src/azure-cli/azure/cli/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from knack.log import get_logger
1818

1919
__author__ = "Microsoft Corporation <python@microsoft.com>"
20-
__version__ = "2.66.1"
20+
__version__ = "2.66.2"
2121

2222

2323
logger = get_logger(__name__)

src/azure-cli/requirements.py3.Darwin.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ argcomplete==3.3.0
44
asn1crypto==0.24.0
55
azure-appconfiguration==1.7.0
66
azure-batch==14.2.0
7-
azure-cli-core==2.66.1
7+
azure-cli-core==2.66.2
88
azure-cli-telemetry==1.1.0
9-
azure-cli==2.66.1
9+
azure-cli==2.66.2
1010
azure-common==1.1.22
1111
azure-core==1.31.0
1212
azure-cosmos==3.2.0

src/azure-cli/requirements.py3.Linux.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ argcomplete==3.3.0
44
asn1crypto==0.24.0
55
azure-appconfiguration==1.7.0
66
azure-batch==14.2.0
7-
azure-cli-core==2.66.1
7+
azure-cli-core==2.66.2
88
azure-cli-telemetry==1.1.0
9-
azure-cli==2.66.1
9+
azure-cli==2.66.2
1010
azure-common==1.1.22
1111
azure-core==1.31.0
1212
azure-cosmos==3.2.0

src/azure-cli/requirements.py3.windows.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ argcomplete==3.3.0
44
asn1crypto==0.24.0
55
azure-appconfiguration==1.7.0
66
azure-batch==14.2.0
7-
azure-cli-core==2.66.1
7+
azure-cli-core==2.66.2
88
azure-cli-telemetry==1.1.0
9-
azure-cli==2.66.1
9+
azure-cli==2.66.2
1010
azure-common==1.1.22
1111
azure-core==1.31.0
1212
azure-cosmos==3.2.0

src/azure-cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
logging.warning("Wheel is not available, disabling bdist_wheel hook")
1818
cmdclass = {}
1919

20-
VERSION = "2.66.1"
20+
VERSION = "2.66.2"
2121
# If we have source, validate that our version numbers match
2222
# This should prevent uploading releases with mismatched versions.
2323
try:

0 commit comments

Comments
 (0)