Skip to content

Commit d62473f

Browse files
Merge 7.1.3 and 7.0.6 Change log to master (#15009)
Co-authored-by: Dongbo Wang <[email protected]>
1 parent b636396 commit d62473f

File tree

4 files changed

+101
-0
lines changed

4 files changed

+101
-0
lines changed

.spelling

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,6 +1191,8 @@ InstallLocation
11911191
PkgES
11921192
Microsoft.PowerShell.Native
11931193
rtm.20526.5
1194+
ini
1195+
package.json
11941196
jcotton42
11951197
RPMs
11961198
- CHANGELOG/preview.md
@@ -1280,3 +1282,8 @@ Backport
12801282
v7.1.1
12811283
about_PSDesiredStateConfiguration
12821284

1285+
- CHANGELOG/7.0.md
1286+
codesign
1287+
release-BuildJson
1288+
yml
1289+
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

CHANGELOG/7.1.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,48 @@
11
# 7.1 Changelog
22

3+
## [7.1.3] - 2021-03-11
4+
5+
### Engine Updates and Fixes
6+
7+
- Remove the 32K character limit on the environment block for `Start-Process` (#14111)
8+
- Fix webcmdlets to properly construct URI from body when using `-NoProxy` (#14673)
9+
10+
### General Cmdlet Updates and Fixes
11+
12+
- Fix `PromptForCredential()` to add `targetName` as domain (#14504)
13+
14+
### Build and Packaging Improvements
15+
16+
<details>
17+
18+
<summary>
19+
20+
Bump .NET SDK to 5.0.4
21+
22+
</summary>
23+
24+
<ul>
25+
<li>Bump .NET SDK to 5.0.4 (Internal 14775)</li>
26+
<li>Disable running markdown link verification in release build CI (#14971, #14974, #14975)</li>
27+
<li>Use template that disables component governance for CI (#14938)</li>
28+
<li>Declare which variable group is used for checking the blob in the release build (#14970)</li>
29+
<li>Add suppress for nuget multi-feed warning (#14893)</li>
30+
<li>Disable code signing validation where the file type is not supported (#14885)</li>
31+
<li>Install wget on <code>CentOS</code> 7 docker image (#14857)</li>
32+
<li>Fix install-dotnet download (#14856)</li>
33+
<li>Make universal Deb package based on deb package spec (#14681)</li>
34+
<li>Fix release build to upload global tool packages to artifacts (#14620)</li>
35+
<li>Update <code>ini</code> component version in test <code>package.json</code> (#14454)</li>
36+
<li>Add manual release automation steps and improve changelog script (#14445)</li>
37+
<li>Update markdown test packages with security fixes (#14145)</li>
38+
<li>Fix a typo in the <code>Get-ChangeLog</code> function (#14129)</li>
39+
<li>Disable global tool copy to unblock release</li>
40+
</ul>
41+
42+
</details>
43+
44+
[7.1.3]: https://github.com/PowerShell/PowerShell/compare/v7.1.2...v7.1.3
45+
346
## [7.1.2] - 2021-02-11
447

548
### 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)