|
1 | 1 | # 7.2 Changelog
|
2 | 2 |
|
| 3 | +## [7.2.1] - 2021-12-14 |
| 4 | + |
| 5 | +### General Cmdlet Updates and Fixes |
| 6 | + |
| 7 | +- Remove declaration of experimental features in Utility module manifest as they are stable (#16460) |
| 8 | +- Bring back pwsh.exe for framework dependent packages to support Start-Job (#16535) |
| 9 | +- Change default for `$PSStyle.OutputRendering` to `Ansi` (Internal 18394) |
| 10 | +- Update `HelpInfoUri` for 7.2 release (#16456) |
| 11 | +- Fix typo for "privacy" in MSI installer (#16407) |
| 12 | + |
| 13 | +### Tests |
| 14 | + |
| 15 | +- Set clean state before testing `UseMU` in the MSI (#16543) |
| 16 | + |
| 17 | +### Build and Packaging Improvements |
| 18 | + |
| 19 | +<details> |
| 20 | + |
| 21 | +<ul> |
| 22 | +<li>Add explicit job name for approval tasks in Snap stage (#16579)</li> |
| 23 | +<li>Fixing the build by removing duplicate TSAUpload entries (Internal 18399)</li> |
| 24 | +<li>Port CGManifest fixes (Internal 18402)</li> |
| 25 | +<li>Update CGManifest (Internal 18403)</li> |
| 26 | +<li>Updated package dependencies for 7.2.1 (Internal 18388)</li> |
| 27 | +<li>Use different containers for different branches (#16434)</li> |
| 28 | +<li>Use notice task to generate license assuming CGManifest contains all components (#16340)</li> |
| 29 | +<li>Create compliance build (#16286)</li> |
| 30 | +<li>Update release instructions with link to new build (#16419)</li> |
| 31 | +<li>Add diagnostics used to take corrective action when releasing buildInfoJson (#16404)</li> |
| 32 | +<li>vPack release should use buildInfoJson new to 7.2 (#16402)</li> |
| 33 | +<li>Add checkout to build json stage to get <code>ci.psm1</code> (#16399)</li> |
| 34 | +<li>Update the usage of metadata.json for getting LTS information (#16381)</li> |
| 35 | +<li>Move mapping file into product repo and add Debian 11 (#16316)</li> |
| 36 | +</ul> |
| 37 | + |
| 38 | +</details> |
| 39 | + |
| 40 | +[7.2.1]: https://github.com/PowerShell/PowerShell/compare/v7.2.0...v7.2.1 |
| 41 | + |
3 | 42 | ## [7.2.0] - 2021-11-08
|
4 | 43 |
|
5 | 44 | ### General Cmdlet Updates and Fixes
|
|
0 commit comments