diff --git a/.spelling b/.spelling index 85ca1f2bb21e..b0dc84c87da6 100644 --- a/.spelling +++ b/.spelling @@ -284,10 +284,12 @@ filecatalog filename filesystem filesystemprovider +files.wxs filterhashtable find-dscresource find-packageprovider find-rolecapability +findMissingNotices.ps1 firefox folderName foreach @@ -544,6 +546,7 @@ mwrock myget namedpipe nameof +NameObscurerTelemetryInitializer namespace nano nanoserver @@ -988,6 +991,7 @@ v7.0.0 v7.0.3 v7.0.4 v7.1.0 +v7.1.7 validatenotnullorempty versioned versioning @@ -1070,6 +1074,7 @@ unvalidated Geweldig mjanko5 v7.0.0 +v7.0.10 renehernandez ece-jacob-scott st0le @@ -1410,6 +1415,7 @@ SethFalco CodeQL slowy07 rc.2.21505.57 +ThirdPartyNotices ThirdPartyNotices.txt cgmanifest.json buildinfo @@ -1419,16 +1425,25 @@ manifest.spdx.json vPack kondratyev-nv v7.2.0 +v7.2.3 cgmanifest.json pwsh.exe 6.0.100-rtm.21527.11 6.0.100-rc.2.21505.57 ThirdPartyNotices.txt rtm.21527.11 +SKUs +vmImage - CHANGELOG/7.0.md codesign release-BuildJson yml +dotnet5 +buildinfo +SKUs +CGManifest +vmImage +ci.psm1 centos-7 PSDesiredStateConfiguration NoLanguage @@ -1479,3 +1494,11 @@ psoptions.json manifest.spdx.json AzureFileCopy vPack +dotnet5 +buildinfo +SKUs +CGManifest +vmImage +ci.psm1 +jcotton42 +centos-7 diff --git a/CHANGELOG/7.0.md b/CHANGELOG/7.0.md index ddb2f558b0a7..194b4b3d7487 100644 --- a/CHANGELOG/7.0.md +++ b/CHANGELOG/7.0.md @@ -1,5 +1,83 @@ # 7.0 Changelog +## [7.0.10] - 2022-04-26 + +### Engine Updates and Fixes + +- Fix for partial PowerShell module search paths, that can be resolved to CWD locations +- Do not include node names when sending telemetry. (#16981) to v7.0.10 (Internal 20186,Internal 20261) + +### Tests + +- Re-enable `PowerShellGet` tests targeting PowerShell gallery (#17062) +- Skip failing scriptblock tests (#17093) + +### Build and Packaging Improvements + +
+ + + +

Update .NET SDK to 3.1.418

+ +
+ + + +
+ +[7.0.10]: https://github.com/PowerShell/PowerShell/compare/v7.0.9...v7.0.10 + +## [7.0.9] - 2022-03-16 + +### Build and Packaging Improvements + +
+ + + +

Update .NET SDK to 3.1.417

+ +
+ + + +
+ +[7.0.9]: https://github.com/PowerShell/PowerShell/compare/v7.0.8...v7.0.9 + ## [7.0.8] - 2021-10-14 ### Engine Updates and Fixes diff --git a/CHANGELOG/7.1.md b/CHANGELOG/7.1.md index 84872d552a08..eba1998e29cc 100644 --- a/CHANGELOG/7.1.md +++ b/CHANGELOG/7.1.md @@ -1,5 +1,81 @@ # 7.1 Changelog +## [7.1.7] - 2022-04-26 + +### Engine Updates and Fixes + +- Fix for partial PowerShell module search paths, that can be resolved to CWD locations +- Do not include node names when sending telemetry. (#16981) to v7.1.7 (Internal 20187,Internal 20260) + +### Tests + +- Re-enable `PowerShellGet` tests targeting PowerShell gallery (#17062) +- Skip failing scriptblock tests (#17093) + +### Build and Packaging Improvements + +
+ + + +

Update .NET SDK to 5.0.407

+ +
+ + + +
+ +[7.1.7]: https://github.com/PowerShell/PowerShell/compare/v7.1.6...v7.1.7 + +## [7.1.6] - 2022-03-16 + +### Build and Packaging Improvements + +
+ + + +

Update .NET SDK to 5.0.406

+ +
+ + + +
+ +[7.1.6]: https://github.com/PowerShell/PowerShell/compare/v7.1.5...v7.1.6 + ## [7.1.5] - 2021-10-14 ### Engine Updates and Fixes diff --git a/CHANGELOG/7.2.md b/CHANGELOG/7.2.md index 8eb70874ef5f..0d8466765d50 100644 --- a/CHANGELOG/7.2.md +++ b/CHANGELOG/7.2.md @@ -1,5 +1,78 @@ # 7.2 Changelog +## [7.2.3] - 2022-04-26 + +### Engine Updates and Fixes + +- Fix for partial PowerShell module search paths, that can be resolved to CWD locations (Internal 20126) +- Do not include node names when sending telemetry. (#16981) to v7.2.3 (Internal 20188) + +### Tests + +- Re-enable `PowerShellGet` tests targeting PowerShell gallery (#17062) +- Skip failing scriptblock tests (#17093) + +### Build and Packaging Improvements + +
+ + + +

Bump .NET SDK to 6.0.202

+ +
+ + + +
+ +[7.2.3]: https://github.com/PowerShell/PowerShell/compare/v7.2.2...v7.2.3 + +## [7.2.2] - 2022-03-16 + +### Build and Packaging Improvements + +
+ + + +

Bump .NET SDK to 6.0.201

+ +
+ + + +
+ +[7.2.2]: https://github.com/PowerShell/PowerShell/compare/v7.2.1...v7.2.2 + ## [7.2.1] - 2021-12-14 ### General Cmdlet Updates and Fixes