Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f9f9e53

Browse files
committedOct 21, 2021
Merged PR 17711: Update change log for v7.2.0-rc.1 release
Update change log for v7.2.0-rc.1 release
1 parent 141bd81 commit f9f9e53

File tree

2 files changed

+57
-0
lines changed

2 files changed

+57
-0
lines changed
 

‎.spelling

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1383,6 +1383,14 @@ lselden
13831383
SethFalco
13841384
CodeQL
13851385
slowy07
1386+
rc.2.21505.57
1387+
ThirdPartyNotices.txt
1388+
cgmanifest.json
1389+
buildinfo
1390+
tar.gz
1391+
psoptions.json
1392+
manifest.spdx.json
1393+
vPack
13861394
- CHANGELOG/7.0.md
13871395
codesign
13881396
release-BuildJson

‎CHANGELOG/preview.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,54 @@
11
# Current preview release
22

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+
352
## [7.2.0-preview.10] - 2021-09-28
453

554
### Engine Updates and Fixes

0 commit comments

Comments
 (0)
Please sign in to comment.