Skip to content

Commit 2c0f32c

Browse files
Merge pull request #298280 from sdwheeler/sdw-w400618-relnotes
Update release notes for Apr-2025
2 parents 7936408 + 360851f commit 2c0f32c

File tree

1 file changed

+56
-18
lines changed

1 file changed

+56
-18
lines changed

articles/cloud-shell/release-notes.md

Lines changed: 56 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Azure Cloud Shell release notes
33
description: This article lists the new features and changes released in Azure Cloud Shell.
4-
ms.date: 01/24/2025
4+
ms.date: 04/15/2025
55
ms.topic: release-notes
66
---
77

@@ -11,12 +11,34 @@ The following document outlines the changes to Azure Cloud Shell. The Cloud Shel
1111
updated on a monthly basis. Changes can include new or updated features and tools, security updates,
1212
and bug fixes.
1313

14+
> [!NOTE]
15+
> For a tool to be included in Cloud Shell, it must meet the criteria defined in the
16+
> [Cloud Shell Package inclusion guide][11]. For security compliance, tool packages become
17+
> deprecated when they're no longer actively maintained. There's usually a 30-day notice before a
18+
> package is removed from the image. The package may be removed sooner if there's a security
19+
> vulnerability or other critical issue. As with any other tool, if there's a tool you need, you
20+
> can install them in your Cloud Shell session as long as it doesn't require root access. For
21+
> installation instructions, consult the documentation for the package you require.
22+
23+
## April 2025
24+
25+
The base image for Azure Cloud Shell was updated to use the latest version of **Azure Linux
26+
3.0**. With this release, the following changes were made:
27+
28+
- Upgraded versions of many packages including Python 3.12.9, PostgreSQL 16.7, and Node.js v20.14.0
29+
- [Azure Functions Core Tools][02] was readded to the image.
30+
- The following packages were removed:
31+
- `msodbcsql18` and `mssql-tools18`
32+
- `Apparmor` is primarily used in Ubuntu and not in Azure Linux.
33+
- `redis` was removed due to changes in licensing. For more information, see
34+
[Redis license update: What you need to know][06].
35+
1436
## January 2025
1537

1638
Tool changes
1739

18-
- Updated Azure CLI to [v2.68.0](/cli/azure/release-notes-azure-cli)
19-
- Updated Azure PowerShell to [v13.1.0](/powershell/azure/release-notes-azureps?view=azps-13.1.0&preserve-view=true)
40+
- Updated Azure CLI to [v2.68.0][04]
41+
- Updated Azure PowerShell to [v13.1.0][05]
2042
- Removed guava-android Java library
2143

2244
## December 2024
@@ -32,12 +54,12 @@ Deprecated Packages
3254

3355
The following packages were removed for compliance with our package inclusion policy.
3456

35-
- [packer](https://developer.hashicorp.com/packer/docs/intro)
36-
- [sfctl](/azure/service-fabric/service-fabric-cli)
57+
- [packer][07]
58+
- [sfctl][03]
3759

3860
Published policy for inclusion of new tools
3961

40-
- [Package inclusion guide](https://github.com/Azure/CloudShell/blob/master/docs/package-inclusion-guide.md)
62+
- [Package inclusion guide][11]
4163

4264
## May 2024
4365

@@ -49,7 +71,7 @@ New features
4971
toolbar uses text-based menu items rather than icons, making it easier to find the desired action.
5072

5173
For more information, see
52-
[How to use the new user interface for Azure Cloud Shell](new-ui-shell-window.md).
74+
[How to use the new user interface for Azure Cloud Shell][14].
5375

5476
- Support for ephemeral sessions
5577

@@ -58,17 +80,33 @@ New features
5880
Shell is restarted.
5981

6082
For more information, see
61-
[Get started with Azure Cloud Shell ephemeral sessions](./get-started/ephemeral.md?tabs=powershell).
83+
[Get started with Azure Cloud Shell ephemeral sessions][01].
6284

6385
Deprecated Packages
6486

65-
The following packages were removed for security compliance. These packages were deprecated by the
66-
package owners or are no longer maintained. If you need to use these tools, you can install them in
67-
your Cloud Shell session. For installation instructions, consult the documentation for the package
68-
you require.
69-
70-
- [Batch-Shipyard](https://github.com/Azure/batch-shipyard)
71-
- [blobxfer](https://github.com/Azure/blobxfer)
72-
- [Yeoman (yo)](https://yeoman.io/)
73-
- [generator-az-terra module](https://github.com/Azure/generator-az-terra-module)
74-
- [Azure-functions-cli](https://github.com/Azure/azure-functions-core-tools)
87+
The following packages were removed for security compliance. The maintainers deprecated these
88+
packages or are no longer maintained. If you need to use these tools, you can install them in your
89+
Cloud Shell session. For installation instructions, consult the documentation for the package you
90+
require.
91+
92+
- [Batch-Shipyard][09]
93+
- [blobxfer][10]
94+
- [Yeoman (yo)][13]
95+
- [generator-az-terra module][12]
96+
- [Azure-functions-cli][08]
97+
98+
<!-- link references -->
99+
[01]: ./get-started/ephemeral.md?tabs=powershell
100+
[02]: /azure/azure-functions/functions-core-tools-reference?tabs=v2
101+
[03]: /azure/service-fabric/service-fabric-cli
102+
[04]: /cli/azure/release-notes-azure-cli
103+
[05]: /powershell/azure/release-notes-azureps?view=azps-13.1.0&preserve-view=true
104+
[06]: https://azure.microsoft.com/blog/redis-license-update-what-you-need-to-know/
105+
[07]: https://developer.hashicorp.com/packer/docs/intro
106+
[08]: https://github.com/Azure/azure-functions-core-tools
107+
[09]: https://github.com/Azure/batch-shipyard
108+
[10]: https://github.com/Azure/blobxfer
109+
[11]: https://github.com/Azure/CloudShell/blob/master/docs/package-inclusion-guide.md
110+
[12]: https://github.com/Azure/generator-az-terra-module
111+
[13]: https://yeoman.io/
112+
[14]: new-ui-shell-window.md

0 commit comments

Comments
 (0)