-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Update 7.6 changelog for v7.6.2 #27471
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
SeeminglyScience
merged 1 commit into
PowerShell:release/v7.6.2
from
pwshBot:changelog_7.6_v7.6.2-43da485fa
May 21, 2026
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,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 | ||
|
|
||
| <details> | ||
|
|
||
| <summary> | ||
|
|
||
| <p>Update to .NET SDK 10.0.300</p> | ||
|
|
||
| </summary> | ||
|
|
||
| <ul> | ||
| <li>Update branch for release (#27446)</li> | ||
| <li>Fix *nix permissions and use <code>certificate_logical_to_actual</code> (#27439)</li> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Corrige el renderizado de nix en el changelog |
||
| <li>Specify linux-arm64 runtime if package type is deb-arm64 in packaging.psm1 (#27440)</li> | ||
| <li>Remove mariner2.0 from PMC mapping (#27422)</li> | ||
| <li>Remove package verification from the notice pipeline (#27425)</li> | ||
| <li>Update the MSIXBundle-VPack pipeline to create VPack for both LTS and Stable channel packages (#27435)</li> | ||
| <li>Update <code>Microsoft.PowerShell.Native</code> to the latest GA version (#27436)</li> | ||
| <li>Create PowerShell package for arm debian distribution (#27433)</li> | ||
| <li>Add macOS binary code signing and package notarization (#27434)</li> | ||
| <li>Externalize <code>findMissingNotices</code> target framework selection with ordered Windows fallback (#27424)</li> | ||
| <li>Add <code>appLicensing</code> capability to Appx manifest (#27437)</li> | ||
| <li>Download PMC Packages through <code>TemplateContext</code> (#27331)</li> | ||
| <li>PMC release: Use slash instead of back-slash for Linux container (#27319)</li> | ||
| <li>Correct Variable Template Reference in NonOfficial Pipeline Templates (#27317)</li> | ||
| </ul> | ||
|
|
||
| </details> | ||
|
|
||
| [7.6.2]: https://github.com/PowerShell/PowerShell/compare/v7.6.1...v7.6.2 | ||
|
|
||
| ## [7.6.1] | ||
|
|
||
| ### General Cmdlet Updates and Fixes | ||
|
|
||
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.
@SeeminglyScience shall we keep this item in changelog?