File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
6192.66.1
720++++++
821
Original file line number Diff line number Diff line change 44# --------------------------------------------------------------------------------------------
55# pylint: disable=line-too-long
66
7- __version__ = "2.66.1 "
7+ __version__ = "2.66.2 "
88
99import os
1010import sys
Original file line number Diff line number Diff line change 88from codecs import open
99from 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.
Original file line number Diff line number Diff line change 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+
6152.66.1
716++++++
817
Original file line number Diff line number Diff line change 1717from 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
2323logger = get_logger (__name__ )
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ argcomplete==3.3.0
44asn1crypto==0.24.0
55azure-appconfiguration==1.7.0
66azure-batch==14.2.0
7- azure-cli-core==2.66.1
7+ azure-cli-core==2.66.2
88azure-cli-telemetry==1.1.0
9- azure-cli==2.66.1
9+ azure-cli==2.66.2
1010azure-common==1.1.22
1111azure-core==1.31.0
1212azure-cosmos==3.2.0
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ argcomplete==3.3.0
44asn1crypto==0.24.0
55azure-appconfiguration==1.7.0
66azure-batch==14.2.0
7- azure-cli-core==2.66.1
7+ azure-cli-core==2.66.2
88azure-cli-telemetry==1.1.0
9- azure-cli==2.66.1
9+ azure-cli==2.66.2
1010azure-common==1.1.22
1111azure-core==1.31.0
1212azure-cosmos==3.2.0
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ argcomplete==3.3.0
44asn1crypto==0.24.0
55azure-appconfiguration==1.7.0
66azure-batch==14.2.0
7- azure-cli-core==2.66.1
7+ azure-cli-core==2.66.2
88azure-cli-telemetry==1.1.0
9- azure-cli==2.66.1
9+ azure-cli==2.66.2
1010azure-common==1.1.22
1111azure-core==1.31.0
1212azure-cosmos==3.2.0
Original file line number Diff line number Diff line change 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.
2323try :
You can’t perform that action at this time.
0 commit comments