Skip to content

Commit c362c06

Browse files
authored
Update release notes (#12847)
* Update release notes * fix filename version part
1 parent 3045b68 commit c362c06

17 files changed

+92
-86
lines changed

reference/docs-conceptual/install/PowerShell-Support-Lifecycle.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Details the policies governing support for PowerShell.
3-
ms.date: 03/06/2026
3+
ms.date: 03/12/2026
44
ms.topic: lifecycle
55
title: PowerShell Support Lifecycle
66
---
@@ -12,12 +12,12 @@ There are multiple versions of PowerShell 7 that can be installed.
1212
releases can contain critical fixes, innovations, and new features. Microsoft supports a Stable
1313
release for about six months after the next LTS release.
1414

15-
The current Stable release is PowerShell v7.5.4.
15+
The current Stable release is PowerShell v7.5.5.
1616
- **Long Term Servicing (LTS) release** - An LTS release of PowerShell is an LTS release of .NET.
1717
Updates to an LTS release only contain critical security updates and servicing fixes that are
1818
designed to minimize impact on existing workloads.
1919

20-
The current LTS release is PowerShell v7.4.13.
20+
The current LTS release is PowerShell v7.4.14.
2121
- **Preview release** - A preview release is a version of PowerShell that's currently in
2222
development. Preview releases can contain bug fixes, new features, and experiments. Preview
2323
releases can contain bugs and might not be stable. For that reason, you shouldn't use them in

reference/docs-conceptual/install/PowerShell-in-Docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: How to use PowerShell in a Docker image.
3-
ms.date: 11/21/2025
3+
ms.date: 03/12/2026
44
ms.devlang: powershell
55
title: Use PowerShell in Docker
66
---

reference/docs-conceptual/install/PowerShell-on-ARM.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: PowerShell on Arm-based systems
3-
ms.date: 02/17/2026
3+
ms.date: 03/12/2026
44
title: PowerShell on Arm-based systems
55
---
66

reference/docs-conceptual/install/alternate-install-methods.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,16 +170,16 @@ install the necessary dependencies for the target OS in separate steps.
170170
The following example shows the steps for installing the x64 binary archive. You must choose the
171171
correct binary archive that matches the processor type for your platform.
172172

173-
- `powershell-7.5.4-linux-arm32.tar.gz`
174-
- `powershell-7.5.4-linux-arm64.tar.gz`
175-
- `powershell-7.5.4-linux-x64.tar.gz`
173+
- `powershell-7.5.5-linux-arm32.tar.gz`
174+
- `powershell-7.5.5-linux-arm64.tar.gz`
175+
- `powershell-7.5.5-linux-x64.tar.gz`
176176

177177
Use the following shell commands to download and install PowerShell from the `tar.gz` binary
178178
archive. Change the URL to match the version of PowerShell you want to install.
179179

180180
```sh
181181
# Download the powershell '.tar.gz' archive
182-
curl -L -o /tmp/powershell.tar.gz https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/powershell-7.5.4-linux-x64.tar.gz
182+
curl -L -o /tmp/powershell.tar.gz https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/powershell-7.5.5-linux-x64.tar.gz
183183

184184
# Create the target folder where powershell will be placed
185185
sudo mkdir -p /opt/microsoft/powershell/7

reference/docs-conceptual/install/community-support.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: PowerShell can run on Linux distributions that aren't officially supported by Microsoft.
3-
ms.date: 02/17/2026
3+
ms.date: 03/12/2026
44
title: Community support for PowerShell on Linux
55
---
66
# Community support for PowerShell on Linux
@@ -82,11 +82,11 @@ package from the [releases][09] page onto your Raspberry Pi computer. The links
8282
versions are:
8383

8484
- PowerShell 7.4 - latest LTS release
85-
- `https://github.com/PowerShell/PowerShell/releases/download/v7.4.13/powershell-7.4.13-linux-arm32.tar.gz`
86-
- `https://github.com/PowerShell/PowerShell/releases/download/v7.4.13/powershell-7.4.13-linux-arm64.tar.gz`
85+
- `https://github.com/PowerShell/PowerShell/releases/download/v7.4.14/powershell-7.4.14-linux-arm32.tar.gz`
86+
- `https://github.com/PowerShell/PowerShell/releases/download/v7.4.14/powershell-7.4.14-linux-arm64.tar.gz`
8787
- PowerShell 7.5 - latest stable release
88-
- `https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/powershell-7.5.4-linux-arm32.tar.gz`
89-
- `https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/powershell-7.5.4-linux-arm64.tar.gz`
88+
- `https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/powershell-7.5.5-linux-arm32.tar.gz`
89+
- `https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/powershell-7.5.5-linux-arm64.tar.gz`
9090

9191
Use the following shell commands to download and install the package. This script detects whether
9292
you're running a 32-bit or 64-bit OS and installs the latest stable version of PowerShell for that

reference/docs-conceptual/install/install-alpine.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: How to install PowerShell on Alpine Linux
3-
ms.date: 03/06/2026
3+
ms.date: 03/12/2026
44
title: Install PowerShell 7 on Alpine Linux
55
---
66
# Install PowerShell 7 on Alpine Linux
@@ -19,8 +19,8 @@ with a previous version, reinstall the previous version using the [binary archiv
1919
On Alpine Linux, PowerShell is installed from the `tar.gz` package downloaded from the
2020
[releases][01] page. Select the URL of the package version you want to install.
2121

22-
- PowerShell 7.5 - `https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/powershell-7.5.4-linux-musl-x64.tar.gz`
23-
- PowerShell 7.4 (LTS) - `https://github.com/PowerShell/PowerShell/releases/download/v7.4.13/powershell-7.4.13-linux-musl-x64.tar.gz`
22+
- PowerShell 7.5 - `https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/powershell-7.5.5-linux-musl-x64.tar.gz`
23+
- PowerShell 7.4 (LTS) - `https://github.com/PowerShell/PowerShell/releases/download/v7.4.14/powershell-7.4.14-linux-musl-x64.tar.gz`
2424
- PowerShell 7.6-preview - `https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc1/powershell-7.6.0-rc1-linux-musl-x64.tar.gz`
2525

2626
Use the following shell commands to install PowerShell 7:
@@ -48,7 +48,7 @@ apk -X https://dl-cdn.alpinelinux.org/alpine/edge/main add --no-cache \
4848
openssh-client \
4949

5050
# Download the powershell '.tar.gz' archive
51-
curl -L https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/powershell-7.5.4-linux-musl-x64.tar.gz -o /tmp/powershell.tar.gz
51+
curl -L https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/powershell-7.5.5-linux-musl-x64.tar.gz -o /tmp/powershell.tar.gz
5252

5353
# Create the target folder where powershell will be placed
5454
sudo mkdir -p /opt/microsoft/powershell/7

reference/docs-conceptual/install/install-debian.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: How to install PowerShell on Debian Linux
3-
ms.date: 03/06/2026
3+
ms.date: 03/12/2026
44
title: Install PowerShell 7 on Debian
55
---
66
# Install PowerShell 7 on Debian
@@ -72,9 +72,9 @@ Download the universal package from the GitHub releases page. Choose the link fo
7272
want to install.
7373

7474
- PowerShell 7.5 universal package for supported versions of Debian
75-
- `https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/powershell_7.5.4-1.deb_amd64.deb`
75+
- `https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/powershell_7.5.5-1.deb_amd64.deb`
7676
- PowerShell 7.4 (LTS) universal package for supported versions of Debian
77-
- `https://github.com/PowerShell/PowerShell/releases/download/v7.4.13/powershell_7.4.13-1.deb_amd64.deb`
77+
- `https://github.com/PowerShell/PowerShell/releases/download/v7.4.14/powershell_7.4.14-1.deb_amd64.deb`
7878
- PowerShell 7.6-preview universal package for supported versions of Debian
7979
- `https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc1/powershell-preview_7.6.0-rc1-1.deb_amd64.deb`
8080

@@ -93,17 +93,17 @@ sudo apt-get update
9393
sudo apt-get install -y wget
9494

9595
# Download the PowerShell package file
96-
wget https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/powershell_7.5.4-1.deb_amd64.deb
96+
wget https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/powershell_7.5.5-1.deb_amd64.deb
9797

9898
###################################
9999
# Install the PowerShell package
100-
sudo dpkg -i powershell_7.5.4-1.deb_amd64.deb
100+
sudo dpkg -i powershell_7.5.5-1.deb_amd64.deb
101101

102102
# Resolve missing dependencies and finish the install (if necessary)
103103
sudo apt-get install -f
104104

105105
# Delete the downloaded package file
106-
rm powershell_7.5.4-1.deb_amd64.deb
106+
rm powershell_7.5.5-1.deb_amd64.deb
107107

108108
# Start PowerShell
109109
pwsh

reference/docs-conceptual/install/install-powershell-on-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: This article lists the Linux distributions and package managers that are supported for installing PowerShell.
3-
ms.date: 11/21/2025
3+
ms.date: 03/12/2026
44
title: Install PowerShell on Linux
55
---
66
# Install PowerShell on Linux

reference/docs-conceptual/install/install-powershell-on-macos.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ Download the install package from the [releases][04] page. Select the package ve
2525
install.
2626

2727
- PowerShell 7.5
28-
- Arm64 processors - [powershell-7.5.4-osx-arm64.pkg][09]
29-
- x64 processors - [powershell-7.5.4-osx-x64.pkg][11]
28+
- Arm64 processors - [powershell-7.5.5-osx-arm64.pkg][09]
29+
- x64 processors - [powershell-7.5.5-osx-x64.pkg][11]
3030
- PowerShell 7.4 (LTS)
31-
- Arm64 processors - [powershell-7.4.13-osx-arm64.pkg][05]
32-
- x64 processors - [powershell-7.4.13-osx-x64.pkg][07]
31+
- Arm64 processors - [powershell-7.4.14-osx-arm64.pkg][05]
32+
- x64 processors - [powershell-7.4.14-osx-x64.pkg][07]
3333
- PowerShell 7.6-preview
3434
- Arm64 processors - [powershell-7.6.0-rc1-osx-arm64.pkg][13]
3535
- x64 processors - [powershell-7.6.0-rc1-osx-x64.pkg][15]
@@ -46,9 +46,9 @@ Install PowerShell using Finder:
4646

4747
You will receive the following error message when installing the package:
4848

49-
> "powershell-7.5.4-osx-arm64.pkg" Not Opened
49+
> "powershell-7.5.5-osx-arm64.pkg" Not Opened
5050
>
51-
> Apple could not verify "powershell-7.5.4-osx-arm64.pkg" is free from malware that may harm
51+
> Apple could not verify "powershell-7.5.5-osx-arm64.pkg" is free from malware that may harm
5252
> your Mac or compromise your privacy.
5353
5454
1. Select the **Done** button to close the prompt.
@@ -72,12 +72,12 @@ one of the following methods to install the package:
7272
- Run the `installer` command with the **allowUntrusted** flag:
7373

7474
```sh
75-
sudo installer -allowUntrusted -pkg ./Downloads/powershell-7.5.4-osx-arm64.pkg -target /
75+
sudo installer -allowUntrusted -pkg ./Downloads/powershell-7.5.5-osx-arm64.pkg -target /
7676
```
7777

7878
- Or install the package as you normally would after running one of the following commands:
7979

80-
- Run `sudo xattr -rd com.apple.quarantine ./Downloads/powershell-7.5.4-osx-arm64.pkg`.
80+
- Run `sudo xattr -rd com.apple.quarantine ./Downloads/powershell-7.5.5-osx-arm64.pkg`.
8181
- Use the `Unblock-File` cmdlet if you're using PowerShell. Include the full path to the `.pkg`
8282
file.
8383

@@ -104,11 +104,11 @@ Download the install package from the [releases][04] page onto your Mac. Select
104104
you want to install.
105105

106106
- PowerShell 7.4 (LTS)
107-
- Arm64 processors - [powershell-7.4.13-osx-arm64.tar.gz][06]
108-
- x64 processors - [powershell-7.4.13-osx-x64.tar.gz][08]
107+
- Arm64 processors - [powershell-7.4.14-osx-arm64.tar.gz][06]
108+
- x64 processors - [powershell-7.4.14-osx-x64.tar.gz][08]
109109
- PowerShell 7.5
110-
- Arm64 processors - [powershell-7.5.4-osx-arm64.tar.gz][10]
111-
- x64 processors - [powershell-7.5.4-osx-x64.tar.gz][12]
110+
- Arm64 processors - [powershell-7.5.5-osx-arm64.tar.gz][10]
111+
- x64 processors - [powershell-7.5.5-osx-x64.tar.gz][12]
112112
- PowerShell 7.6-preview
113113
- Arm64 processors - [powershell-7.6.0-rc1-osx-arm64.tar.gz][14]
114114
- x64 processors - [powershell-7.6.0-rc1-osx-x64.tar.gz][16]
@@ -118,7 +118,7 @@ match the version you want to install.
118118

119119
```sh
120120
# Download the powershell '.tar.gz' archive
121-
curl -L -o /tmp/powershell.tar.gz https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/powershell-7.5.4-osx-arm64.tar.gz
121+
curl -L -o /tmp/powershell.tar.gz https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/powershell-7.5.5-osx-arm64.tar.gz
122122

123123
# Create the target folder where powershell is placed
124124
sudo mkdir -p /usr/local/microsoft/powershell/7
@@ -182,14 +182,14 @@ can't support those methods. For more information, see [Alternate ways to instal
182182
[02]: /dotnet/core/tools/global-tools
183183
[03]: alternate-install-methods.md
184184
[04]: https://aka.ms/powershell-release?tag=stable
185-
[05]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.13/powershell-7.4.13-osx-arm64.pkg
186-
[06]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.13/powershell-7.4.13-osx-arm64.tar.gz
187-
[07]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.13/powershell-7.4.13-osx-x64.pkg
188-
[08]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.13/powershell-7.4.13-osx-x64.tar.gz
189-
[09]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/powershell-7.5.4-osx-arm64.pkg
190-
[10]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/powershell-7.5.4-osx-arm64.tar.gz
191-
[11]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/powershell-7.5.4-osx-x64.pkg
192-
[12]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/powershell-7.5.4-osx-x64.tar.gz
185+
[05]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.14/powershell-7.4.14-osx-arm64.pkg
186+
[06]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.14/powershell-7.4.14-osx-arm64.tar.gz
187+
[07]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.14/powershell-7.4.14-osx-x64.pkg
188+
[08]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.14/powershell-7.4.14-osx-x64.tar.gz
189+
[09]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/powershell-7.5.5-osx-arm64.pkg
190+
[10]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/powershell-7.5.5-osx-arm64.tar.gz
191+
[11]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/powershell-7.5.5-osx-x64.pkg
192+
[12]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/powershell-7.5.5-osx-x64.tar.gz
193193
[13]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc1/powershell-7.6.0-rc1-osx-arm64.pkg
194194
[14]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc1/powershell-7.6.0-rc1-osx-arm64.tar.gz
195195
[15]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc1/powershell-7.6.0-rc1-osx-x64.pkg

reference/docs-conceptual/install/install-powershell-on-windows-iot-nano.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: How to install PowerShell on Windows IoT and Nano Server.
3-
ms.date: 03/06/2026
3+
ms.date: 03/12/2026
44
title: Install PowerShell 7 on Windows IoT and Nano Server
55
---
66
# Install PowerShell 7 on Windows IoT and Nano Server
@@ -14,7 +14,7 @@ Windows 11 IoT Enterprise comes with Windows PowerShell, which is used to deploy
1414
```powershell
1515
# Replace the placeholder information for the following variables:
1616
$deviceip = '<device ip address>'
17-
$zipfile = 'PowerShell-7.5.4-win-arm64.zip'
17+
$zipfile = 'PowerShell-7.5.5-win-arm64.zip'
1818
$downloadfolder = 'U:\Users\Administrator\Downloads'
1919
# The download location is local to the device.
2020
# There should be enough space for the zip file and the unzipped contents.
@@ -28,10 +28,10 @@ Copy-Item $zipfile -Destination $downloadfolder -ToSession $S
2828
#Connect to the device and expand the archive
2929
Enter-PSSession $S
3030
Set-Location U:\Users\Administrator\Downloads
31-
Expand-Archive .\PowerShell-7.5.4-win-arm64.zip
31+
Expand-Archive .\PowerShell-7.5.5-win-arm64.zip
3232
3333
# Set up remoting to PowerShell 7
34-
Set-Location .\PowerShell-7.5.4-win-arm64
34+
Set-Location .\PowerShell-7.5.5-win-arm64
3535
# Be sure to use the -PowerShellHome parameter otherwise it tries to create a new
3636
# endpoint with Windows PowerShell 5.1
3737
.\Install-PowerShellRemoting.ps1 -PowerShellHome .
@@ -43,7 +43,7 @@ PowerShell has to restart WinRM. Now you can connect to PowerShell 7 endpoint on
4343
```powershell
4444
4545
# Be sure to use the -Configuration parameter. If you omit it, you connect to Windows PowerShell 5.1
46-
Enter-PSSession -ComputerName $deviceIp -Credential Administrator -Configuration PowerShell.7.5.4
46+
Enter-PSSession -ComputerName $deviceIp -Credential Administrator -Configuration PowerShell.7.5.5
4747
```
4848

4949
Windows 11 IoT Core adds Windows PowerShell when you include _IOT_POWERSHELL_ feature. Use Windows
@@ -87,15 +87,15 @@ Deploy PowerShell to Nano Server using the following steps.
8787
# Replace the placeholder information for the following variables:
8888
$ipaddr = '<Nano Server IP address>'
8989
$credential = Get-Credential # <An Administrator account on the system>
90-
$zipfile = 'PowerShell-7.5.4-win-x64.zip'
90+
$zipfile = 'PowerShell-7.5.5-win-x64.zip'
9191
# Connect to the built-in instance of Windows PowerShell
9292
$session = New-PSSession -ComputerName $ipaddr -Credential $credential
9393
# Copy the file to the Nano Server instance
9494
Copy-Item $zipfile C:\ -ToSession $session
9595
# Enter the interactive remote session
9696
Enter-PSSession $session
9797
# Extract the ZIP file
98-
Expand-Archive -Path C:\PowerShell-7.5.4-win-x64.zip -DestinationPath 'C:\Program Files\PowerShell 7'
98+
Expand-Archive -Path C:\PowerShell-7.5.5-win-x64.zip -DestinationPath 'C:\Program Files\PowerShell 7'
9999
```
100100

101101
## Supported versions of Windows
@@ -115,4 +115,4 @@ can't support those methods.
115115
<!-- link references -->
116116
[01]: /windows-server/get-started/deploy-nano-server
117117
[02]: https://github.com/ms-iot/iot-adk-addonkit/blob/master/Tools/IoTCoreImaging/Docs/Import-PSCoreRelease.md#Import-PSCoreRelease
118-
[03]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/PowerShell-7.5.4-win-x64.zip
118+
[03]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/PowerShell-7.5.5-win-x64.zip

0 commit comments

Comments
 (0)