11---
22title : Azure Cloud Shell release notes
33description : 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
55ms.topic : release-notes
66---
77
88# Azure Cloud Shell release notes
99
1010The 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] ( https://learn.microsoft.com/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 )
1333
1434## May 2024
1535
16- ### New features
36+ New features
1737
1838- Updated user interface
1939
@@ -32,7 +52,7 @@ features and tools, security updates, and bug fixes.
3252 For more information, see
3353 [ Get started with Azure Cloud Shell ephemeral sessions] ( ./get-started/ephemeral.md?tabs=powershell ) .
3454
35- ### Deprecated Packages
55+ Deprecated Packages
3656
3757The following packages were removed for security compliance. These packages were deprecated by the
3858package owners or are no longer maintained. If you need to use these tools, you can install them in
0 commit comments