1
1
---
2
2
title : Azure Cloud Shell release notes
3
3
description : This article lists the new features and changes released in Azure Cloud Shell.
4
- ms.date : 06/25 /2024
4
+ ms.date : 12/09 /2024
5
5
ms.topic : release-notes
6
6
---
7
7
8
8
# Azure Cloud Shell release notes
9
9
10
10
The following document outlines the changes to Azure Cloud Shell. The Cloud Shell container image is
11
- updated on a monthly basis to reflect the latest changes. Changes can include new or updated
12
- features and tools, security updates, and bug fixes.
11
+ updated on a monthly basis. Changes can include new or updated features and tools, security updates,
12
+ and bug fixes.
13
+
14
+ ## December 2024
15
+
16
+ Tool changes
17
+
18
+ - The mysql client was replaced with the mariadb client. You can still run ` mysql ` commands in Cloud
19
+ Shell, but the client is now the mariadb client.
20
+ - .NET was upgraded from .NET 7 to .NET 8
21
+ - The moby-cli and docker packages were removed since you can't start the daemons in Cloud Shell.
22
+
23
+ Deprecated Packages
24
+
25
+ The following packages were removed for compliance with our package inclusion policy.
26
+
27
+ - [ packer] ( https://developer.hashicorp.com/packer/docs/intro )
28
+ - [ sfctl] ( /azure/service-fabric/service-fabric-cli )
29
+
30
+ Published policy for inclusion of new tools
31
+
32
+ - [ Package inclusion guide] ( https://github.com/Azure/CloudShell/blob/master/docs/package-inclusion-guide.md )
13
33
14
34
## May 2024
15
35
16
- ### New features
36
+ New features
17
37
18
38
- Updated user interface
19
39
@@ -32,7 +52,7 @@ features and tools, security updates, and bug fixes.
32
52
For more information, see
33
53
[ Get started with Azure Cloud Shell ephemeral sessions] ( ./get-started/ephemeral.md?tabs=powershell ) .
34
54
35
- ### Deprecated Packages
55
+ Deprecated Packages
36
56
37
57
The following packages were removed for security compliance. These packages were deprecated by the
38
58
package owners or are no longer maintained. If you need to use these tools, you can install them in
0 commit comments