|
1 | 1 | # 7.0 Changelog |
2 | 2 |
|
| 3 | +## [7.0.10] - 2022-04-26 |
| 4 | + |
| 5 | +### Engine Updates and Fixes |
| 6 | + |
| 7 | +- Fix for partial PowerShell module search paths, that can be resolved to CWD locations |
| 8 | +- Do not include node names when sending telemetry. (#16981) to v7.0.10 (Internal 20186,Internal 20261) |
| 9 | + |
| 10 | +### Tests |
| 11 | + |
| 12 | +- Re-enable `PowerShellGet` tests targeting PowerShell gallery (#17062) |
| 13 | +- Skip failing scriptblock tests (#17093) |
| 14 | + |
| 15 | +### Build and Packaging Improvements |
| 16 | + |
| 17 | +<details> |
| 18 | + |
| 19 | +<summary> |
| 20 | + |
| 21 | +<p>Update .NET SDK to 3.1.418</p> |
| 22 | + |
| 23 | +</summary> |
| 24 | + |
| 25 | +<ul> |
| 26 | +<li>Fixed package names verification to support multi-digit versions (Internal 20363)</li> |
| 27 | +<li>Fix build failure in `generate checksum file for packages` step - v7.0.10 (Internal 20275)</li> |
| 28 | +<li>Updated files.wxs for 7.0.10 (Internal 20208)</li> |
| 29 | +<li>Updated to .NET 3.1.24 / SDK 3.1.418 (Internal 20133)</li> |
| 30 | +<li>Disable broken macOS CI job, which is unused (Internal 20189)</li> |
| 31 | +<li>Update Ubuntu images to use Ubuntu 20.04 (#15906)</li> |
| 32 | +<li>Update dotnet-install script download link (Internal 19949)</li> |
| 33 | +<li>Create checksum file for global tools (Internal 19934)</li> |
| 34 | +<li>Make sure global tool packages are published in stable build (Internal 19623)</li> |
| 35 | +</ul> |
| 36 | + |
| 37 | +</details> |
| 38 | + |
| 39 | +[7.0.10]: https://github.com/PowerShell/PowerShell/compare/v7.0.9...v7.0.10 |
| 40 | + |
| 41 | +## [7.0.9] - 2022-03-16 |
| 42 | + |
| 43 | +### Build and Packaging Improvements |
| 44 | + |
| 45 | +<details> |
| 46 | + |
| 47 | +<summary> |
| 48 | + |
| 49 | +<p>Update .NET SDK to 3.1.417</p> |
| 50 | + |
| 51 | +</summary> |
| 52 | + |
| 53 | +<ul> |
| 54 | +<li>Fix the NuGet SDK package creation (Internal 19569)</li> |
| 55 | +<li>Fix NuGet package compliance issues (#13045)</li> |
| 56 | +<li>Fix issues in release build (#16332)</li> |
| 57 | +<li>Enable ARM64 packaging for macOS (#15768)</li> |
| 58 | +<li>Update feed and analyzer dependency (#16327)</li> |
| 59 | +<li>Only upload stable <code>buildinfo</code> for stable releases (#16251)</li> |
| 60 | +<li>Opt-in to build security monitoring (#16911)</li> |
| 61 | +<li>Update experimental feature json files (#16838) (Thanks @!)</li> |
| 62 | +<li>Ensure alpine and arm SKUs have the PowerShell configuration file with experimental features enabled (#16823)</li> |
| 63 | +<li>Remove WiX install (#16834)</li> |
| 64 | +<li>Add Linux package dependencies for packaging (#16807)</li> |
| 65 | +<li>Switch to our custom images for build and release (#16801)</li> |
| 66 | +<li>Remove all references to <code>cmake</code> for the builds in this repo (#16578)</li> |
| 67 | +<li>Register NuGet source when generating <code>CGManifest</code> (#16570)</li> |
| 68 | +<li>Update Images used for release (#16580)</li> |
| 69 | +<li>Add Software Bill of Materials to the main packages (#16202, #16641, #16711)</li> |
| 70 | +<li>Add GitHub Workflow to keep notices up to date (#16284)</li> |
| 71 | +<li>Update the <code>vmImage</code> and PowerShell root directory for macOS builds (#16611)</li> |
| 72 | +<li>Update macOS build image and root folder for build (#16609)</li> |
| 73 | +<li>Add checkout to build json stage to get <code>ci.psm1</code> (#16399)</li> |
| 74 | +<li>Move mapping file into product repo and add Debian 11 (#16316)</li> |
| 75 | +</ul> |
| 76 | + |
| 77 | +</details> |
| 78 | + |
| 79 | +[7.0.9]: https://github.com/PowerShell/PowerShell/compare/v7.0.8...v7.0.9 |
| 80 | + |
3 | 81 | ## [7.0.8] - 2021-10-14 |
4 | 82 |
|
5 | 83 | ### Engine Updates and Fixes |
|
0 commit comments