Skip to content
Merged
Show file tree
Hide file tree
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
139 changes: 139 additions & 0 deletions CHANGELOG/7.2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,144 @@
# 7.2 Changelog

## [7.2.18] - 2024-01-11

### Build and Packaging Improvements

<details>

<summary>

<p>Bump .NET to 6.0.418</p>

</summary>

<ul>
<li>Update <code>ThirdPartyNotices.txt</code> for v7.2.18 (Internal 29173)</li>
<li>Update <code>cgmanifest.json</code> for v7.2.18 release (Internal 29161)</li>
<li>Update .NET SDK to 6.0.418 (Internal 29141)</li>
<li>Back port 3 build changes to <code>apiscan.yml</code> (#21036)</li>
<li>Set the <code>ollForwardOnNoCandidateFx</code> in <code>runtimeconfig.json</code> to roll forward only on minor and patch versions (#20689)</li>
<li>Remove the <code>ref</code> folder before running compliance (#20373)</li>
<li>Fix the tab completion tests (#20867)</li>
</ul>

</details>

[7.2.18]: https://github.com/PowerShell/PowerShell/compare/v7.2.17...v7.2.18

## [7.2.17] - 2023-11-16

### General Cmdlet Updates and Fixes

- Redact Auth header content from ErrorRecord (Internal 28411)

### Build and Packaging Improvements

<details>

<summary>

<p>Bump to .NET to version 6.0.417</p>

</summary>

<ul>
<li>Bump to .NET 6.0.417 (Internal 28486)</li>
<li>Copy azure blob with PowerShell global tool to private blob and move to CDN during release (Internal 28450)</li>
</ul>

</details>

[7.2.17]: https://github.com/PowerShell/PowerShell/compare/v7.2.16...v7.2.17

## [7.2.16] - 2023-10-26

### Build and Packaging Improvements

<details>

<summary>

<p>Update .NET 6 to version 6.0.416</p>

</summary>

<ul>
<li>Fix release pipeline yaml</li>
<li>Fix issues with merging backports in packaging (Internal 28158)</li>
<li>Update .NET 6 and TPN (Internal 28149)</li>
<li>Add runtime and packaging type info for mariner2 arm64 (#19450) (#20564)</li>
<li>Add mariner arm64 to PMC release (#20176) (#20567)</li>
<li>Remove <code>HostArchitecture</code> dynamic parameter for <code>osxpkg</code> (#19917) (#20565)</li>
<li>Use <code>fxdependent-win-desktop</code> runtime for compliance runs (#20326) (#20568)</li>
<li>Add SBOM for release pipeline (#20519) (#20570)</li>
<li>Increase timeout when publishing packages to <code>pacakages.microsoft.com</code> (#20470) (#20569)</li>
<li>Add mariner arm64 package build to release build (#19946) (#20566)</li>
</ul>

</details>

[7.2.16]: https://github.com/PowerShell/PowerShell/compare/v7.2.15...v7.2.16

## [7.2.15] - 2023-10-10

### Security Fixes

- Block getting help from network locations in restricted remoting sessions (Internal 27699)

### Build and Packaging Improvements

<details>

<summary>

<p>Build infrastructure maintenance</p>

</summary>

<ul>
<li>Release build: Change the names of the PATs (#20315)</li>
<li>Switch to GitHub Action for linting markdown (#20309)</li>
<li>Put the calls to <code>Set-AzDoProjectInfo</code> and Set-AzDoAuthToken` in the right order (#20312)</li>
</ul>

</details>

[7.2.15]: https://github.com/PowerShell/PowerShell/compare/v7.2.14...v7.2.15

## [7.2.14] - 2023-09-18

### Build and Packaging Improvements

<details>

<summary>

<p>Bump .NET SDK version to 6.0.414</p>

</summary>

<ul>
<li>Update to use .NET SDK 6.0.414 (Internal 27575)</li>
<li>Enable <code>vPack</code> provenance data (#20242)</li>
<li>Start using new packages.microsoft.com CLI (#20241)</li>
<li>Remove spelling CI in favor of GitHub Action (#20239)</li>
<li>Make PR creation tool use <code>--web</code> because it is more reliable (#20238)</li>
<li>Update variable used to bypass the blocking check for multiple NuGet feeds (#20237)</li>
<li>Don't publish notice on failure because it prevents retry (#20236)</li>
<li>Publish rpm package for rhel9 (#20234)</li>
<li>Add <code>ProductCode</code> in registry for MSI install (#20233)</li>
</ul>

</details>

### Documentation and Help Content

- Update man page to match current help for pwsh (#20240)
- Update the link for getting started in `README.md` (#20235)

[7.2.14]: https://github.com/PowerShell/PowerShell/compare/v7.2.13...v7.2.14

## [7.2.13] - 2023-07-13

### Tests
Expand Down
141 changes: 141 additions & 0 deletions CHANGELOG/7.3.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,146 @@
# 7.3 Changelog

## [7.3.11] - 2024-01-11

### Build and Packaging Improvements

<details>

<summary>

<p>Bump .NET to 7.0.405</p>

</summary>

<ul>
<li>Update <code>cgmanifest.json</code> for v7.3.11 release (Internal 29160)</li>
<li>Update .NET SDK to 7.0.405 (Internal 29140)</li>
<li>Back port 3 build changes to <code>apiscan.yml</code> (#21035)</li>
<li>Set the <code>ollForwardOnNoCandidateFx</code> in <code>runtimeconfig.json</code> to roll forward only on minor and patch versions (#20689)</li>
<li>Remove the <code>ref</code> folder before running compliance (#20373)</li>
<li>Fix the tab completion tests (#20867)</li>
</ul>

</details>

[7.3.11]: https://github.com/PowerShell/PowerShell/compare/v7.3.10...v7.3.11

## [7.3.10] - 2023-11-16

### General Cmdlet Updates and Fixes

- Redact Auth header content from ErrorRecord (Internal 28410)

### Build and Packaging Improvements

<details>

<summary>

<p>Update .NET to 7.0.404</p>

</summary>

<ul>
<li>Add internal .NET SDK URL parameter to release pipeline (Internal 28505)</li>
<li>Fix release build by making the internal SDK parameter optional (#20658) (Internal 28440)</li>
<li>Make internal .NET SDK URL as a parameter for release builld (#20655) (Internal 28428)</li>
<li>Update the Notices file and cgmanifest (Internal 28500)</li>
<li>Update .NET to 7.0.404 (Internal 28485)</li>
<li>Copy azure blob with PowerShell global tool to private blob and move to CDN during release (Internal 28448)</li>
</ul>

</details>

[7.3.10]: https://github.com/PowerShell/PowerShell/compare/v7.3.9...v7.3.10

## [7.3.9] - 2023-10-26

### Build and Packaging Improvements

<details>

<summary>

<p>Bump .NET 7 to version 7.0.403</p>

</summary>

<ul>
<li>Use correct agent pool for downloading from Azure blob</li>
<li>Remove a timeout value from ADO pipeline stage to resolve a syntax issue</li>
<li>Update .NET 7 and manifests (Internal 28148)</li>
<li>Add SBOM for release pipeline (#20519) (#20573)</li>
<li>Increase timeout when publishing packages to <code>pacakages.microsoft.com</code> (#20470) (#20572)</li>
<li>Use <code>fxdependent-win-desktop</code> runtime for compliance runs (#20326) (#20571)</li>
</ul>

</details>

[7.3.9]: https://github.com/PowerShell/PowerShell/compare/v7.3.8...v7.3.9

## [7.3.8] - 2023-10-10

### Security Fixes

- Block getting help from network locations in restricted remoting sessions (Internal 27698)

### Build and Packaging Improvements

<details>

<summary>

<p>Build infrastructure maintenance</p>

</summary>

<ul>
<li>Release build: Change the names of the PATs (#20316)</li>
<li>Add mapping for mariner arm64 stable (#20310)</li>
<li>Switch to GitHub Action for linting markdown (#20308)</li>
<li>Put the calls to <code>Set-AzDoProjectInfo</code> and Set-AzDoAuthToken` in the right order (#20311)</li>
</ul>

</details>

[7.3.8]: https://github.com/PowerShell/PowerShell/compare/v7.3.7...v7.3.8

## [7.3.7] - 2023-09-18

### Build and Packaging Improvements

<details>

<summary>

<p>Bump .NET SDK version to 7.0.401</p>

</summary>

<ul>
<li>Update 'ThirdPartyNotices.txt' (Internal 27602)</li>
<li>Update to use .NET SDK 7.0.401 (Internal 27591)</li>
<li>Remove <code>HostArchitecture</code> dynamic parameter for <code>osxpkg</code> (#19917)</li>
<li>Remove spelling CI in favor of GitHub Action (#20248)</li>
<li>Enable vPack provenance data (#20253)</li>
<li>Start using new packages.microsoft.com cli (#20252)</li>
<li>Add mariner arm64 to PMC release (#20251)</li>
<li>Add mariner arm64 package build to release build (#20250)</li>
<li>Make PR creation tool use <code>--web</code> because it is more reliable (#20247)</li>
<li>Update variable used to bypass the blocking check for multiple NuGet feeds (#20246)</li>
<li>Publish rpm package for rhel9 (#20245)</li>
<li>Add runtime and packaging type info for mariner2 arm64 (#20244)</li>
</ul>

</details>

### Documentation and Help Content

- Update man page to match current help for pwsh (#20249)

[7.3.7]: https://github.com/PowerShell/PowerShell/compare/v7.3.6...v7.3.7

## [7.3.6] - 2023-07-13

### Build and Packaging Improvements
Expand Down