From 78f5bd24413c7f96bd3caea28ec47a12d12fdb38 Mon Sep 17 00:00:00 2001 From: Patrick Meinecke Date: Mon, 20 Jul 2026 16:45:06 -0400 Subject: [PATCH 1/2] Update CHANGELOG for v7.7.0-preview.3 (#27688) Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- CHANGELOG/preview.md | 52 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/CHANGELOG/preview.md b/CHANGELOG/preview.md index cee993df8cc..d5b6ee1fc15 100644 --- a/CHANGELOG/preview.md +++ b/CHANGELOG/preview.md @@ -1,5 +1,57 @@ # Preview Changelog +## [7.7.0-preview.3] + +### General Cmdlet Updates and Fixes + +- Change `New-Guid` to generate UUID v7 by default (#27033) (Thanks @SufficientDaikon!) +- Fix progress bar rendering with double-width unicode characters (#26185) (Thanks @yotsuda!) + +### Code Cleanup + +- Remove the unused `Publish-NugetToMyGet` command from packaging module (#27403) + +### Tools + +- Remove `-Daily` from `install-powershell.ps1` since it no longer exists (#25124) + +### Tests + +- Update CI workflow to also target servicing-* branches (#27612) + +### Build and Packaging Improvements + +
+ + + +

Update to .NET SDK 11.0.100-preview.6

+ +
+ + + +
+ +### Documentation and Help Content + +- Add links to changelogs for versions 7.5 and 7.6 (#27080) (Thanks @behradbhrmi!) +- Update metadata.json for servicing releases (#27609) +- Bring Changelogs to Master Branch v7.4.17, v7.5.8, v7.6.3 (#27608) +- Update PowerShell Universal information. (#27550) (Thanks @adamdriscoll!) + +[7.7.0-preview.3]: https://github.com/PowerShell/PowerShell/compare/v7.7.0-preview.2...v7.7.0-preview.3 + ## [7.7.0-preview.2] ### Engine Updates and Fixes From 535b1ec90247be3b7910393e3050fe3f03528b1f Mon Sep 17 00:00:00 2001 From: Justin Chung <124807742+jshigetomi@users.noreply.github.com> Date: Thu, 23 Jul 2026 14:51:52 -0500 Subject: [PATCH 2/2] Update changelogs for v7.4.18, v7.5.9, and v7.6.4 (#27707) Co-authored-by: Justin Chung Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 4d8b066a-3f02-4ae4-bfd5-c08b6a180beb --- CHANGELOG/7.4.md | 30 ++++++++++++++++++++++++++++++ CHANGELOG/7.5.md | 30 ++++++++++++++++++++++++++++++ CHANGELOG/7.6.md | 27 +++++++++++++++++++++++++++ 3 files changed, 87 insertions(+) diff --git a/CHANGELOG/7.4.md b/CHANGELOG/7.4.md index 189241af92a..a503e7ceb6c 100644 --- a/CHANGELOG/7.4.md +++ b/CHANGELOG/7.4.md @@ -1,5 +1,35 @@ # 7.4 Changelog +## [7.4.18] + +### Engine Updates and Fixes + +- Merged PR 40624: Validate CAB path before expansion + +### Tests + +- Update CI workflow to also target servicing-* branches (#27649) + +### Build and Packaging Improvements + +
+ + + +

Update to .NET SDK 8.0.423

+ +
+ +
    +
  • Update branch for release (#27690)
  • +
  • Avoid calling credential provider for public feed for Wix (#27664)
  • +
  • Separate NuGet publish into its own stage after pushing the git tag (#27648)
  • +
+ +
+ +[7.4.18]: https://github.com/PowerShell/PowerShell/compare/v7.4.17...v7.4.18 + ## [7.4.17] ### Code Cleanup diff --git a/CHANGELOG/7.5.md b/CHANGELOG/7.5.md index a44bc04360a..95577e024e6 100644 --- a/CHANGELOG/7.5.md +++ b/CHANGELOG/7.5.md @@ -1,5 +1,35 @@ # 7.5 Changelog +## [7.5.9] + +### Engine Updates and Fixes + +- Merged PR 40624: Validate CAB path before expansion + +### Tests + +- Update CI workflow to also target servicing-* branches (#27651) + +### Build and Packaging Improvements + +
+ + + +

Update to .NET SDK 9.0.316

+ +
+ +
    +
  • Update branch for release (#27682)
  • +
  • Avoid calling credential provider for public feed for Wix (#27665)
  • +
  • Separate NuGet publish into its own stage after pushing the git tag (#27650)
  • +
+ +
+ +[7.5.9]: https://github.com/PowerShell/PowerShell/compare/v7.5.8...v7.5.9 + ## [7.5.8] ### Code Cleanup diff --git a/CHANGELOG/7.6.md b/CHANGELOG/7.6.md index c18f4929847..ee6be496e8e 100644 --- a/CHANGELOG/7.6.md +++ b/CHANGELOG/7.6.md @@ -1,5 +1,32 @@ # 7.6 Changelog +## [7.6.4] + +### Engine Updates and Fixes + +- Merged PR 40624: Validate CAB path before expansion + +### Build and Packaging Improvements + +
+ + + +

Update to .NET SDK 10.0.302

+ +
+ +
    +
  • Update branch for release (#27685)
  • +
  • Avoid calling credential provider for public feed for Wix (#27666)
  • +
  • Separate NuGet publish into its own stage after pushing the git tag (#27652)
  • +
  • PMC: Download deb_arm artifact to ensure package is available for PMC publish flow (#27653)
  • +
+ +
+ +[7.6.4]: https://github.com/PowerShell/PowerShell/compare/v7.6.3...v7.6.4 + ## [7.6.3] ### Build and Packaging Improvements