|
1 | 1 | # 7.1 Changelog
|
2 | 2 |
|
| 3 | +## [7.1.6] - 2022-03-16 |
| 4 | + |
| 5 | +### Build and Packaging Improvements |
| 6 | + |
| 7 | +<details> |
| 8 | + |
| 9 | +<summary> |
| 10 | + |
| 11 | +<p>Update .NET SDK to 5.0.406</p> |
| 12 | + |
| 13 | +</summary> |
| 14 | + |
| 15 | +<ul> |
| 16 | +<li>Update the mapping file (#16316, Internal 19528)</li> |
| 17 | +<li>Remove code that handles dotnet5 feed (Internal 19525)</li> |
| 18 | +<li>Fix issues in release build (#16332)</li> |
| 19 | +<li>Enable ARM64 packaging for macOS (#15768)</li> |
| 20 | +<li>Update feed and analyzer dependency (#16327)</li> |
| 21 | +<li>Only upload stable <code>buildinfo</code> for stable releases (#16251)</li> |
| 22 | +<li>Opt-in to build security monitoring (#16911)</li> |
| 23 | +<li>Update experimental feature json files (#16838)</li> |
| 24 | +<li>Ensure alpine and arm SKUs have the PowerShell configuration file with experimental features enabled (#16823)</li> |
| 25 | +<li>Remove WiX install (#16834)</li> |
| 26 | +<li>Add Linux package dependencies for packaging (#16807)</li> |
| 27 | +<li>Switch to our custom images for build and release (#16801)</li> |
| 28 | +<li>Remove all references to <code>cmake</code> for the builds in this repo (#16578)</li> |
| 29 | +<li>Register NuGet source when generating <code>CGManifest</code> (#16570)</li> |
| 30 | +<li>Update images used for release (#16580)</li> |
| 31 | +<li>Add GitHub Workflow to keep notices up to date (#16284)</li> |
| 32 | +<li>Update the <code>vmImage</code> and PowerShell root directory for macOS builds (#16611)</li> |
| 33 | +<li>Add Software Bill of Materials to the main packages (#16202, #16641, #16711)</li> |
| 34 | +<li>Update macOS build image and root folder for build (#16609)</li> |
| 35 | +<li>Add diagnostics used to take corrective action when releasing <code>buildInfo</code> JSON file (#16404)</li> |
| 36 | +<li>Add checkout to build json stage to get <code>ci.psm1</code> (#16399)</li> |
| 37 | +</ul> |
| 38 | + |
| 39 | +</details> |
| 40 | + |
| 41 | +[7.1.6]: https://github.com/PowerShell/PowerShell/compare/v7.1.5...v7.1.6 |
| 42 | + |
3 | 43 | ## [7.1.5] - 2021-10-14
|
4 | 44 |
|
5 | 45 | ### Engine Updates and Fixes
|
|
0 commit comments