Skip to content

Commit

Permalink
Updated change logs for v7.0.9 / v7.0.10 / v7.1.6 / v7.1.7 / v7.2.2 /…
Browse files Browse the repository at this point in the history
… v7.2.3 (#17207)

* Merged PR 19472: Update change log for the v7.2.2 release

Update change log for the v7.2.2 release

* Merged PR 20440: Changelog for v7.2.3

Changelog for 7.2.3

* Update change log for v7.1.6 release

* Merged PR 20441: Changelog for v7.1.7

Changelog for 7.1.7

* Update change log for v7.0.9 release

* Merged PR 20442: Changelog for v7.0.10

Changelog for 7.0.10

* Cleaned merge conflicts in spelling file

* Cleaned conflicts in spelling file

Co-authored-by: Dongbo Wang <dongbow@microsoft.com>
  • Loading branch information
anmenaga and daxian-dbw committed Apr 28, 2022
1 parent f4e38e8 commit 8fb34e8
Show file tree
Hide file tree
Showing 4 changed files with 250 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .spelling
Expand Up @@ -284,10 +284,12 @@ filecatalog
filename
filesystem
filesystemprovider
files.wxs
filterhashtable
find-dscresource
find-packageprovider
find-rolecapability
findMissingNotices.ps1
firefox
folderName
foreach
Expand Down Expand Up @@ -544,6 +546,7 @@ mwrock
myget
namedpipe
nameof
NameObscurerTelemetryInitializer
namespace
nano
nanoserver
Expand Down Expand Up @@ -988,6 +991,7 @@ v7.0.0
v7.0.3
v7.0.4
v7.1.0
v7.1.7
validatenotnullorempty
versioned
versioning
Expand Down Expand Up @@ -1070,6 +1074,7 @@ unvalidated
Geweldig
mjanko5
v7.0.0
v7.0.10
renehernandez
ece-jacob-scott
st0le
Expand Down Expand Up @@ -1410,6 +1415,7 @@ SethFalco
CodeQL
slowy07
rc.2.21505.57
ThirdPartyNotices
ThirdPartyNotices.txt
cgmanifest.json
buildinfo
Expand All @@ -1419,16 +1425,25 @@ manifest.spdx.json
vPack
kondratyev-nv
v7.2.0
v7.2.3
cgmanifest.json
pwsh.exe
6.0.100-rtm.21527.11
6.0.100-rc.2.21505.57
ThirdPartyNotices.txt
rtm.21527.11
SKUs
vmImage
- CHANGELOG/7.0.md
codesign
release-BuildJson
yml
dotnet5
buildinfo
SKUs
CGManifest
vmImage
ci.psm1
centos-7
PSDesiredStateConfiguration
NoLanguage
Expand Down Expand Up @@ -1479,3 +1494,11 @@ psoptions.json
manifest.spdx.json
AzureFileCopy
vPack
dotnet5
buildinfo
SKUs
CGManifest
vmImage
ci.psm1
jcotton42
centos-7
78 changes: 78 additions & 0 deletions CHANGELOG/7.0.md
@@ -1,5 +1,83 @@
# 7.0 Changelog

## [7.0.10] - 2022-04-26

### Engine Updates and Fixes

- Fix for partial PowerShell module search paths, that can be resolved to CWD locations
- Do not include node names when sending telemetry. (#16981) to v7.0.10 (Internal 20186,Internal 20261)

### Tests

- Re-enable `PowerShellGet` tests targeting PowerShell gallery (#17062)
- Skip failing scriptblock tests (#17093)

### Build and Packaging Improvements

<details>

<summary>

<p>Update .NET SDK to 3.1.418</p>

</summary>

<ul>
<li>Fixed package names verification to support multi-digit versions (Internal 20363)</li>
<li>Fix build failure in `generate checksum file for packages` step - v7.0.10 (Internal 20275)</li>
<li>Updated files.wxs for 7.0.10 (Internal 20208)</li>
<li>Updated to .NET 3.1.24 / SDK 3.1.418 (Internal 20133)</li>
<li>Disable broken macOS CI job, which is unused (Internal 20189)</li>
<li>Update Ubuntu images to use Ubuntu 20.04 (#15906)</li>
<li>Update dotnet-install script download link (Internal 19949)</li>
<li>Create checksum file for global tools (Internal 19934)</li>
<li>Make sure global tool packages are published in stable build (Internal 19623)</li>
</ul>

</details>

[7.0.10]: https://github.com/PowerShell/PowerShell/compare/v7.0.9...v7.0.10

## [7.0.9] - 2022-03-16

### Build and Packaging Improvements

<details>

<summary>

<p>Update .NET SDK to 3.1.417</p>

</summary>

<ul>
<li>Fix the NuGet SDK package creation (Internal 19569)</li>
<li>Fix NuGet package compliance issues (#13045)</li>
<li>Fix issues in release build (#16332)</li>
<li>Enable ARM64 packaging for macOS (#15768)</li>
<li>Update feed and analyzer dependency (#16327)</li>
<li>Only upload stable <code>buildinfo</code> for stable releases (#16251)</li>
<li>Opt-in to build security monitoring (#16911)</li>
<li>Update experimental feature json files (#16838) (Thanks @!)</li>
<li>Ensure alpine and arm SKUs have the PowerShell configuration file with experimental features enabled (#16823)</li>
<li>Remove WiX install (#16834)</li>
<li>Add Linux package dependencies for packaging (#16807)</li>
<li>Switch to our custom images for build and release (#16801)</li>
<li>Remove all references to <code>cmake</code> for the builds in this repo (#16578)</li>
<li>Register NuGet source when generating <code>CGManifest</code> (#16570)</li>
<li>Update Images used for release (#16580)</li>
<li>Add Software Bill of Materials to the main packages (#16202, #16641, #16711)</li>
<li>Add GitHub Workflow to keep notices up to date (#16284)</li>
<li>Update the <code>vmImage</code> and PowerShell root directory for macOS builds (#16611)</li>
<li>Update macOS build image and root folder for build (#16609)</li>
<li>Add checkout to build json stage to get <code>ci.psm1</code> (#16399)</li>
<li>Move mapping file into product repo and add Debian 11 (#16316)</li>
</ul>

</details>

[7.0.9]: https://github.com/PowerShell/PowerShell/compare/v7.0.8...v7.0.9

## [7.0.8] - 2021-10-14

### Engine Updates and Fixes
Expand Down
76 changes: 76 additions & 0 deletions CHANGELOG/7.1.md
@@ -1,5 +1,81 @@
# 7.1 Changelog

## [7.1.7] - 2022-04-26

### Engine Updates and Fixes

- Fix for partial PowerShell module search paths, that can be resolved to CWD locations
- Do not include node names when sending telemetry. (#16981) to v7.1.7 (Internal 20187,Internal 20260)

### Tests

- Re-enable `PowerShellGet` tests targeting PowerShell gallery (#17062)
- Skip failing scriptblock tests (#17093)

### Build and Packaging Improvements

<details>

<summary>

<p>Update .NET SDK to 5.0.407</p>

</summary>

<ul>
<li>Fix build failure in `generate checksum file for packages` step - v7.1.7 (Internal 20274)</li>
<li>Updated files.wxs for 7.1.7 (Internal 20210)</li>
<li>Updated to .NET 5.0.16 / SDK 5.0.407 (Internal 20131)</li>
<li>Update Ubuntu images to use Ubuntu 20.04 (#15906)</li>
<li>Update dotnet-install script download link (Internal 19950)</li>
<li>Create checksum file for global tools (#17056) (Internal 19928)</li>
<li>Make sure global tool packages are published in stable build (Internal 19624)</li>
</ul>

</details>

[7.1.7]: https://github.com/PowerShell/PowerShell/compare/v7.1.6...v7.1.7

## [7.1.6] - 2022-03-16

### Build and Packaging Improvements

<details>

<summary>

<p>Update .NET SDK to 5.0.406</p>

</summary>

<ul>
<li>Update the mapping file (#16316, Internal 19528)</li>
<li>Remove code that handles dotnet5 feed (Internal 19525)</li>
<li>Fix issues in release build (#16332)</li>
<li>Enable ARM64 packaging for macOS (#15768)</li>
<li>Update feed and analyzer dependency (#16327)</li>
<li>Only upload stable <code>buildinfo</code> for stable releases (#16251)</li>
<li>Opt-in to build security monitoring (#16911)</li>
<li>Update experimental feature json files (#16838)</li>
<li>Ensure alpine and arm SKUs have the PowerShell configuration file with experimental features enabled (#16823)</li>
<li>Remove WiX install (#16834)</li>
<li>Add Linux package dependencies for packaging (#16807)</li>
<li>Switch to our custom images for build and release (#16801)</li>
<li>Remove all references to <code>cmake</code> for the builds in this repo (#16578)</li>
<li>Register NuGet source when generating <code>CGManifest</code> (#16570)</li>
<li>Update images used for release (#16580)</li>
<li>Add GitHub Workflow to keep notices up to date (#16284)</li>
<li>Update the <code>vmImage</code> and PowerShell root directory for macOS builds (#16611)</li>
<li>Add Software Bill of Materials to the main packages (#16202, #16641, #16711)</li>
<li>Update macOS build image and root folder for build (#16609)</li>
<li>Add diagnostics used to take corrective action when releasing <code>buildInfo</code> JSON file (#16404)</li>
<li>Add checkout to build json stage to get <code>ci.psm1</code> (#16399)</li>
</ul>

</details>

[7.1.6]: https://github.com/PowerShell/PowerShell/compare/v7.1.5...v7.1.6

## [7.1.5] - 2021-10-14

### Engine Updates and Fixes
Expand Down
73 changes: 73 additions & 0 deletions CHANGELOG/7.2.md
@@ -1,5 +1,78 @@
# 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

<details>

<summary>

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

</summary>

<ul>
<li>Update WiX file (Internal 19460)</li>
<li>Update .NET SDK version to 6.0.201 (Internal 19457)</li>
<li>Update experimental feature JSON files (#16838)</li>
<li>Ensure Alpine and ARM SKUs have <code>powershell.config.json</code> file with experimental features enabled (#16823)</li>
<li>Update the <code>vmImage</code> and PowerShell root directory for macOS builds (#16611)</li>
<li>Update macOS build image and root folder for build (#16609)</li>
<li>Remove WiX install (#16834)</li>
<li>Opt-in to build security monitoring (#16911)</li>
<li>Add SBOM manifest for release packages (#16641, #16711)</li>
<li>Add Linux package dependencies for packaging (#16807)</li>
<li>Switch to our custom images for build and release (#16801, #16580)</li>
<li>Remove all references to <code>cmake</code> for the builds in this repo (#16578)</li>
<li>Register NuGet source when generating <code>CGManifest</code> (#16570)</li>
</ul>

</details>

[7.2.2]: https://github.com/PowerShell/PowerShell/compare/v7.2.1...v7.2.2

## [7.2.1] - 2021-12-14

### General Cmdlet Updates and Fixes
Expand Down

0 comments on commit 8fb34e8

Please sign in to comment.