Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -1191,6 +1191,8 @@ InstallLocation
PkgES
Microsoft.PowerShell.Native
rtm.20526.5
ini
package.json
jcotton42
RPMs
- CHANGELOG/preview.md
Expand Down Expand Up @@ -1280,3 +1282,8 @@ Backport
v7.1.1
about_PSDesiredStateConfiguration

- CHANGELOG/7.0.md
codesign
release-BuildJson
yml
centos-7
50 changes: 50 additions & 0 deletions CHANGELOG/7.0.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,55 @@
# 7.0 Changelog

## [7.0.6] - 2021-03-11

### General Cmdlet Updates and Fixes

- Fix web cmdlets to properly construct URI from body when using `-NoProxy` (#14673)
- Fix `PromptForCredential()` to add `targetName` as domain (#14504)
- Clean up the IPC named pipe on PowerShell exit (#12187)

### Tests

- Update markdown test packages with security fixes (#13730, #14145, #14454)

### Build and Packaging Improvements

<details>

<summary>
Bump .NET SDK to version <code>3.1.407</code>
</summary>

<ul>
<li>Bump .NET to version 3.1.407 (Internal 14783)</li>
<li>Fix the miscellaneous analysis CI build (#14971, #14974, #14975)</li>
<li>Declare which variable group is used for checking the blob in the release build (#14970)</li>
<li>Use template that disables component governance for CI (#14938)</li>
<li>Suppress the warning for having multiple nuget feeds (#14893)</li>
<li>Disable codesign validation where the file type is not supported (#14885)</li>
<li>Make universal Deb package based on deb package spec (#14681)</li>
<li>Add manual release automation steps and improve changelog script (#14445)</li>
<li>Fix a typo in the <code>Get-ChangeLog</code> function (#14129)</li>
<li>Add validation and dependencies for <code>Ubuntu 20.04</code> distribution to packaging script (#13993)</li>
<li>Add comment in release-BuildJson.yml for date formatting</li>
<li>Install wget on centos-7 docker image</li>
<li>Fix install-dotnet download (#14856)</li>
<li>Fix release build to upload global tool packages to artifacts (#14620)</li>
<li>Fixes to release pipeline for GA release (#14034)</li>
<li>Add checkout step to release build templates (#13840)</li>
<li>Add flag to make Linux script publish to production repo (#13714)</li>
<li>Use new release script for Linux packages (#13705)</li>
<li>Change stage dependency for docker release stage in release pipeline (#13512)</li>
<li>Create the folder before copying the global tools (#13476)</li>
<li>A few fixes to the release pipeline (#13473)</li>
<li>Change the variable group name (Internal 12339)</li>
<li>Create release pipeline as a yaml pipeline (#13394)</li>
</ul>

</details>

[7.0.6]: https://github.com/PowerShell/PowerShell/compare/v7.0.5...v7.0.6

## [7.0.5] - 2021-02-11

### Build and Packaging Improvements
Expand Down
43 changes: 43 additions & 0 deletions CHANGELOG/7.1.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions tools/releaseTools.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ $Script:powershell_team = @(
"dependabot-preview[bot]"
"Joey Aiello"
"Tyler James Leonhardt"
"Anam Navied"
)

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