File tree 3 files changed +84
-0
lines changed
3 files changed +84
-0
lines changed Original file line number Diff line number Diff line change @@ -1389,6 +1389,10 @@ release-BuildJson
1389
1389
yml
1390
1390
centos-7
1391
1391
PSDesiredStateConfiguration
1392
+ NoLanguage
1393
+ createdump
1394
+ vPack
1395
+ PkgES
1392
1396
- test/perf/benchmarks/README.md
1393
1397
benchmarked
1394
1398
BenchmarkDotNet
Original file line number Diff line number Diff line change 1
1
# 7.0 Changelog
2
2
3
+ ## [ 7.0.8] - 2021-10-14
4
+
5
+ ### Engine Updates and Fixes
6
+
7
+ - Handle error from unauthorized access when removing ` AppLocker ` test files (#15881 )
8
+ - Handle error when the telemetry mutex cannot be created (#15574 ) (Thanks @gukoff !)
9
+ - Configure ` ApplicationInsights ` to not send cloud role name (Internal 17099)
10
+ - Disallow ` Add-Type ` in NoLanguage mode on a locked down machine (Internal 17521)
11
+
12
+ ### Tools
13
+
14
+ - Add ` .stylecop ` to ` filetypexml ` and format it (#16025 )
15
+
16
+ ### Build and Packaging Improvements
17
+
18
+ <details >
19
+
20
+ <summary >
21
+ <p >Bump .NET SDK to 3.1.414</p >
22
+ </summary >
23
+
24
+ <ul >
25
+ <li >Update the nuget.config file used for building NuGet packages (Internal 17547)</li >
26
+ <li >Sign the .NET <code >createdump</code > executable (#16229)</li >
27
+ <li >Upgrade <code >set-value</code > package for markdown test (#16196)</li >
28
+ <li >Move vPack build to 1ES Pool (#16169)</li >
29
+ <li >Update to .NET SDK 3.1.414 (Internal 17532)</li >
30
+ <li >Fix the macOS build by updating the pool image name (#16010)</li >
31
+ <li >Move from PkgES hosted agents to 1ES hosted agents (#16023)</li >
32
+ <li >Use Alpine 3.12 for building PowerShell for Alpine Linux (#16008)</li >
33
+ </ul >
34
+
35
+ </details >
36
+
37
+ ### Documentation and Help Content
38
+
39
+ - Fix example nuget.config (#14349 )
40
+
41
+ [ 7.0.8 ] : https://github.com/PowerShell/PowerShell/compare/v7.0.7...v7.0.8
42
+
3
43
## [ 7.0.7] - 2021-08-12
4
44
5
45
### Build and Packaging Improvements
Original file line number Diff line number Diff line change 1
1
# 7.1 Changelog
2
2
3
+ ## [ 7.1.5] - 2021-10-14
4
+
5
+ ### Engine Updates and Fixes
6
+
7
+ - Handle error from unauthorized access when removing ` AppLocker ` test files (#15881 )
8
+ - Test more thoroughly whether a command is ` Out-Default ` for transcription scenarios (#15653 )
9
+ - Handle error when the telemetry mutex cannot be created (#15574 ) (Thanks @gukoff !)
10
+ - Configure ` ApplicationInsights ` to not send cloud role name (Internal 17100)
11
+ - Disallow ` Add-Type ` in NoLanguage mode on a locked down machine (Internal 17522)
12
+
13
+ ### Tools
14
+
15
+ - Add ` .stylecop ` to ` filetypexml ` and format it (#16025 )
16
+
17
+ ### Build and Packaging Improvements
18
+
19
+ <details >
20
+
21
+ <summary >
22
+ <p >Bump .NET SDK to 5.0.402</p >
23
+ </summary >
24
+
25
+ <ul >
26
+ <li >Upgrade <code >set-value</code > package for markdown test (#16196)</li >
27
+ <li >Sign the .NET <code >createdump</code > executable (#16229)</li >
28
+ <li >Move vPack build to 1ES Pool (#16169)</li >
29
+ <li >Update to .NET SDK 5.0.402 (Internal 17537)</li >
30
+ <li >Move from PkgES hosted agents to 1ES hosted agents (#16023)</li >
31
+ <li >Fix the macOS build by updating the pool image name (#16010)</li >
32
+ <li >Use Alpine 3.12 for building PowerShell for Alpine Linux (#16008)</li >
33
+ </ul >
34
+
35
+ </details >
36
+
37
+ ### Documentation and Help Content
38
+
39
+ - Fix example nuget.config (#14349 )
40
+
41
+ [ 7.1.5 ] : https://github.com/PowerShell/PowerShell/compare/v7.1.4...v7.1.5
42
+
3
43
## [ 7.1.4] - 2021-08-12
4
44
5
45
### Build and Packaging Improvements
You can’t perform that action at this time.
0 commit comments