Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/PowerShell/PowerShell.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongbo Wang <dongbow@microsoft.com>2021-10-15 00:51:25 +0300
committerGitHub <noreply@github.com>2021-10-15 00:51:25 +0300
commitcd6eccb1ac5f137fd882b454fdadbbf42ffc1af2 (patch)
tree59d859e941ee57bcafa10bdff68806a5b91fae94 /CHANGELOG
parentb94dd91e740e68e8ddac30da53c1839eacbf52a1 (diff)
Update the change logs for v7.0.8 and v7.1.5 releases (#16248)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG/7.0.md40
-rw-r--r--CHANGELOG/7.1.md40
2 files changed, 80 insertions, 0 deletions
diff --git a/CHANGELOG/7.0.md b/CHANGELOG/7.0.md
index 9b7c0a9f45..ddb2f558b0 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
+
+<details>
+
+<summary>
+<p>Bump .NET SDK to 3.1.414</p>
+</summary>
+
+<ul>
+<li>Update the nuget.config file used for building NuGet packages (Internal 17547)</li>
+<li>Sign the .NET <code>createdump</code> executable (#16229)</li>
+<li>Upgrade <code>set-value</code> package for markdown test (#16196)</li>
+<li>Move vPack build to 1ES Pool (#16169)</li>
+<li>Update to .NET SDK 3.1.414 (Internal 17532)</li>
+<li>Fix the macOS build by updating the pool image name (#16010)</li>
+<li>Move from PkgES hosted agents to 1ES hosted agents (#16023)</li>
+<li>Use Alpine 3.12 for building PowerShell for Alpine Linux (#16008)</li>
+</ul>
+
+</details>
+
+### 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 91d00b70a4..84872d552a 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
+
+<details>
+
+<summary>
+<p>Bump .NET SDK to 5.0.402</p>
+</summary>
+
+<ul>
+<li>Upgrade <code>set-value</code> package for markdown test (#16196)</li>
+<li>Sign the .NET <code>createdump</code> executable (#16229)</li>
+<li>Move vPack build to 1ES Pool (#16169)</li>
+<li>Update to .NET SDK 5.0.402 (Internal 17537)</li>
+<li>Move from PkgES hosted agents to 1ES hosted agents (#16023)</li>
+<li>Fix the macOS build by updating the pool image name (#16010)</li>
+<li>Use Alpine 3.12 for building PowerShell for Alpine Linux (#16008)</li>
+</ul>
+
+</details>
+
+### 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