|
1 | 1 | # Current preview release
|
2 | 2 |
|
| 3 | +## [7.2.0-rc.1] - 2021-10-21 |
| 4 | + |
| 5 | +### General Cmdlet Updates and Fixes |
| 6 | + |
| 7 | +- Disallow COM calls for AppLocker system lockdown (#16268) |
| 8 | +- Configure `Microsoft.ApplicationInsights` to not send cloud role name (#16246) |
| 9 | +- Disallow `Add-Type` in NoLanguage mode on a locked down machine (#16245) |
| 10 | +- Make property names for color VT100 sequences consistent with documentation (#16212) |
| 11 | +- Make moving a directory into itself with `Move-Item` an error (#16198) |
| 12 | +- Change `FileSystemInfo.Target` from a `CodeProperty` to an `AliasProperty` that points to `FileSystemInfo.LinkTarget` (#16165) |
| 13 | + |
| 14 | +### Tests |
| 15 | + |
| 16 | +- Removed deprecated docker-based tests for PowerShell release packages (#16224) |
| 17 | + |
| 18 | +### Build and Packaging Improvements |
| 19 | + |
| 20 | +<details> |
| 21 | + |
| 22 | +<summary> |
| 23 | +<p>Bump .NET SDK to 6.0.100-rc.2</p> |
| 24 | +</summary> |
| 25 | + |
| 26 | +<ul> |
| 27 | +<li>Update .NET 6 to version 6.0.100-rc.2.21505.57 (#16249)</li> |
| 28 | +<li>Fix RPM packaging (Internal 17704)</li> |
| 29 | +<li>Update <code>ThirdPartyNotices.txt</code> (#16283)</li> |
| 30 | +<li>Update pipeline yaml file to use <code>ubuntu-latest</code> image (#16279)</li> |
| 31 | +<li>Add script to generate <code>cgmanifest.json</code> (#16278)</li> |
| 32 | +<li>Update version of <code>Microsoft.PowerShell.Native</code> and <code>Microsoft.PowerShell.MarkdownRender</code> packages (#16277)</li> |
| 33 | +<li>Add <code>cgmanifest.json</code> for generating correct third party notice file (#16266)</li> |
| 34 | +<li>Only upload stable <code>buildinfo</code> for stable releases (#16251)</li> |
| 35 | +<li>Don't upload <code>.dep</code> or <code>.tar.gz</code> for RPM because there are none (#16230)</li> |
| 36 | +<li>Ensure RPM license is recognized (#16189)</li> |
| 37 | +<li>Add condition to only generate release files in local dev build only (#16259)</li> |
| 38 | +<li>Ensure <code>psoptions.json</code> and <code>manifest.spdx.json</code> files always exist in packages (#16258)</li> |
| 39 | +<li>Fix CI script and split out ARM runs (#16252)</li> |
| 40 | +<li>Update vPack task version to 12 (#16250)</li> |
| 41 | +<li>Sign third party executables (#16229)</li> |
| 42 | +<li>Add Software Bill of Materials to the main packages (#16202)</li> |
| 43 | +<li>Upgrade <code>set-value</code> package for markdown test (#16196)</li> |
| 44 | +<li>Fix Microsoft update spelling issue (#16178)</li> |
| 45 | +<li>Move vPack build to 1ES Pool (#16169)</li> |
| 46 | +</ul> |
| 47 | + |
| 48 | +</details> |
| 49 | + |
| 50 | +[7.2.0-rc.1]: https://github.com/PowerShell/PowerShell/compare/v7.2.0-preview.10...v7.2.0-rc.1 |
| 51 | + |
3 | 52 | ## [7.2.0-preview.10] - 2021-09-28
|
4 | 53 |
|
5 | 54 | ### Engine Updates and Fixes
|
|
0 commit comments