8000 merge v7.2.0-preview.10 into master · PowerShell/PowerShell@7cf1ef8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7cf1ef8

Browse files
committed
merge v7.2.0-preview.10 into master
2 parents f4ee1d7 + 3e995ce commit 7cf1ef8

File tree

2 files changed

+86
-0
lines changed

2 files changed

+86
-0
lines changed

.spelling

< 8000 span class="sr-only">Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ CodeFormatter
132132
codeowner
133133
codepage
134134
commanddiscovery
135+
CommandInvocationIntrinsics
135136
commandsearch
136137
CommandSearcher
137138
comobject
@@ -176,6 +177,7 @@ ctrl
176177
CurrentCulture
177178
CustomShellCommands.cs
178179
DamirAinullin
180+
DarylGraves
179181
darquewarrior
180182
darwinjs
181183
DateTime
@@ -284,6 +286,7 @@ folderName
284286
foreach
285287
formatfileloading
286288
formatviewbinding
289+
FormatWideCommand
287290
Francisco-Gamino
288291
frontload
289292
fullclr
@@ -485,6 +488,7 @@ miaromero
485488
microsoft
486489
Microsoft.ApplicationInsights
487490
Microsoft.CodeAnalysis.CSharp
491+
Microsoft.CodeAnalysis.NetAnalyzers
488492
microsoft.com
489493
microsoft.management.infrastructure.cimcmdlets
490494
microsoft.management.infrastructure.native
@@ -650,6 +654,7 @@ preview.5.20268.9
650654
preview.5.20272.6
651655
preview.6
652656
preview.6.20318.15
657+
preview.6.21355.2
653658
preview.7
654659
preview.7.20356.2
655660
preview.7.20358.6
@@ -700,6 +705,8 @@ RandomNoun7
700705
raspbian
701706
rc
702707
rc.1
708+
rc.1.21455.2
709+
rc.1.21458.32
703710
rc.2
704711
rc.3
705712
rc2-24027
@@ -917,6 +924,7 @@ unregister-pssessionconfiguration
917924
unregistering
918925
untracked
919926
unvalidated
927+
UpdateDotnetRuntime.ps1
920928
update-formatdata
921929
update-modulemanifest
922930
update-scriptfileinfo
@@ -1368,6 +1376,7 @@ msixbundle
13681376
PowerShell-Native#70
13691377
AppxManifest.xml
13701378
preview.9
1379+
preview.10
13711380
ArmaanMcleod
13721381
entrypoint
13731382
lselden

CHANGELOG/preview.md

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,82 @@
11
# Current preview release
22

3+
## [7.2.0-preview.10] - 2021-09-28
4+
5+
### Engine Updates and Fixes
6+
7+
- Remove duplicate remote server mediator code (#16027)
8+
9+
### General Cmdlet Updates and Fixes
10+
11+
- Use `PlainText` when writing to a host that doesn't support VT (#16092)
12+
- Remove support for `AppExecLinks` to retrieve target (#16044)
13+
- Move `GetOuputString()` and `GetFormatStyleString()` to `PSHostUserInterface` as public API (#16075)
14+
- Add `isOutputRedirected` parameter to `GetFormatStyleString()` method (#14397)
15+
- Fix `ConvertTo-SecureString` with key regression due to .NET breaking change (#16068)
16+
- Fix regression in `Move-Item` to only fallback to `CopyAndDelete` in specific cases (#16029)
17+
- Set `$?` correctly for command expression with redirection (#16046)
18+
- Use `CurrentCulture` when handling conversions to `DateTime` in `Add-History` (#16005) (Thanks @vexx32!)
19+
- Fix `NullReferenceException` in `Format-Wide` (#15990) (Thanks @DarylGraves!)
20+
21+
### Code Cleanup
22+
23+
<details>
24+
25+
<summary>
26+
27+
<p>We thank the following contributors!</p>
28+
<p>@xtqqczze!</p>
29+
30+
</summary>
31+
32+
<ul>
33+
<li>Improve <code>CommandInvocationIntrinsics</code> API documentation and style (#14369)</li>
34+
<li>Use <code>bool?.GetValueOrDefault()</code> in <code>FormatWideCommand</code> (#15988) (Thanks @xtqqczze!)</li>
35+
</ul>
36+
37+
</details>
38+
39+
### Tools
40+
41+
- Fix typo in build.psm1 (#16038) (Thanks @eltociear!)
42+
- Add `.stylecop` to `filetypexml` and format it (#16025)
43+
- Enable sending Teams notification when workflow fails (#15982)
44+
45+
### Tests
46+
47+
- Enable two previously disabled `Get-Process` tests (#15845) (Thanks @iSazonov!)
48+
49+
### Build and Packaging Improvements
50+
51+
<details>
52+
53+
<summary>
54+
Details
55+
</summary>
56+
57+
<ul>
58+
<li>Add SHA256 hashes to release (#16147)</li>
59+
<li>Update <code>Microsoft.CodeAnalysis.CSharp</code> version (#16138)</li>
60+
<li>Change path for Component Governance for build to the path we actually use to build (#16137)</li>
61+
<li>Bump <code>Microsoft.CodeAnalysis.NetAnalyzers</code> (#16070) (#16045) (#16036) (#16021) (#15985)</li>
62+
<li>Update .NET to <code>6.0.100-rc.1.21458.32</code> (#16066)</li>
63+
<li>Update minimum required OS version for macOS (#16088)</li>
64+
<li>Ensure locale is set correctly on Ubuntu 20.04 in CI (#16067) (#16073)</li>
65+
<li>Update .NET SDK version from <code>6.0.100-preview.6.21355.2</code> to <code>6.0.100-rc.1.21455.2</code> (#16041) (#16028) (#15648)</li>
66+
<li>Fix the GitHub Action for updating .NET daily builds (#16042)</li>
67+
<li>Move from PkgES hosted agents to 1ES hosted agents (#16023)</li>
68+
<li>Update Ubuntu images to use Ubuntu 20.04 (#15906)</li>
69+
<li>Fix the macOS build by updating the pool image name (#16010)</li>
70+
<li>Use Alpine 3.12 for building PowerShell for Alpine Linux (#16008)</li>
71+
<li>Ignore error from <code>Find-Package</code> (#15999)</li>
72+
<li>Find packages separately for each source in <code>UpdateDotnetRuntime.ps1</code> script (#15998)</li>
73+
<li>Update metadata to start using .NET 6 RC1 builds (#15981)</li>
74+
</ul>
75+
76+
</details>
77+
78+
[7.2.0-preview.10]: https://github.com/PowerShell/PowerShell/compare/v7.2.0-preview.9...v7.2.0-preview.10
79+
380
## [7.2.0-preview.9] - 2021-08-23
481

582
### Breaking Changes

0 commit comments

Comments
 (0)
0