Skip to content

Commit 55ec64a

Browse files
authored
{Release} Upgrade to Azure CLI 2.38.2 (#28821)
1 parent f11eee3 commit 55ec64a

File tree

8 files changed

+23
-10
lines changed

8 files changed

+23
-10
lines changed

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.38.1"
7+
__version__ = "2.38.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.38.1"
11+
VERSION = "2.38.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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
Release History
44
===============
55

6+
2.38.2
7+
++++++
8+
9+
This version is only released for CentOS 7 and RHEL 7. CVE-2023-36052 is fixed in this version.
10+
11+
**App Service**
12+
13+
* [BREAKING CHANGE] Redact appsettings output on set/delete commands (#28671)
14+
* [BREAKING CHANGE] `az webapp config`: Redact webapp config connection-string and storage-account values (#28671)
15+
* [BREAKING CHANGE] `az functionapp`: Redact key value output on keys set (#28751)
16+
* [BREAKING CHANGE] `az functionapp/webapp deployment source update-token`: Redact tokens output on deployment source update-token (#28751)
17+
* [BREAKING CHANGE] Redact output on deployment source config (#28751)
18+
619
2.38.1
720
++++++
821

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 <[email protected]>"
20-
__version__ = "2.38.1"
20+
__version__ = "2.38.2"
2121

2222

2323
# A workaround for https://bugs.python.org/issue32502 (https://github.com/Azure/azure-cli/issues/5184)

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==1.11.1
44
asn1crypto==0.24.0
55
azure-appconfiguration==1.1.1
66
azure-batch==12.0.0
7-
azure-cli-core==2.38.1
7+
azure-cli-core==2.38.2
88
azure-cli-telemetry==1.0.6
9-
azure-cli==2.38.1
9+
azure-cli==2.38.2
1010
azure-common==1.1.22
1111
azure-core==1.24.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==1.11.1
44
asn1crypto==0.24.0
55
azure-appconfiguration==1.1.1
66
azure-batch==12.0.0
7-
azure-cli-core==2.38.1
7+
azure-cli-core==2.38.2
88
azure-cli-telemetry==1.0.6
9-
azure-cli==2.38.1
9+
azure-cli==2.38.2
1010
azure-common==1.1.22
1111
azure-core==1.24.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==1.11.1
44
asn1crypto==0.24.0
55
azure-appconfiguration==1.1.1
66
azure-batch==12.0.0
7-
azure-cli-core==2.38.1
7+
azure-cli-core==2.38.2
88
azure-cli-telemetry==1.0.6
9-
azure-cli==2.38.1
9+
azure-cli==2.38.2
1010
azure-common==1.1.22
1111
azure-core==1.24.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
logger.warn("Wheel is not available, disabling bdist_wheel hook")
1818
cmdclass = {}
1919

20-
VERSION = "2.38.1"
20+
VERSION = "2.38.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)