Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions CHANGELOG/7.6.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
# 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.202</p>

</summary>

<ul>
<li>Fix *nix permissions and use <code>certificate_logical_to_actual</code> (#27439)</li>
<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
Expand Down
Loading