-
Notifications
You must be signed in to change notification settings - Fork 8.2k
[release/v7.5.5] Update change log for v7.5.5 #27012
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,5 +1,123 @@ | ||||||||||
| # 7.5 Changelog | ||||||||||
|
|
||||||||||
| ## [7.5.5] | ||||||||||
|
|
||||||||||
| ### Engine Updates and Fixes | ||||||||||
|
|
||||||||||
| - Fix up `SSHConnectionInfo` ssh PATH checks (#26165) (Thanks @jborean93!) | ||||||||||
|
|
||||||||||
| ### General Cmdlet Updates and Fixes | ||||||||||
|
|
||||||||||
| - Close pipe client handles after creating the child ssh process (#26822) | ||||||||||
| - Fix the progress preference variable in script cmdlets (#26791) (Thanks @cmkb3!) | ||||||||||
|
|
||||||||||
| ### Tools | ||||||||||
|
|
||||||||||
| - Add merge conflict marker detection to `linux-ci` workflow and refactor existing actions to use reusable `get-changed-files` action (#26812) | ||||||||||
| - Add reusable `get-changed-files` action and refactor existing actions (#26811) | ||||||||||
| - Create GitHub Copilot setup workflow (#26807) | ||||||||||
| - Refactor analyze job to reusable workflow and enable on Windows CI (#26799) | ||||||||||
|
|
||||||||||
| ### Tests | ||||||||||
|
|
||||||||||
| - Mark flaky `Update-Help` web tests as pending to unblock CI (#26837) | ||||||||||
| - Add GitHub Actions annotations for Pester test failures (#26836) | ||||||||||
| - Fix `$PSDefaultParameterValues` leak causing tests to skip unexpectedly (#26823) | ||||||||||
| - Fix merge conflict checker for empty file lists and filter `*.cs` files (#26813) | ||||||||||
| - Update the `Update-Help` tests to use `-Force` to remove read-only files (#26788) | ||||||||||
| - Add markdown link verification for PRs (#26407) | ||||||||||
|
|
||||||||||
| ### Build and Packaging Improvements | ||||||||||
|
|
||||||||||
| <details> | ||||||||||
|
|
||||||||||
| <summary> | ||||||||||
| <p>Update to .NET SDK 9.0.312</p> | ||||||||||
| <p>We thank the following contributors!</p> | ||||||||||
| <p>@kasperk81, @RichardSlater</p> | ||||||||||
|
|
||||||||||
| </summary> | ||||||||||
|
|
||||||||||
| <ul> | ||||||||||
| <li>Revert change to module name ThreadJob (#26997)</li> | ||||||||||
| <li>Update branch for release (#26990)</li> | ||||||||||
| <li>Fix <code>ConvertFrom-ClearlyDefinedCoordinates</code> to handle API object coordinates (#26987)</li> | ||||||||||
| <li>Update CGManifests (#26981)</li> | ||||||||||
| <li>Hardcode Official templates (#26968)</li> | ||||||||||
| <li>Split TPN manifest and Component Governance manifest (#26967)</li> | ||||||||||
| <li>Fix a preview detection test for the packaging script (#26966)</li> | ||||||||||
| <li>Correct the package name for .deb and .rpm packages (#26964)</li> | ||||||||||
| <li>Bring Release Changes from v7.6.0-preview.6 (#26963)</li> | ||||||||||
| <li>Merge the v7.6.0-preview.5 release branch back to master (#26958)</li> | ||||||||||
| <li>Fix macOS preview package identifier detection to use version string (#26835)</li> | ||||||||||
| <li>Update metadata.json to update the Latest attribute with a better name (#26826)</li> | ||||||||||
| <li>Remove unused runCodesignValidationInjection variable from pipeline templates (#26825)</li> | ||||||||||
| <li>Update <code>Get-ChangeLog</code> to handle backport PRs correctly (#26824)</li> | ||||||||||
| <li>Mirror .NET/runtime ICU version range in PowerShell (#26821) (Thanks @kasperk81!)</li> | ||||||||||
| <li>Update the macos package name for preview releases to match the previous pattern (#26820)</li> | ||||||||||
| <li>Fix condition syntax for StoreBroker package tasks in MSIX pipeline (#26819)</li> | ||||||||||
| <li>Fix template path for rebuild branch check in package.yml (#26818)</li> | ||||||||||
| <li>Add rebuild branch support with conditional MSIX signing (#26817)</li> | ||||||||||
| <li>Move package validation to package pipeline (#26816)</li> | ||||||||||
| <li>Optimize/split windows package signing (#26815)</li> | ||||||||||
| <li>Improve ADO package build and validation across platforms (#26814)</li> | ||||||||||
| <li>Add log grouping to build.psm1 for collapsible GitHub Actions logs (#26810)</li> | ||||||||||
| <li>Remove usage of fpm for DEB package generation (#26809)</li> | ||||||||||
| <li>Replace fpm with native macOS packaging tools (pkgbuild/productbuild) (#26801)</li> | ||||||||||
| <li>Fix build to only enable ready-to-run for the Release configuration (#26798)</li> | ||||||||||
| <li>Fix R2R for fxdependent packaging (#26797)</li> | ||||||||||
|
||||||||||
| <li>Fix R2R for fxdependent packaging (#26797)</li> | |
| <li>Fix R2R for fxdependent packaging (#26797)</li> |
Copilot
AI
Mar 12, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo in changelog entry: "suppresion" should be "suppression" (and consider capitalizing "add" -> "Add" to match surrounding bullets).
| <li>[release/v7.5] add CodeQL suppresion for NativeCommandProcessor (#26173)</li> | |
| <li>[release/v7.5] Add CodeQL suppression for NativeCommandProcessor (#26173)</li> |
Copilot
AI
Mar 12, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo in changelog entry: "suppresions" should be "suppressions".
| <li>[release/v7.5] add CodeQL suppresion for NativeCommandProcessor (#26173)</li> | |
| <li>[release/v7.5] add CodeQL suppression for NativeCommandProcessor (#26173)</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For consistency with other changelog entries, consider adding a blank line after the
<summary>tag (and/or grouping the<p>lines) to match the formatting used in the 7.5.4/7.5.3 sections. This helps keep the embedded HTML blocks consistent and easier to diff in future updates.