Skip to content

Tags: PowerShell/PowerShell

Tags

v7.4.1

Toggle v7.4.1's commit message
* [7.4.1] - 2024-01-11

* General Cmdlet Updates and Fixes

- Fix `Group-Object` output using interpolated strings (#20745) (Thanks @mawosoft!)
- Fix `Start-Process -PassThru` to make sure the `ExitCode` property is accessible for the returned `Process` object (#20749) (#20866) (Thanks @CodeCyclone!)
- Fix rendering of DisplayRoot for network PSDrive (#20793) (#20863)

* Engine Updates and Fixes

- Ensure filename is not null when logging WDAC ETW events (#20910) (Thanks @jborean93!)
- Fix four regressions introduced by WDAC audit logging feature (#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 (#20874)</li>
<li>Update package dependencies for v7.4.1 (#20871)</li>
<li>Set the <code>rollForwardOnNoCandidateFx</code> in <code>runtimeconfig.json</code> to roll forward only on minor and patch versions (#20689) (#20865)</li>
<li>Remove RHEL7 publishing to packages.microsoft.com as it's no longer supported (#20849) (#20864)</li>
<li>Fix the tab completion tests (#20867)</li>
</ul>

</details>

[7.4.1]: v7.4.0...v7.4.1

v7.3.11

Toggle v7.3.11's commit message
[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> (#21035)</li>
<li>Set the <code>ollForwardOnNoCandidateFx</code> in <code>runtimeconfig.json</code> to roll forward only on minor and patch versions (#20689)</li>
<li>Remove the <code>ref</code> folder before running compliance (#20373)</li>
<li>Fix the tab completion tests (#20867)</li>
</ul>

</details>

[7.3.11]: v7.3.10...v7.3.11

v7.2.18

Toggle v7.2.18's commit message
[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> (#21036)</li>
<li>Set the <code>ollForwardOnNoCandidateFx</code> in <code>runtimeconfig.json</code> to roll forward only on minor and patch versions (#20689)</li>
<li>Remove the <code>ref</code> folder before running compliance (#20373)</li>
<li>Fix the tab completion tests (#20867)</li>
</ul>

</details>

[7.2.18]: v7.2.17...v7.2.18

v7.4.0

Toggle v7.4.0's commit message
https://github.com/PowerShell/PowerShell/releases/tag/v7.4.0

v7.3.10

Toggle v7.3.10's commit message
https://github.com/PowerShell/PowerShell/releases/tag/v7.3.10

v7.2.17

Toggle v7.2.17's commit message
https://github.com/PowerShell/PowerShell/releases/tag/v7.2.17

v7.3.9

Toggle v7.3.9's commit message
[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 (#20519) (#20573)</li>
<li>Increase timeout when publishing packages to <code>pacakages.microsoft.com</code> (#20470) (#20572)</li>
<li>Use <code>fxdependent-win-desktop</code> runtime for compliance runs (#20326) (#20571)</li>
</ul>

</details>

[7.3.9]: v7.3.8...v7.3.9

v7.2.16

Toggle v7.2.16's commit message
[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 (#19450) (#20564)</li>
<li>Add mariner arm64 to PMC release (#20176) (#20567)</li>
<li>Remove <code>HostArchitecture</code> dynamic parameter for <code>osxpkg</code> (#19917) (#20565)</li>
<li>Use <code>fxdependent-win-desktop</code> runtime for compliance runs (#20326) (#20568)</li>
<li>Add SBOM for release pipeline (#20519) (#20570)</li>
<li>Increase timeout when publishing packages to <code>pacakages.microsoft.com</code> (#20470) (#20569)</li>
<li>Add mariner arm64 package build to release build (#19946) (#20566)</li>
</ul>

</details>

[7.2.16]: v7.2.15...v7.2.16

v7.4.0-rc.1

Toggle v7.4.0-rc.1's commit message
[7.4.0-rc.1] - 2023-10-24

* General Cmdlet Updates and Fixes

- Fix `Test-Connection` due to .NET 8 changes (#20369) (#20531)
- Add telemetry to check for specific tags when importing a module (#20371) (#20540)
- Fix `Copy-Item` progress to only show completed when all files are copied (#20517) (#20544)
- Fix `unixmode` to handle `setuid` and `sticky` when file is not an executable (#20366) (#20537)
- Fix UNC path completion regression (#20419) (#20541)
- Fix implicit remoting proxy cmdlets to act on common parameters (#20367) (#20530)
- Fix `Get-Service` non-terminating error message to include category (#20276) (#20529)
- Fixing regression in DSC (#20268) (#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 (#20551) (#20552)</li>
<li>Only registry App Path for release package (#20478) (#20549)</li>
<li>Bump PSReadLine from 2.2.6 to 2.3.4 (#20305) (#20533)</li>
<li>Bump Microsoft.Management.Infrastructure (#20511) (#20512) (#20433) (#20434) (#20534) (#20535) (#20545) (#20547)</li>
<li>Bump to .NET 8 RC2 (#20510) (#20543)</li>

<li>Add SBOM for release pipeline (#20519) (#20548)</li>
<li>Bump version of <code>Microsoft.PowerShell.PSResourceGet</code> to <code>v1.0.0</code> (#20485) (#20538)</li>
<li>Bump xunit.runner.visualstudio from 2.5.1 to 2.5.3 (#20486) (#20542)</li>
<li>Bump JsonSchema.Net from 5.2.5 to 5.2.6 (#20421) (#20532)</li>
<li>Fix alpine tar package name and do not crossgen alpine fxdependent package (#20459) (#20536)</li>
<li>Increase timeout when publishing packages to <code>packages.microsoft.com</code> (#20470) (#20539)</li>
<li>Block any preview vPack release (#20243) (#20526)</li>
<li>Add surrogate file for compliance scanning (#20423)</li>
</ul>

</details>

[7.4.0-rc.1]: v7.4.0-preview.6...v7.4.0-rc.1

v7.3.8

Toggle v7.3.8's commit message
[7.3.8] - 2023-10-10

* Security Fixes

- Block getting help from network locations in restricted remoting sessions (Internal 27698)

* Build and Packaging Improvements

<details>

<summary>

<p>Build infrastructure maintenance</p>

</summary>

<ul>
<li>Release build: Change the names of the PATs (#20316)</li>
<li>Add mapping for mariner arm64 stable (#20310)</li>
<li>Switch to GitHub Action for linting markdown (#20308)</li>
<li>Put the calls to <code>Set-AzDoProjectInfo</code> and Set-AzDoAuthToken` in the right order (#20311)</li>
</ul>

</details>

[7.3.8]: v7.3.7...v7.3.8