Tags: awakecoding/PowerShell
Tags
https://github.com/PowerShell/PowerShell/releases/tag/v7.5.0-preview.1
* [7.4.1] - 2024-01-11 * General Cmdlet Updates and Fixes - Fix `Group-Object` output using interpolated strings (PowerShell#20745) (Thanks @mawosoft!) - Fix `Start-Process -PassThru` to make sure the `ExitCode` property is accessible for the returned `Process` object (PowerShell#20749) (PowerShell#20866) (Thanks @CodeCyclone!) - Fix rendering of DisplayRoot for network PSDrive (PowerShell#20793) (PowerShell#20863) * Engine Updates and Fixes - Ensure filename is not null when logging WDAC ETW events (PowerShell#20910) (Thanks @jborean93!) - Fix four regressions introduced by WDAC audit logging feature (PowerShell#20913) * Build and Packaging Improvements <details> <summary> Bump .NET 8 to version 8.0.101 </summary> <ul> <li>Update .NET SDK and dependencies for v7.4.1 (Internal 29142)</li> <li>Update cgmanifest for v7.4.1 (PowerShell#20874)</li> <li>Update package dependencies for v7.4.1 (PowerShell#20871)</li> <li>Set the <code>rollForwardOnNoCandidateFx</code> in <code>runtimeconfig.json</code> to roll forward only on minor and patch versions (PowerShell#20689) (PowerShell#20865)</li> <li>Remove RHEL7 publishing to packages.microsoft.com as it's no longer supported (PowerShell#20849) (PowerShell#20864)</li> <li>Fix the tab completion tests (PowerShell#20867)</li> </ul> </details> [7.4.1]: PowerShell/PowerShell@v7.4.0...v7.4.1
[7.3.11] - 2024-01-11 * Build and Packaging Improvements <details> <summary> <p>Bump .NET to 7.0.405</p> </summary> <ul> <li>Update 'cgmanifest.json' for v7.3.11 release (Internal 29160)</li> <li>Update .NET SDK to 7.0.405 (Internal 29140)</li> <li>Back port 3 build changes to <code>apiscan.yml</code> (PowerShell#21035)</li> <li>Set the <code>ollForwardOnNoCandidateFx</code> in <code>runtimeconfig.json</code> to roll forward only on minor and patch versions (PowerShell#20689)</li> <li>Remove the <code>ref</code> folder before running compliance (PowerShell#20373)</li> <li>Fix the tab completion tests (PowerShell#20867)</li> </ul> </details> [7.3.11]: PowerShell/PowerShell@v7.3.10...v7.3.11
[7.2.18] - 2024-01-11 * Build and Packaging Improvements <details> <summary> <p>Bump .NET to 6.0.418</p> </summary> <ul> <li>Update ThirdPartyNotices.txt for v7.2.18 (Internal 29173)</li> <li>Update 'cgmanifest.json' for v7.2.18 release (Internal 29161)</li> <li>Update .NET SDK to 6.0.418 (Internal 29141)</li> <li>Back port 3 build changes to <code>apiscan.yml</code> (PowerShell#21036)</li> <li>Set the <code>ollForwardOnNoCandidateFx</code> in <code>runtimeconfig.json</code> to roll forward only on minor and patch versions (PowerShell#20689)</li> <li>Remove the <code>ref</code> folder before running compliance (PowerShell#20373)</li> <li>Fix the tab completion tests (PowerShell#20867)</li> </ul> </details> [7.2.18]: PowerShell/PowerShell@v7.2.17...v7.2.18
[7.3.9] - 2023-10-26 * Build and Packaging Improvements <details> <summary> <p>Bump .NET 7 to version 7.0.403</p> </summary> <ul> <li>Use correct agent pool for downloading from Azure blob</li> <li>Remove a timeout value from ADO pipeline stage to resolve a syntax issue</li> <li>Update .NET 7 and manifests (Internal 28148)</li> <li>Add SBOM for release pipeline (PowerShell#20519) (PowerShell#20573)</li> <li>Increase timeout when publishing packages to <code>pacakages.microsoft.com</code> (PowerShell#20470) (PowerShell#20572)</li> <li>Use <code>fxdependent-win-desktop</code> runtime for compliance runs (PowerShell#20326) (PowerShell#20571)</li> </ul> </details> [7.3.9]: PowerShell/PowerShell@v7.3.8...v7.3.9
[7.2.16] - 2023-10-26 * Build and Packaging Improvements <details> <summary> <p>Update .NET 6 to version 6.0.416</p> </summary> <ul> <li>Fix release pipeline yaml</li> <li>Fix issues with merging backports in packaging (Internal 28158)</li> <li>Update .NET 6 and TPN (Internal 28149)</li> <li>Add runtime and packaging type info for mariner2 arm64 (PowerShell#19450) (PowerShell#20564)</li> <li>Add mariner arm64 to PMC release (PowerShell#20176) (PowerShell#20567)</li> <li>Remove <code>HostArchitecture</code> dynamic parameter for <code>osxpkg</code> (PowerShell#19917) (PowerShell#20565)</li> <li>Use <code>fxdependent-win-desktop</code> runtime for compliance runs (PowerShell#20326) (PowerShell#20568)</li> <li>Add SBOM for release pipeline (PowerShell#20519) (PowerShell#20570)</li> <li>Increase timeout when publishing packages to <code>pacakages.microsoft.com</code> (PowerShell#20470) (PowerShell#20569)</li> <li>Add mariner arm64 package build to release build (PowerShell#19946) (PowerShell#20566)</li> </ul> </details> [7.2.16]: PowerShell/PowerShell@v7.2.15...v7.2.16
[7.4.0-rc.1] - 2023-10-24 * General Cmdlet Updates and Fixes - Fix `Test-Connection` due to .NET 8 changes (PowerShell#20369) (PowerShell#20531) - Add telemetry to check for specific tags when importing a module (PowerShell#20371) (PowerShell#20540) - Fix `Copy-Item` progress to only show completed when all files are copied (PowerShell#20517) (PowerShell#20544) - Fix `unixmode` to handle `setuid` and `sticky` when file is not an executable (PowerShell#20366) (PowerShell#20537) - Fix UNC path completion regression (PowerShell#20419) (PowerShell#20541) - Fix implicit remoting proxy cmdlets to act on common parameters (PowerShell#20367) (PowerShell#20530) - Fix `Get-Service` non-terminating error message to include category (PowerShell#20276) (PowerShell#20529) - Fixing regression in DSC (PowerShell#20268) (PowerShell#20528) * Build and Packaging Improvements <details> <summary> <p>We thank the following contributors!</p> </summary> <ul> <li>Update ThirdPartyNotices.txt file (Internal 28110)</li> <li>Update CGManifest for release</li> <li>Fix package version for .NET nuget packages (PowerShell#20551) (PowerShell#20552)</li> <li>Only registry App Path for release package (PowerShell#20478) (PowerShell#20549)</li> <li>Bump PSReadLine from 2.2.6 to 2.3.4 (PowerShell#20305) (PowerShell#20533)</li> <li>Bump Microsoft.Management.Infrastructure (PowerShell#20511) (PowerShell#20512) (PowerShell#20433) (PowerShell#20434) (PowerShell#20534) (PowerShell#20535) (PowerShell#20545) (PowerShell#20547)</li> <li>Bump to .NET 8 RC2 (PowerShell#20510) (PowerShell#20543)</li> <li>Add SBOM for release pipeline (PowerShell#20519) (PowerShell#20548)</li> <li>Bump version of <code>Microsoft.PowerShell.PSResourceGet</code> to <code>v1.0.0</code> (PowerShell#20485) (PowerShell#20538)</li> <li>Bump xunit.runner.visualstudio from 2.5.1 to 2.5.3 (PowerShell#20486) (PowerShell#20542)</li> <li>Bump JsonSchema.Net from 5.2.5 to 5.2.6 (PowerShell#20421) (PowerShell#20532)</li> <li>Fix alpine tar package name and do not crossgen alpine fxdependent package (PowerShell#20459) (PowerShell#20536)</li> <li>Increase timeout when publishing packages to <code>packages.microsoft.com</code> (PowerShell#20470) (PowerShell#20539)</li> <li>Block any preview vPack release (PowerShell#20243) (PowerShell#20526)</li> <li>Add surrogate file for compliance scanning (PowerShell#20423)</li> </ul> </details> [7.4.0-rc.1]: PowerShell/PowerShell@v7.4.0-preview.6...v7.4.0-rc.1
PreviousNext