File tree Expand file tree Collapse file tree 8 files changed +23
-10
lines changed Expand file tree Collapse file tree 8 files changed +23
-10
lines changed Original file line number Diff line number Diff line change 4
4
# --------------------------------------------------------------------------------------------
5
5
# pylint: disable=line-too-long
6
6
7
- __version__ = "2.38.1 "
7
+ __version__ = "2.38.2 "
8
8
9
9
import os
10
10
import sys
Original file line number Diff line number Diff line change 8
8
from codecs import open
9
9
from setuptools import setup , find_packages
10
10
11
- VERSION = "2.38.1 "
11
+ VERSION = "2.38.2 "
12
12
13
13
# If we have source, validate that our version numbers match
14
14
# This should prevent uploading releases with mismatched versions.
Original file line number Diff line number Diff line change 3
3
Release History
4
4
===============
5
5
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
+
6
19
2.38.1
7
20
++++++
8
21
Original file line number Diff line number Diff line change 17
17
from knack .log import get_logger
18
18
19
19
__author__ = "Microsoft Corporation <[email protected] >"
20
- __version__ = "2.38.1 "
20
+ __version__ = "2.38.2 "
21
21
22
22
23
23
# A workaround for https://bugs.python.org/issue32502 (https://github.com/Azure/azure-cli/issues/5184)
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ argcomplete==1.11.1
4
4
asn1crypto==0.24.0
5
5
azure-appconfiguration==1.1.1
6
6
azure-batch==12.0.0
7
- azure-cli-core==2.38.1
7
+ azure-cli-core==2.38.2
8
8
azure-cli-telemetry==1.0.6
9
- azure-cli==2.38.1
9
+ azure-cli==2.38.2
10
10
azure-common==1.1.22
11
11
azure-core==1.24.0
12
12
azure-cosmos==3.2.0
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ argcomplete==1.11.1
4
4
asn1crypto==0.24.0
5
5
azure-appconfiguration==1.1.1
6
6
azure-batch==12.0.0
7
- azure-cli-core==2.38.1
7
+ azure-cli-core==2.38.2
8
8
azure-cli-telemetry==1.0.6
9
- azure-cli==2.38.1
9
+ azure-cli==2.38.2
10
10
azure-common==1.1.22
11
11
azure-core==1.24.0
12
12
azure-cosmos==3.2.0
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ argcomplete==1.11.1
4
4
asn1crypto==0.24.0
5
5
azure-appconfiguration==1.1.1
6
6
azure-batch==12.0.0
7
- azure-cli-core==2.38.1
7
+ azure-cli-core==2.38.2
8
8
azure-cli-telemetry==1.0.6
9
- azure-cli==2.38.1
9
+ azure-cli==2.38.2
10
10
azure-common==1.1.22
11
11
azure-core==1.24.0
12
12
azure-cosmos==3.2.0
Original file line number Diff line number Diff line change 17
17
logger .warn ("Wheel is not available, disabling bdist_wheel hook" )
18
18
cmdclass = {}
19
19
20
- VERSION = "2.38.1 "
20
+ VERSION = "2.38.2 "
21
21
# If we have source, validate that our version numbers match
22
22
# This should prevent uploading releases with mismatched versions.
23
23
try :
You can’t perform that action at this time.
0 commit comments