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
30 changes: 30 additions & 0 deletions CHANGELOG/7.4.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# 7.4 Changelog

## [7.4.18]

### Engine Updates and Fixes

- Merged PR 40624: Validate CAB path before expansion

### Tests

- Update CI workflow to also target servicing-* branches (#27649)

### Build and Packaging Improvements

<details>

<summary>

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

</summary>

<ul>
<li>Update branch for release (#27690)</li>
<li>Avoid calling credential provider for public feed for Wix (#27664)</li>
<li>Separate NuGet publish into its own stage after pushing the git tag (#27648)</li>
</ul>

</details>

[7.4.18]: https://github.com/PowerShell/PowerShell/compare/v7.4.17...v7.4.18

## [7.4.17]

### Code Cleanup
Expand Down
30 changes: 30 additions & 0 deletions CHANGELOG/7.5.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# 7.5 Changelog

## [7.5.9]

### Engine Updates and Fixes

- Merged PR 40624: Validate CAB path before expansion

### Tests

- Update CI workflow to also target servicing-* branches (#27651)

### Build and Packaging Improvements

<details>

<summary>

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

</summary>

<ul>
<li>Update branch for release (#27682)</li>
<li>Avoid calling credential provider for public feed for Wix (#27665)</li>
<li>Separate NuGet publish into its own stage after pushing the git tag (#27650)</li>
</ul>

</details>

[7.5.9]: https://github.com/PowerShell/PowerShell/compare/v7.5.8...v7.5.9

## [7.5.8]

### Code Cleanup
Expand Down
27 changes: 27 additions & 0 deletions CHANGELOG/7.6.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# 7.6 Changelog

## [7.6.4]

### Engine Updates and Fixes

- Merged PR 40624: Validate CAB path before expansion

### Build and Packaging Improvements

<details>

<summary>

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

</summary>

<ul>
<li>Update branch for release (#27685)</li>
<li>Avoid calling credential provider for public feed for Wix (#27666)</li>
<li>Separate NuGet publish into its own stage after pushing the git tag (#27652)</li>
<li>PMC: Download deb_arm artifact to ensure package is available for PMC publish flow (#27653)</li>
</ul>

</details>

[7.6.4]: https://github.com/PowerShell/PowerShell/compare/v7.6.3...v7.6.4

## [7.6.3]

### Build and Packaging Improvements
Expand Down
52 changes: 52 additions & 0 deletions CHANGELOG/preview.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,57 @@
# Preview Changelog

## [7.7.0-preview.3]

### General Cmdlet Updates and Fixes

- Change `New-Guid` to generate UUID v7 by default (#27033) (Thanks @SufficientDaikon!)
- Fix progress bar rendering with double-width unicode characters (#26185) (Thanks @yotsuda!)

### Code Cleanup

- Remove the unused `Publish-NugetToMyGet` command from packaging module (#27403)

### Tools

- Remove `-Daily` from `install-powershell.ps1` since it no longer exists (#25124)

### Tests

- Update CI workflow to also target servicing-* branches (#27612)

### Build and Packaging Improvements

<details>

<summary>

<p>Update to .NET SDK 11.0.100-preview.6</p>

</summary>

<ul>
<li>Update <code>metadata.json</code> for v7.7.0-preview.2 release (#27537)</li>
<li>[master] Update branch for release (#27683)</li>
<li>Avoid calling credential provider for public feed for Wix (#27663)</li>
<li>Produce min-size package for arm64 architecture (#27646)</li>
<li>Separate NuGet publish into its own stage after pushing the git tag (#27611)</li>
<li>PMC: Download deb_arm artifact to ensure package is available for PMC publish flow (#27635)</li>
<li>[master] Update branch for release (#27582)</li>
<li>Add PMC mappings for debian12 arm64 and debian13 arm64 (#27491)</li>
<li>Skip Store Publish when No Channel Selected (#27334)</li>
</ul>

</details>

### Documentation and Help Content

- Add links to changelogs for versions 7.5 and 7.6 (#27080) (Thanks @behradbhrmi!)
- Update metadata.json for servicing releases (#27609)
- Bring Changelogs to Master Branch v7.4.17, v7.5.8, v7.6.3 (#27608)
- Update PowerShell Universal information. (#27550) (Thanks @adamdriscoll!)

[7.7.0-preview.3]: https://github.com/PowerShell/PowerShell/compare/v7.7.0-preview.2...v7.7.0-preview.3

## [7.7.0-preview.2]

### Engine Updates and Fixes
Expand Down
Loading