|
1 | 1 | # 7.0 Changelog |
2 | 2 |
|
| 3 | +## [7.0.6] - 2021-03-11 |
| 4 | + |
| 5 | +### General Cmdlet Updates and Fixes |
| 6 | + |
| 7 | +- Fix web cmdlets to properly construct URI from body when using `-NoProxy` (#14673) |
| 8 | +- Fix `PromptForCredential()` to add `targetName` as domain (#14504) |
| 9 | +- Clean up the IPC named pipe on PowerShell exit (#12187) |
| 10 | + |
| 11 | +### Tests |
| 12 | + |
| 13 | +- Update markdown test packages with security fixes (#13730, #14145, #14454) |
| 14 | + |
| 15 | +### Build and Packaging Improvements |
| 16 | + |
| 17 | +<details> |
| 18 | + |
| 19 | +<summary> |
| 20 | +Bump .NET SDK to version <code>3.1.407</code> |
| 21 | +</summary> |
| 22 | + |
| 23 | +<ul> |
| 24 | +<li>Bump .NET to version 3.1.407 (Internal 14783)</li> |
| 25 | +<li>Fix the miscellaneous analysis CI build (#14971, #14974, #14975)</li> |
| 26 | +<li>Declare which variable group is used for checking the blob in the release build (#14970)</li> |
| 27 | +<li>Use template that disables component governance for CI (#14938)</li> |
| 28 | +<li>Suppress the warning for having multiple nuget feeds (#14893)</li> |
| 29 | +<li>Disable codesign validation where the file type is not supported (#14885)</li> |
| 30 | +<li>Make universal Deb package based on deb package spec (#14681)</li> |
| 31 | +<li>Add manual release automation steps and improve changelog script (#14445)</li> |
| 32 | +<li>Fix a typo in the <code>Get-ChangeLog</code> function (#14129)</li> |
| 33 | +<li>Add validation and dependencies for <code>Ubuntu 20.04</code> distribution to packaging script (#13993)</li> |
| 34 | +<li>Add comment in release-BuildJson.yml for date formatting</li> |
| 35 | +<li>Install wget on centos-7 docker image</li> |
| 36 | +<li>Fix install-dotnet download (#14856)</li> |
| 37 | +<li>Fix release build to upload global tool packages to artifacts (#14620)</li> |
| 38 | +<li>Fixes to release pipeline for GA release (#14034)</li> |
| 39 | +<li>Add checkout step to release build templates (#13840)</li> |
| 40 | +<li>Add flag to make Linux script publish to production repo (#13714)</li> |
| 41 | +<li>Use new release script for Linux packages (#13705)</li> |
| 42 | +<li>Change stage dependency for docker release stage in release pipeline (#13512)</li> |
| 43 | +<li>Create the folder before copying the global tools (#13476)</li> |
| 44 | +<li>A few fixes to the release pipeline (#13473)</li> |
| 45 | +<li>Change the variable group name (Internal 12339)</li> |
| 46 | +<li>Create release pipeline as a yaml pipeline (#13394)</li> |
| 47 | +</ul> |
| 48 | + |
| 49 | +</details> |
| 50 | + |
| 51 | +[7.0.6]: https://github.com/PowerShell/PowerShell/compare/v7.0.5...v7.0.6 |
| 52 | + |
3 | 53 | ## [7.0.5] - 2021-02-11 |
4 | 54 |
|
5 | 55 | ### Build and Packaging Improvements |
|
0 commit comments