Update change logs for v7.2.7 and v7.0.13 (#18342)

This commit is contained in:
Aditya Patwardhan 2022-10-20 17:21:20 -07:00 committed by GitHub
parent 6c0dace9ee
commit 1d129c9a7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 78 additions and 1 deletions

View File

@ -114,8 +114,9 @@ cdxml
celsius
CentOS
codeql-action
cgmanifest
CGManifest
cgmanifest.json
cgmanifest
changelog
changelog.md
changelogs
@ -325,6 +326,7 @@ functionprovider
FunctionTable
fxdependent
gabrielsroka
GAC_Arm64
gamified
gc.regions.xml
Generic.SortedList
@ -614,6 +616,7 @@ new-wsmaninstance
new-wsmansessionoption
NextTurn
ngharo
Newtonsoft.Json
NJsonSchema
NoMoreFood
non-22
@ -1052,6 +1055,7 @@ v7.1.6
v7.1.7
v7.2.2
v7.3.0
v7.0.13
validatenotnullorempty
ValidateSet
varunsh-coder

View File

@ -1,5 +1,36 @@
# 7.0 Changelog
## [7.0.13] - 2022-10-20
### Engine Updates and Fixes
- Stop sending telemetry about `ApplicationType` (#18265)
### Build and Packaging Improvements
<details>
<summary>
<p>Bump .NET SDK to 3.1.424 (#18272)</p>
</summary>
<ul>
<li>Update Wix file for new assemblies (Internal 22873)</li>
<li>Update the <code>cgmanifest.json</code> for <code>v7.0.13</code> (#18318)</li>
<li>Update <code>Newtonsoft.Json</code> version for 7.0.13 release (#18259)</li>
<li>Fix <code>build.psm1</code> to not specify both version and quality for <code>dotnet-install</code> (#18267)</li>
<li>Update list of PowerShell team members in release tools(#18266)</li>
<li>Move <code>cgmanifest</code> generation to daily (#18268)</li>
<li>Disable static analysis CI on 7.0 (#18269)</li>
</ul>
</details>
[7.0.13]: https://github.com/PowerShell/PowerShell/compare/v7.0.12...v7.0.13
## [7.0.12] - 2022-08-11
### General Cmdlet Updates and Fixes

View File

@ -1,5 +1,47 @@
# 7.2 Changelog
## [7.2.7] - 2022-10-20
### Engine Updates and Fixes
- On Unix, explicitly terminate the native process during cleanup only if it's not running in background (#18280)
- Stop sending telemetry about `ApplicationType` (#18168)
### General Cmdlet Updates and Fixes
- Remove the 1-second minimum delay in `Invoke-WebRequest` for downloading small files, and prevent file-download-error suppression (#18170)
- Enable searching for assemblies in GAC_Arm64 on Windows (#18169)
- Fix error formatting to use color defined in `$PSStyle.Formatting` (#18287)
### Tests
- Use Ubuntu 20.04 for SSH remoting test (#18289)
### Build and Packaging Improvements
<details>
<summary>
<p>Bump .NET to version 6.0.402 (#18188)(#18290)</p>
</summary>
<ul>
<li>Update cgmanifest (#18319)</li>
<li>Fix <code>build.psm1</code> to find the required .NET SDK version when a higher version is installed (#17299) (#18282)</li>
<li>Update MSI exit message (#18173)</li>
<li>Remove XML files for min-size package (#18274)</li>
<li>Update list of PS team members in release tools (#18171)</li>
<li>Make the link to minimal package blob public during release (#18174)</li>
<li>Add XML reference documents to NuPkg files for SDK (#18172)</li>
<li>Update to use version 2.21.0 of Application Insights (#18271)</li>
</ul>
</details>
[7.2.7]: https://github.com/PowerShell/PowerShell/compare/v7.2.6...v7.2.7
## [7.2.6] - 2022-08-11
### Engine Updates and Fixes