Skip to content

Commit

Permalink
Merged PR 20440: Changelog for v7.2.3
Browse files Browse the repository at this point in the history
Changelog for 7.2.3
  • Loading branch information
anmenaga committed Apr 26, 2022
1 parent cfae544 commit 4f25173
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -280,10 +280,12 @@ filecatalog
filename
filesystem
filesystemprovider
files.wxs
filterhashtable
find-dscresource
find-packageprovider
find-rolecapability
findMissingNotices.ps1
firefox
folderName
foreach
Expand Down Expand Up @@ -533,6 +535,7 @@ mvps
mwrock
myget
namedpipe
NameObscurerTelemetryInitializer
nameof
namespace
nano
Expand Down Expand Up @@ -1388,6 +1391,7 @@ SethFalco
CodeQL
slowy07
rc.2.21505.57
ThirdPartyNotices
ThirdPartyNotices.txt
cgmanifest.json
buildinfo
Expand All @@ -1397,6 +1401,7 @@ manifest.spdx.json
vPack
kondratyev-nv
v7.2.0
v7.2.3
cgmanifest.json
pwsh.exe
6.0.100-rtm.21527.11
Expand Down
41 changes: 41 additions & 0 deletions CHANGELOG/7.2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
# 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

<details>

<summary>

<p>Bump .NET SDK to 6.0.202</p>

</summary>

<ul>
<li>Making NameObscurerTelemetryInitializer internal - v7.2.3 (Internal 20239)</li>
<li>Updated files.wxs for 7.2.3 (Internal 20211)</li>
<li>Updated ThirdPartyNotices for 7.2.3 (Internal 20199)</li>
<li>Work around issue with notice generation</li>
<li>Replace <code>.</code> in notices container name</li>
<li>Updated cgmanifest.json by findMissingNotices.ps1 in v7.2.3 (Internal 20190)</li>
<li>v7.2.3 - Updated packages using dotnet-outdated global tool (Internal 20170)</li>
<li>Updated to .NET 6.0.4 / SDK 6.0.202 (Internal 20128)</li>
<li>Update dotnet-install script download link (Internal 19951)</li>
<li>Create checksum file for global tools (#17056) (Internal 19935)</li>
<li>Make sure global tool packages are published in stable build (Internal 19625)</li>
<li>Fix release pipeline (Internal 19617)</li>
</ul>

</details>

[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
Expand Down

0 comments on commit 4f25173

Please sign in to comment.