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 2bbf081

Browse files
committedMar 16, 2022
Merged PR 19472: Update change log for the v7.2.2 release
Update change log for the v7.2.2 release
1 parent 9027d1a commit 2bbf081

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
 

‎.spelling

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1403,6 +1403,8 @@ pwsh.exe
14031403
6.0.100-rc.2.21505.57
14041404
ThirdPartyNotices.txt
14051405
rtm.21527.11
1406+
SKUs
1407+
vmImage
14061408
- CHANGELOG/7.0.md
14071409
codesign
14081410
release-BuildJson

‎CHANGELOG/7.2.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# 7.2 Changelog
22

3+
## [7.2.2] - 2022-03-16
4+
5+
### Build and Packaging Improvements
6+
7+
<details>
8+
9+
<summary>
10+
11+
<p>Bump .NET SDK to 6.0.201</p>
12+
13+
</summary>
14+
15+
<ul>
16+
<li>Update WiX file (Internal 19460)</li>
17+
<li>Update .NET SDK version to 6.0.201 (Internal 19457)</li>
18+
<li>Update experimental feature JSON files (#16838)</li>
19+
<li>Ensure Alpine and ARM SKUs have <code>powershell.config.json</code> file with experimental features enabled (#16823)</li>
20+
<li>Update the <code>vmImage</code> and PowerShell root directory for macOS builds (#16611)</li>
21+
<li>Update macOS build image and root folder for build (#16609)</li>
22+
<li>Remove WiX install (#16834)</li>
23+
<li>Opt-in to build security monitoring (#16911)</li>
24+
<li>Add SBOM manifest for release packages (#16641, #16711)</li>
25+
<li>Add Linux package dependencies for packaging (#16807)</li>
26+
<li>Switch to our custom images for build and release (#16801, #16580)</li>
27+
<li>Remove all references to <code>cmake</code> for the builds in this repo (#16578)</li>
28+
<li>Register NuGet source when generating <code>CGManifest</code> (#16570)</li>
29+
</ul>
30+
31+
</details>
32+
33+
[7.2.2]: https://github.com/PowerShell/PowerShell/compare/v7.2.1...v7.2.2
34+
335
## [7.2.1] - 2021-12-14
436

537
### General Cmdlet Updates and Fixes

0 commit comments

Comments
 (0)
Please sign in to comment.