From cd6eccb1ac5f137fd882b454fdadbbf42ffc1af2 Mon Sep 17 00:00:00 2001 From: Dongbo Wang Date: Thu, 14 Oct 2021 14:51:25 -0700 Subject: [PATCH] Update the change logs for v7.0.8 and v7.1.5 releases (#16248) --- .spelling | 4 ++++ CHANGELOG/7.0.md | 40 ++++++++++++++++++++++++++++++++++++++++ CHANGELOG/7.1.md | 40 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 84 insertions(+) diff --git a/.spelling b/.spelling index c62416ad9..4b188971e 100644 --- a/.spelling +++ b/.spelling @@ -1389,6 +1389,10 @@ release-BuildJson yml centos-7 PSDesiredStateConfiguration +NoLanguage +createdump +vPack +PkgES - test/perf/benchmarks/README.md benchmarked BenchmarkDotNet diff --git a/CHANGELOG/7.0.md b/CHANGELOG/7.0.md index 9b7c0a9f4..ddb2f558b 100644 --- a/CHANGELOG/7.0.md +++ b/CHANGELOG/7.0.md @@ -1,5 +1,45 @@ # 7.0 Changelog +## [7.0.8] - 2021-10-14 + +### Engine Updates and Fixes + +- Handle error from unauthorized access when removing `AppLocker` test files (#15881) +- Handle error when the telemetry mutex cannot be created (#15574) (Thanks @gukoff!) +- Configure `ApplicationInsights` to not send cloud role name (Internal 17099) +- Disallow `Add-Type` in NoLanguage mode on a locked down machine (Internal 17521) + +### Tools + +- Add `.stylecop` to `filetypexml` and format it (#16025) + +### Build and Packaging Improvements + +
+ + +

Bump .NET SDK to 3.1.414

+
+ + + +
+ +### Documentation and Help Content + +- Fix example nuget.config (#14349) + +[7.0.8]: https://github.com/PowerShell/PowerShell/compare/v7.0.7...v7.0.8 + ## [7.0.7] - 2021-08-12 ### Build and Packaging Improvements diff --git a/CHANGELOG/7.1.md b/CHANGELOG/7.1.md index 91d00b70a..84872d552 100644 --- a/CHANGELOG/7.1.md +++ b/CHANGELOG/7.1.md @@ -1,5 +1,45 @@ # 7.1 Changelog +## [7.1.5] - 2021-10-14 + +### Engine Updates and Fixes + +- Handle error from unauthorized access when removing `AppLocker` test files (#15881) +- Test more thoroughly whether a command is `Out-Default` for transcription scenarios (#15653) +- Handle error when the telemetry mutex cannot be created (#15574) (Thanks @gukoff!) +- Configure `ApplicationInsights` to not send cloud role name (Internal 17100) +- Disallow `Add-Type` in NoLanguage mode on a locked down machine (Internal 17522) + +### Tools + +- Add `.stylecop` to `filetypexml` and format it (#16025) + +### Build and Packaging Improvements + +
+ + +

Bump .NET SDK to 5.0.402

+
+ + + +
+ +### Documentation and Help Content + +- Fix example nuget.config (#14349) + +[7.1.5]: https://github.com/PowerShell/PowerShell/compare/v7.1.4...v7.1.5 + ## [7.1.4] - 2021-08-12 ### Build and Packaging Improvements