Skip to content

Commit 1d129c9

Browse files
Update change logs for v7.2.7 and v7.0.13 (PowerShell#18342)
1 parent 6c0dace commit 1d129c9

File tree

3 files changed

+78
-1
lines changed

3 files changed

+78
-1
lines changed

.spelling

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,9 @@ cdxml
114114
celsius
115115
CentOS
116116
codeql-action
117-
cgmanifest
118117
CGManifest
118+
cgmanifest.json
119+
cgmanifest
119120
changelog
120121
changelog.md
121122
changelogs
@@ -325,6 +326,7 @@ functionprovider
325326
FunctionTable
326327
fxdependent
327328
gabrielsroka
329+
GAC_Arm64
328330
gamified
329331
gc.regions.xml
330332
Generic.SortedList
@@ -614,6 +616,7 @@ new-wsmaninstance
614616
new-wsmansessionoption
615617
NextTurn
616618
ngharo
619+
Newtonsoft.Json
617620
NJsonSchema
618621
NoMoreFood
619622
non-22
@@ -1052,6 +1055,7 @@ v7.1.6
10521055
v7.1.7
10531056
v7.2.2
10541057
v7.3.0
1058+
v7.0.13
10551059
validatenotnullorempty
10561060
ValidateSet
10571061
varunsh-coder

CHANGELOG/7.0.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# 7.0 Changelog
22

3+
## [7.0.13] - 2022-10-20
4+
5+
### Engine Updates and Fixes
6+
7+
- Stop sending telemetry about `ApplicationType` (#18265)
8+
9+
### Build and Packaging Improvements
10+
11+
<details>
12+
13+
<summary>
14+
15+
<p>Bump .NET SDK to 3.1.424 (#18272)</p>
16+
17+
</summary>
18+
19+
<ul>
20+
<li>Update Wix file for new assemblies (Internal 22873)</li>
21+
<li>Update the <code>cgmanifest.json</code> for <code>v7.0.13</code> (#18318)</li>
22+
<li>Update <code>Newtonsoft.Json</code> version for 7.0.13 release (#18259)</li>
23+
<li>Fix <code>build.psm1</code> to not specify both version and quality for <code>dotnet-install</code> (#18267)</li>
24+
<li>Update list of PowerShell team members in release tools(#18266)</li>
25+
<li>Move <code>cgmanifest</code> generation to daily (#18268)</li>
26+
<li>Disable static analysis CI on 7.0 (#18269)</li>
27+
</ul>
28+
29+
</details>
30+
31+
[7.0.13]: https://github.com/PowerShell/PowerShell/compare/v7.0.12...v7.0.13
32+
33+
334
## [7.0.12] - 2022-08-11
435

536
### General Cmdlet Updates and Fixes

CHANGELOG/7.2.md

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

3+
## [7.2.7] - 2022-10-20
4+
5+
### Engine Updates and Fixes
6+
7+
- On Unix, explicitly terminate the native process during cleanup only if it's not running in background (#18280)
8+
- Stop sending telemetry about `ApplicationType` (#18168)
9+
10+
### General Cmdlet Updates and Fixes
11+
12+
- Remove the 1-second minimum delay in `Invoke-WebRequest` for downloading small files, and prevent file-download-error suppression (#18170)
13+
- Enable searching for assemblies in GAC_Arm64 on Windows (#18169)
14+
- Fix error formatting to use color defined in `$PSStyle.Formatting` (#18287)
15+
16+
### Tests
17+
18+
- Use Ubuntu 20.04 for SSH remoting test (#18289)
19+
20+
### Build and Packaging Improvements
21+
22+
<details>
23+
24+
<summary>
25+
26+
<p>Bump .NET to version 6.0.402 (#18188)(#18290)</p>
27+
28+
</summary>
29+
30+
<ul>
31+
<li>Update cgmanifest (#18319)</li>
32+
<li>Fix <code>build.psm1</code> to find the required .NET SDK version when a higher version is installed (#17299) (#18282)</li>
33+
<li>Update MSI exit message (#18173)</li>
34+
<li>Remove XML files for min-size package (#18274)</li>
35+
<li>Update list of PS team members in release tools (#18171)</li>
36+
<li>Make the link to minimal package blob public during release (#18174)</li>
37+
<li>Add XML reference documents to NuPkg files for SDK (#18172)</li>
38+
<li>Update to use version 2.21.0 of Application Insights (#18271)</li>
39+
</ul>
40+
41+
</details>
42+
43+
[7.2.7]: https://github.com/PowerShell/PowerShell/compare/v7.2.6...v7.2.7
44+
345
## [7.2.6] - 2022-08-11
446

547
### Engine Updates and Fixes

0 commit comments

Comments
 (0)