Merged PR 14806: 7.1.3 Changlog

draft changelog
This commit is contained in:
Travis Plunk 2021-03-11 22:58:59 +00:00
parent 33ce13a0df
commit ea5c8e3c4d
2 changed files with 45 additions and 0 deletions

View file

@ -1148,4 +1148,6 @@ InstallLocation
PkgES
Microsoft.PowerShell.Native
rtm.20526.5
ini
package.json
jcotton42

View file

@ -1,5 +1,48 @@
# 7.1 Changelog
## [7.1.3] - 2021-03-11
### Engine Updates and Fixes
- Remove the 32K character limit on the environment block for `Start-Process` (#14111)
- Fix webcmdlets to properly construct URI from body when using `-NoProxy` (#14673)
### General Cmdlet Updates and Fixes
- Fix `PromptForCredential()` to add `targetName` as domain (#14504)
### Build and Packaging Improvements
<details>
<summary>
Bump .NET SDK to 5.0.4
</summary>
<ul>
<li>Bump .NET SDK to 5.0.4 (Internal 14775)</li>
<li>Disable running markdown link verification in release build CI (#14971, #14974, #14975)</li>
<li>Use template that disables component governance for CI (#14938)</li>
<li>Declare which variable group is used for checking the blob in the release build (#14970)</li>
<li>Add suppress for nuget multi-feed warning (#14893)</li>
<li>Disable code signing validation where the file type is not supported (#14885)</li>
<li>Install wget on <code>CentOS</code> 7 docker image (#14857)</li>
<li>Fix install-dotnet download (#14856)</li>
<li>Make universal Deb package based on deb package spec (#14681)</li>
<li>Fix release build to upload global tool packages to artifacts (#14620)</li>
<li>Update <code>ini</code> component version in test <code>package.json</code> (#14454)</li>
<li>Add manual release automation steps and improve changelog script (#14445)</li>
<li>Update markdown test packages with security fixes (#14145)</li>
<li>Fix a typo in the <code>Get-ChangeLog</code> function (#14129)</li>
<li>Disable global tool copy to unblock release</li>
</ul>
</details>
[7.1.3]: https://github.com/PowerShell/PowerShell/compare/v7.1.2...v7.1.3
## [7.1.2] - 2021-02-11
### Build and Packaging Improvements