Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions CHANGELOG/7.4.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# 7.4 Changelog

## [7.4.13]

### Build and Packaging Improvements

<details>

<summary>

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

</summary>

<ul>
<li>[release/v7.4] Update StableRelease to not be the latest (#26042)</li>
<li>[release/v7.4] Update Ev2 Shell Extension Image to AzureLinux 3 for PMC Release (#26033)</li>
<li>[release/v7.4] Add 7.4.12 Changelog (#26018)</li>
<li>[release/v7.4] Fix variable reference for release environment in pipeline (#26014)</li>
<li>Backport Release Pipeline Changes (Internal 37169)</li>
<li>[release/v7.4] Update branch for release (#26194)</li>
<li>[release/v7.4] Mark the 3 consistently failing tests as pending to unblock PRs (#26197)</li>
<li>[release/v7.4] Remove UseDotnet task and use the dotnet-install script (#26170)</li>
<li>[release/v7.4] Automate Store Publishing (#26163)</li>
<li>[release/v7.4] add CodeQL suppresion for NativeCommandProcessor (#26174)</li>
<li>[release/v7.4] add CodeQL suppressions for UpdatableHelp and NativeCommandProcessor methods (#26172)</li>
<li>[release/v7.4] Suppress false positive PSScriptAnalyzer warnings in tests and build scripts (#26058)</li>
<li>[release/v7.4] Ensure that socket timeouts are set only during the token validation (#26080)</li>
</ul>

</details>

[7.4.13]: https://github.com/PowerShell/PowerShell/compare/v7.4.12...v7.4.13

## [7.4.12]

### Tools
Expand Down
33 changes: 33 additions & 0 deletions CHANGELOG/7.5.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# 7.5 Changelog

## [7.5.4]

### Build and Packaging Improvements

<details>

<summary>

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

</summary>

<ul>
<li>[release/v7.5] Update Ev2 Shell Extension Image to AzureLinux 3 for PMC Release (#26032)</li>
<li>[release/v7.5] Fix variable reference for release environment in pipeline (#26013)</li>
<li>[release/v7.5] Add v7.5.3 Changelog (#26015)</li>
<li>[release/v7.5] Add LinuxHost Network configuration to PowerShell Packages pipeline (#26002)</li>
<li>Backport Release Pipeline Changes (Internal 37168)</li>
<li>[release/v7.5] Update branch for release (#26195)</li>
<li>[release/v7.5] Mark the 3 consistently failing tests as pending to unblock PRs (#26196)</li>
<li>[release/v7.5] add CodeQL suppresion for NativeCommandProcessor (#26173)</li>
<li>[release/v7.5] add CodeQL suppressions for UpdatableHelp and NativeCommandProcessor methods (#26171)</li>
<li>[release/v7.5] Remove UseDotnet task and use the dotnet-install script (#26169)</li>
<li>[release/v7.5] Automate Store Publishing (#26164)</li>
<li>[release/v7.5] Ensure that socket timeouts are set only during the token validation (#26079)</li>
<li>[release/v7.5] Suppress false positive PSScriptAnalyzer warnings in tests and build scripts (#26059)</li>
</ul>

</details>

[7.5.4]: https://github.com/PowerShell/PowerShell/compare/v7.5.3...v7.5.4


## [7.5.3]

### General Cmdlet Updates and Fixes
Expand Down
Loading