Update change logs for 6.2.x and 7.0.x (#13194)

This commit is contained in:
Aditya Patwardhan 2020-07-16 13:52:49 -07:00 committed by GitHub
parent 1ed554dde4
commit f82f74d898
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 111 additions and 0 deletions

View file

@ -1,5 +1,54 @@
# 6.2 Changelog
## [6.2.7] - 2020-07-16
### Build and Packaging Improvements
<details>
<ul>
<li>Fix Azure file copy issues in release build by fixing the path to upload directory content (#13182)</li>
<li>Update .NET Core to version 2.1.808 (Internal 12003)</li>
<li>Fix Azure file copy break in AzDevOps by updating task version to latest (#13173)</li>
</ul>
</details>
## [6.2.6] - 2020-06-11
### Engine Updates and Fixes
- Restrict loading of `amsi.dll` to `system32` folder (#12730)
### Tools
- Update the PowerShell team list to correct changelog generation (#12927)
### Tests
- Pin major Pester version to 4 to prevent breaking changes caused by upcoming release of `v5` (#12262) (Thanks @bergmeister!)
### Build and Packaging Improvements
<details>
<summary>
<p>Update to `.NET Core 2.1.807`</p>
</summary>
<ul>
<li>update to dotnet 2.1.807 (Internal 11697)</li>
<li>update hosting tests</li>
<li>Check if Azure Blob exists before overwriting (#12921)</li>
<li>Upgrade <code>APIScan</code> version (#12876)</li>
<li>Fix break in package build by pinning <code>ffi</code> version to <code>1.12</code> (#12889)</li>
<li>Update the build to sign any unsigned files as 3rd party Dlls (#12581)</li>
</ul>
</details>
## [6.2.5] - 2020-05-14
### Build and Packaging Improvements
@ -811,6 +860,8 @@
- Update `CONTRIBUTION.md` about adding an empty line after the copyright header (#7706) (Thanks @iSazonov!)
- Update docs about .NET Core version `2.0` to be about version `2.x` (#7467) (Thanks @bergmeister!)
[6.2.7]: https://github.com/PowerShell/PowerShell/compare/v6.2.6...v6.2.7
[6.2.6]: https://github.com/PowerShell/PowerShell/compare/v6.2.5...v6.2.6
[6.2.5]: https://github.com/PowerShell/PowerShell/compare/v6.2.4...v6.2.5
[6.2.4]: https://github.com/PowerShell/PowerShell/compare/v6.2.3...v6.2.4
[6.2.3]: https://github.com/PowerShell/PowerShell/compare/v6.2.2...v6.2.3

View file

@ -1,5 +1,62 @@
# 7.0 Changelog
## [7.0.3] - 2020-07-16
### Tests
- Remove dependency on DNS for `Test-Connection` tests on macOS (#12943)
### Build and Packaging Improvements
<details>
<ul>
<li>Fix Azure file copy issues in release build by fixing the path to upload directory content (#13182)</li>
<li>Update .NET Core to 3.1.6 (Internal 12005)</li>
<li>Fix Azure file copy break in AzDevOps by updating task version to latest (#13173)</li>
</ul>
</details>
## [7.0.2] - 2020-06-11
### Engine Updates and Fixes
- Ensure null-coalescing LHS is evaluated only once (#12667)
- Restrict loading of `amsi.dll` to `system32` folder (#12730)
### General Cmdlet Updates and Fixes
- Change `Get-FileHash` to close file handles before writing output (#12474) (Thanks @iSazonov!)
### Tools
- Update the PowerShell team list to correct changelog generation (#12927)
### Tests
- Pin major Pester version to 4 to prevent breaking changes caused by upcoming release of `v5` (#12262) (Thanks @bergmeister!)
### Build and Packaging Improvements
<details>
<summary>
<p>Update to .NET Core 3.1.5</p>
</summary>
<ul>
<li>Bump to .NET 3.1.5 and update dependencies (Internal 11699)</li>
<li>Check if Azure Blob exists before overwriting (#12921)</li>
<li>Upgrade <code>APIScan</code> version (#12876)</li>
<li>Fix break in package build by pinning <code>ffi</code> version to <code>1.12</code> (#12889)</li>
<li>Update the build to sign any unsigned files as 3rd party Dlls (#12581)</li>
</ul>
</details>
## [7.0.1] - 2020-05-14
### Engine Updates and Fixes
@ -999,6 +1056,9 @@ Move to .NET Core 3.1.202 SDK and update packages.
- Update docs for `6.2.0-rc.1` release (#9022)
- Update release template (#8996)
[7.0.3]: https://github.com/PowerShell/PowerShell/compare/v7.0.2...v7.0.3
[7.0.2]: https://github.com/PowerShell/PowerShell/compare/v7.0.1...v7.0.2
[7.0.1]: https://github.com/PowerShell/PowerShell/compare/v7.0.0...v7.0.1
[7.0.0]: https://github.com/PowerShell/PowerShell/compare/v7.0.0-rc.3...v7.0.0
[7.0.0-rc.3]: https://github.com/PowerShell/PowerShell/compare/v7.0.0-rc.2...v7.0.0-rc.3