Skip to content

Commit bc2344e

Browse files
committed
Merged PR 14810: Update the ChangeLog for v7.0.6 release
Update the ChangeLog and .spelling files for v7.0.6 release
1 parent 04d83fc commit bc2344e

File tree

3 files changed

+56
-0
lines changed

3 files changed

+56
-0
lines changed

.spelling

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -941,3 +941,8 @@ wpaProfile
941941
ThomasNieto
942942
spongemike2
943943

944+
- CHANGELOG/7.0.md
945+
codesign
946+
release-BuildJson
947+
yml
948+
centos-7

CHANGELOG/7.0.md

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

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+
353
## [7.0.5] - 2021-02-11
454

555
### Build and Packaging Improvements

tools/releaseTools.psm1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ $Script:powershell_team = @(
3838
"dependabot-preview[bot]"
3939
"Joey Aiello"
4040
"Tyler James Leonhardt"
41+
"Anam Navied"
4142
)
4243

4344
# They are very active contributors, so we keep their email-login mappings here to save a few queries to Github.

0 commit comments

Comments
 (0)