From dcc6feeef6a827c8bde922ec49cbdb51f73f586b Mon Sep 17 00:00:00 2001 From: Patrick Meinecke Date: Fri, 22 May 2026 13:12:03 -0400 Subject: [PATCH 1/2] Update CHANGELOG for v7.4.16, v7.5.7, and v7.6.2 releases (#27494) --- CHANGELOG/7.4.md | 41 +++++++++++++++++++++++++++++++++++++++++ CHANGELOG/7.5.md | 41 +++++++++++++++++++++++++++++++++++++++++ CHANGELOG/7.6.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 124 insertions(+) diff --git a/CHANGELOG/7.4.md b/CHANGELOG/7.4.md index eb506a7ddbc..2105ab948f6 100644 --- a/CHANGELOG/7.4.md +++ b/CHANGELOG/7.4.md @@ -1,5 +1,46 @@ # 7.4 Changelog +## [7.4.16] + +### Engine Updates and Fixes + +- Fix checks for local user config file paths (#27454) + +### General Cmdlet Updates and Fixes + +- Update PowerShell telemetry to respect the diagnostics and feedback setting on Windows (#27430) +- Fix Out-GridView by replacing use of obsolete BinaryFormatter with custom implementation (#27426) + +### Build and Packaging Improvements + +
+ + + +

Update to .NET SDK 8.0.421

+ +
+ + + +
+ +[7.4.16]: https://github.com/PowerShell/PowerShell/compare/v7.4.15...v7.4.16 + ## [7.4.15] ### General Cmdlet Updates and Fixes diff --git a/CHANGELOG/7.5.md b/CHANGELOG/7.5.md index b4f173bcff6..f7c54869c09 100644 --- a/CHANGELOG/7.5.md +++ b/CHANGELOG/7.5.md @@ -1,5 +1,46 @@ # 7.5 Changelog +## [7.5.7] + +### Engine Updates and Fixes + +- Fix checks for local user config file paths (#27479) + +### General Cmdlet Updates and Fixes + +- Update PowerShell telemetry to respect the diagnostics and feedback setting on Windows (#27472) + +### Build and Packaging Improvements + +
+ + + +

Update to .NET SDK 9.0.314

+ +
+ + + +
+ +[7.5.7]: https://github.com/PowerShell/PowerShell/compare/v7.5.6...v7.5.7 + ## [7.5.6] ### General Cmdlet Updates and Fixes diff --git a/CHANGELOG/7.6.md b/CHANGELOG/7.6.md index cd09b76272c..7222f491f53 100644 --- a/CHANGELOG/7.6.md +++ b/CHANGELOG/7.6.md @@ -1,5 +1,47 @@ # 7.6 Changelog +## [7.6.2] + +### Engine Updates and Fixes + +- Enable usage in AppContainers (#27423) +- Fix checks for local user config file paths (#27432) + +### General Cmdlet Updates and Fixes + +- Update PowerShell telemetry to respect the diagnostics and feedback setting on Windows (#27438) + +### Build and Packaging Improvements + +
+ + + +

Update to .NET SDK 10.0.300

+ +
+ + + +
+ +[7.6.2]: https://github.com/PowerShell/PowerShell/compare/v7.6.1...v7.6.2 + ## [7.6.1] ### General Cmdlet Updates and Fixes From 7ae36cd32ef85db1b1a54a4b733bd52e75799abe Mon Sep 17 00:00:00 2001 From: Dongbo Wang Date: Fri, 22 May 2026 10:17:29 -0700 Subject: [PATCH 2/2] Update `metadata.json` for the servicing releases (#27488) --- tools/metadata.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/metadata.json b/tools/metadata.json index b2c8b561502..380ecac6cc9 100644 --- a/tools/metadata.json +++ b/tools/metadata.json @@ -1,9 +1,9 @@ { - "StableReleaseTag": "v7.6.1", + "StableReleaseTag": "v7.6.2", "PreviewReleaseTag": "v7.7.0-preview.1", "ServicingReleaseTag": "v7.0.13", - "ReleaseTag": "v7.6.1", - "LTSReleaseTag": ["v7.4.15", "v7.6.1"], + "ReleaseTag": "v7.6.2", + "LTSReleaseTag": ["v7.4.16", "v7.6.2"], "NextReleaseTag": "v7.7.0-preview.2", "LTSRelease": { "PublishToChannels": false, "Package": false }, "StableRelease": { "PublishToChannels": false, "Package": false }