Skip to content

Commit 106f660

Browse files
committed
Added updates for 7.4.11 and support lifecycle
1 parent d97307f commit 106f660

File tree

11 files changed

+57
-65
lines changed

11 files changed

+57
-65
lines changed

reference/docs-conceptual/install/Installing-PowerShell-on-macOS.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ install package from the [releases][09] page onto your Mac. The links to the cur
130130
- x64 processors - [powershell-7.5.2-osx-x64.pkg][24]
131131

132132
- PowerShell 7.4
133-
- Arm64 processors - [powershell-7.4.10-osx-arm64.pkg][18]
134-
- x64 processors - [powershell-7.4.10-osx-x64.pkg][20]
133+
- Arm64 processors - [powershell-7.4.11-osx-arm64.pkg][18]
134+
- x64 processors - [powershell-7.4.11-osx-x64.pkg][20]
135135

136136
There are two ways to install PowerShell using the Direct Download method.
137137

@@ -218,8 +218,8 @@ versions are:
218218
- x64 processors - [powershell-7.5.2-osx-x64.tar.gz][25]
219219

220220
- PowerShell 7.4 (LTS)
221-
- Arm64 processors - [powershell-7.4.10-osx-arm64.tar.gz][19]
222-
- x64 processors - [powershell-7.4.10-osx-x64.tar.gz][21]
221+
- Arm64 processors - [powershell-7.4.11-osx-arm64.tar.gz][19]
222+
- x64 processors - [powershell-7.4.11-osx-x64.tar.gz][21]
223223

224224
Use the following commands to install PowerShell from the binary archive. Change the download URL to
225225
match the version you want to install.
@@ -305,10 +305,10 @@ support those methods.
305305
[11]: https://docs.brew.sh/Manpage#link-ln-options-formula
306306
[12]: https://github.com/Homebrew
307307
[13]: https://github.com/Homebrew/homebrew-cask
308-
[18]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.10/powershell-7.4.10-osx-arm64.pkg
309-
[19]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.10/powershell-7.4.10-osx-arm64.tar.gz
310-
[20]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.10/powershell-7.4.10-osx-x64.pkg
311-
[21]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.10/powershell-7.4.10-osx-x64.tar.gz
308+
[18]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.11/powershell-7.4.11-osx-arm64.pkg
309+
[19]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.11/powershell-7.4.11-osx-arm64.tar.gz
310+
[20]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.11/powershell-7.4.11-osx-x64.pkg
311+
[21]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.11/powershell-7.4.11-osx-x64.tar.gz
312312
[22]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.2/powershell-7.5.2-osx-arm64.pkg
313313
[23]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.2/powershell-7.5.2-osx-arm64.tar.gz
314314
[24]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.2/powershell-7.5.2-osx-x64.pkg

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ Download the tar.gz package from the [releases][09] page onto your Raspberry Pi
7878
to the current versions are:
7979

8080
- PowerShell 7.4 - latest LTS release
81-
- `https://github.com/PowerShell/PowerShell/releases/download/v7.4.10/powershell-7.4.10-linux-arm32.tar.gz`
82-
- `https://github.com/PowerShell/PowerShell/releases/download/v7.4.10/powershell-7.4.10-linux-arm64.tar.gz`
81+
- `https://github.com/PowerShell/PowerShell/releases/download/v7.4.11/powershell-7.4.11-linux-arm32.tar.gz`
82+
- `https://github.com/PowerShell/PowerShell/releases/download/v7.4.11/powershell-7.4.11-linux-arm64.tar.gz`
8383
- PowerShell 7.5 - latest stable release
8484
- `https://github.com/PowerShell/PowerShell/releases/download/v7.5.2/powershell-7.5.2-linux-arm32.tar.gz`
8585
- `https://github.com/PowerShell/PowerShell/releases/download/v7.5.2/powershell-7.5.2-linux-arm64.tar.gz`

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ check the list of [Supported versions][02] below.
2222
Installation on Alpine is based on downloading tar.gz package from the [releases][03] page. The URL
2323
to the package depends on the version of PowerShell you want to install.
2424

25-
- PowerShell 7.4 - `https://github.com/PowerShell/PowerShell/releases/download/v7.4.10/powershell-7.4.10-linux-musl-x64.tar.gz`
25+
- PowerShell 7.4 - `https://github.com/PowerShell/PowerShell/releases/download/v7.4.11/powershell-7.4.11-linux-musl-x64.tar.gz`
2626
- PowerShell 7.5 - `https://github.com/PowerShell/PowerShell/releases/download/v7.5.2/powershell-7.5.2-linux-musl-x64.tar.gz`
2727

2828
Then, in the terminal, execute the following shell commands to install PowerShell 7.4:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ package from the [releases][02] page onto your Debian machine.
7272
The link to the current version is:
7373

7474
- PowerShell 7.4 (LTS) universal package for supported versions of Debian
75-
- `https://github.com/PowerShell/PowerShell/releases/download/v7.4.10/powershell_7.4.10-1.deb_amd64.deb`
75+
- `https://github.com/PowerShell/PowerShell/releases/download/v7.4.11/powershell_7.4.11-1.deb_amd64.deb`
7676
- PowerShell 7.5 universal package for supported versions of Debian
7777
- `https://github.com/PowerShell/PowerShell/releases/download/v7.5.2/powershell_7.5.2-1.deb_amd64.deb`
7878

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ package from the [releases][02] page onto your RHEL machine.
6666

6767
The link to the current version is:
6868

69-
- PowerShell 7.4.10 universal package for supported versions of RHEL
70-
- `https://github.com/PowerShell/PowerShell/releases/download/v7.4.10/powershell-7.4.10-1.rh.x86_64.rpm`
69+
- PowerShell 7.4.11 universal package for supported versions of RHEL
70+
- `https://github.com/PowerShell/PowerShell/releases/download/v7.4.11/powershell-7.4.11-1.rh.x86_64.rpm`
7171
- PowerShell 7.5.2 universal package for supported versions of RHEL
7272
- `https://github.com/PowerShell/PowerShell/releases/download/v7.5.2/powershell-7.5.2-1.rh.x86_64.rpm`
7373

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ package from the [releases][05] page onto your Ubuntu machine.
8484
The link to the current version is:
8585

8686
- PowerShell 7.4 (LTS) universal package for supported versions of Ubuntu
87-
- `https://github.com/PowerShell/PowerShell/releases/download/v7.4.10/powershell_7.4.10-1.deb_amd64.deb`
87+
- `https://github.com/PowerShell/PowerShell/releases/download/v7.4.11/powershell_7.4.11-1.deb_amd64.deb`
8888
- PowerShell 7.5 universal package for supported versions of Ubuntu
8989
- `https://github.com/PowerShell/PowerShell/releases/download/v7.5.2/powershell-preview_7.5.2-1.deb_amd64.deb`
9090

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
---
22
author: sdwheeler
33
ms.author: sewhee
4-
ms.date: 12/12/2024
4+
ms.date: 07/03/2025
55
ms.topic: include
66
---
77
<!-- markdownlint-disable first-line-h1 -->
88
Microsoft supports PowerShell until [PowerShell reaches end-of-support][lifecycle] or the version of
99
[Alpine reaches end-of-life][eol-alpine].
1010

11-
Docker images containing PowerShell 7.4 and PowerShell 7.5-preview for x64 are available from the
12-
[Microsoft Artifact Registry][mcr] for the following versions of Alpine:
11+
The Docker images for the .NET SDK contain the latest versions of PowerShell. These images are
12+
available from the [Microsoft Artifact Registry][mcr].
1313

14-
- Alpine 3.20 - OS support ends on 2026-04-01
14+
These images are built from official operating system (OS) images provide by the OS distributor.
15+
These images may not have the latest security updates. Microsoft recommends that you update the OS
16+
packages to the latest version to ensure the latest security updates are applied.
1517

16-
Docker images of PowerShell aren't available for Alpine 3.21.
17-
18-
> [!IMPORTANT]
19-
> The Docker images are built from official operating system (OS) images provide by the OS
20-
> distributor. These images may not have the latest security updates. Microsoft recommends that you
21-
> update the OS packages to the latest version to ensure the latest security updates are applied.
18+
These images are provided for testing purposes. If you need a Docker image for a production
19+
workload, you should build and maintain your own.
2220

2321
[lifecycle]: /powershell/scripting/install/powershell-support-lifecycle
2422
[eol-alpine]: https://alpinelinux.org/releases/
25-
[mcr]: https://mcr.microsoft.com/en-us/product/powershell/tags
23+
[mcr]: https://mcr.microsoft.com/en-us/artifact/mar/dotnet/sdk/tags
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: sdwheeler
33
ms.author: sewhee
4-
ms.date: 11/02/2024
4+
ms.date: 07/03/2025
55
ms.topic: include
66
---
77
<!-- markdownlint-disable first-line-h1 -->
@@ -10,17 +10,17 @@ Microsoft supports PowerShell until [PowerShell reaches end-of-support][lifecycl
1010

1111
Install package files (`.deb`) are also available from [https://packages.microsoft.com/][pcm].
1212

13-
Docker images containing PowerShell 7.4 and PowerShell 7.5-preview for x64 are available from the
14-
[Microsoft Artifact Registry][mcr] for the following versions of Debian:
13+
The Docker images for the .NET SDK contain the latest versions of PowerShell. These images are
14+
available from the [Microsoft Artifact Registry][mcr].
1515

16-
- Debian 12 (Bookworm) - OS support ends on 2026-06-10
16+
These images are built from official operating system (OS) images provide by the OS distributor.
17+
These images may not have the latest security updates. Microsoft recommends that you update the OS
18+
packages to the latest version to ensure the latest security updates are applied.
1719

18-
> [!IMPORTANT]
19-
> The Docker images are built from official operating system (OS) images provide by the OS
20-
> distributor. These images may not have the latest security updates. Microsoft recommends that you
21-
> update the OS packages to the latest version to ensure the latest security updates are applied.
20+
These images are provided for testing purposes. If you need a Docker image for a production
21+
workload, you should build and maintain your own.
2222

2323
[lifecycle]: /powershell/scripting/install/powershell-support-lifecycle
2424
[eol-debian]: https://wiki.debian.org/DebianReleases
25-
[mcr]: https://mcr.microsoft.com/product/powershell/tags
25+
[mcr]: https://mcr.microsoft.com/en-us/artifact/mar/dotnet/sdk/tags
2626
[pcm]: https://packages.microsoft.com/

reference/includes/rhel-support.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: sdwheeler
33
ms.author: sewhee
4-
ms.date: 11/02/2024
4+
ms.date: 07/03/2025
55
ms.topic: include
66
---
77
<!-- markdownlint-disable first-line-h1 -->
@@ -10,22 +10,14 @@ Microsoft supports PowerShell until [PowerShell reaches end-of-support][lifecycl
1010

1111
Install package files (`.rpm`) are also available from [https://packages.microsoft.com/][pcm].
1212

13-
Docker images containing PowerShell 7.4 and PowerShell 7.5-preview for x64 are available from the
14-
[Microsoft Artifact Registry][mcr] for the following versions of RHEL:
15-
13+
- RHEL 10 - OS support ends on 2035-05-31
1614
- RHEL 9 - OS support ends on 2032-05-31
1715
- RHEL 8 - OS support ends on 2029-05-31
1816

1917
PowerShell is tested on Red Hat Universal Base Images (UBI). For more information, see the
2018
[UBI information page][ubi].
2119

22-
> [!IMPORTANT]
23-
> The Docker images are built from official operating system (OS) images provide by the OS
24-
> distributor. These images may not have the latest security updates. Microsoft recommends that you
25-
> update the OS packages to the latest version to ensure the latest security updates are applied.
26-
2720
[lifecycle]: /powershell/scripting/install/powershell-support-lifecycle
2821
[eol-rhel]: https://access.redhat.com/support/policy/updates/errata/
2922
[ubi]: https://developers.redhat.com/products/rhel/ubi
30-
[mcr]: https://mcr.microsoft.com/product/powershell/tags
3123
[pcm]: https://packages.microsoft.com/
Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: sdwheeler
33
ms.author: sewhee
4-
ms.date: 04/29/2025
4+
ms.date: 07/03/2025
55
ms.topic: include
66
---
77
<!-- markdownlint-disable first-line-h1 -->
@@ -10,25 +10,24 @@ Microsoft supports PowerShell until [PowerShell reaches end-of-support][lifecycl
1010

1111
Install package files (`.deb`) are also available from [https://packages.microsoft.com/][pcm].
1212

13-
Docker images containing PowerShell 7.4 and PowerShell 7.5-preview for x64 and Arm32 are available
14-
from the [Microsoft Artifact Registry][mcr] for the following versions of Ubuntu:
13+
The Docker images for the .NET SDK contain the latest versions of PowerShell. These images are
14+
available from the [Microsoft Artifact Registry][mcr].
1515

16-
- Ubuntu 24.04 (Noble Numbat) - OS support ends on 2029-04-01
17-
- Ubuntu 22.04 (Jammy Jellyfish) - OS support ends on 2027-04-01
18-
- Ubuntu 20.04 (Focal Fossa) - OS support ends on 2025-05-31
16+
These images are built from official operating system (OS) images provide by the OS distributor.
17+
These images may not have the latest security updates. Microsoft recommends that you update the OS
18+
packages to the latest version to ensure the latest security updates are applied.
1919

20-
Ubuntu 24.10 (Oracular Oriole) is an interim release. Microsoft doesn't support
21-
[interim releases][interim] of Ubuntu. For more information, see
22-
[Community supported distributions][community].
20+
These images are provided for testing purposes. If you need a Docker image for a production
21+
workload, you should build and maintain your own.
2322

24-
> [!IMPORTANT]
25-
> The Docker images are built from official operating system (OS) images provide by the OS
26-
> distributor. These images may not have the latest security updates. Microsoft recommends that you
27-
> update the OS packages to the latest version to ensure the latest security updates are applied.
23+
> [!NOTE]
24+
> Ubuntu 24.10 (Oracular Oriole) is an interim release. Microsoft doesn't support
25+
> [interim releases][interim] of Ubuntu. For more information, see
26+
> [Community supported distributions][community].
2827
2928
[eol-ubuntu]: https://endoflife.date/ubuntu
3029
[interim]: https://ubuntu.com/about/release-cycle
3130
[lifecycle]: /powershell/scripting/install/powershell-support-lifecycle
3231
[community]: /powershell/scripting/install/community-support
33-
[mcr]: https://mcr.microsoft.com/product/powershell/tags
32+
[mcr]: https://mcr.microsoft.com/en-us/artifact/mar/dotnet/sdk/tags
3433
[pcm]: https://packages.microsoft.com/

0 commit comments

Comments
 (0)