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 06535b6

Browse files
author
Andrew Menagarishvili
committedDec 9, 2021
Merged PR 18421: PS 7.2.1 changelog
Initial 7.2.1 changelog
1 parent 89af531 commit 06535b6

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed
 

‎.spelling

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,13 @@ bugfix
9696
build.json
9797
build.psm1
9898
bulid
99+
buildInfoJson
99100
callmejoebob
100101
catchable
101102
cdxml
102103
celsius
103104
CentOS
105+
CGManifest
104106
changelog
105107
changelog.md
106108
changelogs
@@ -115,6 +117,7 @@ childitem
115117
ChrisLGardner
116118
cimsession
117119
cimsupport
120+
ci.psm1
118121
classlib
119122
clear-itemproperty
120123
cloudydino
@@ -906,6 +909,7 @@ tracesource
906909
travisez13
907910
travisty
908911
truher
912+
TSAUpload
909913
TValue
910914
tylerleonhardt
911915
typecataloggen

‎CHANGELOG/7.2.md

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

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+
342
## [7.2.0] - 2021-11-08
443

544
### General Cmdlet Updates and Fixes

0 commit comments

Comments
 (0)
Please sign in to comment.