-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Update changelog for release v7.5.5 #27014
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
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,5 +1,90 @@ | ||||||
| # 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> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
In this list, "macos" is inconsistent with other items that use the product name "macOS" (e.g., "Fix macOS preview...") in the same 7.5.5 section. Consider normalizing to "macOS" for consistency.