Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/PowerShell/PowerShell.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Higinbotham <paulhi@microsoft.com>2022-05-17 22:53:41 +0300
committerGitHub <noreply@github.com>2022-05-17 22:53:41 +0300
commite248694eb516cdd76f1d5bc907aa3aca77e0fc9d (patch)
tree8e2861e055576f9f0ac1857d98c8910607de29f9 /CHANGELOG
parent7a6d06f177988eb328630da373fb76d40f3b40c1 (diff)
Release changelogs (#17364)
* Update change log for releases * Fix breaking change * Remove white space
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG/7.0.md40
-rw-r--r--CHANGELOG/7.2.md28
2 files changed, 67 insertions, 1 deletions
diff --git a/CHANGELOG/7.0.md b/CHANGELOG/7.0.md
index 194b4b3d74..13468c71bc 100644
--- a/CHANGELOG/7.0.md
+++ b/CHANGELOG/7.0.md
@@ -1,5 +1,42 @@
# 7.0 Changelog
+## [7.0.11] - 2022-05-17
+
+### Build and Packaging Improvements
+
+<details>
+
+<summary>
+
+<p>Update .NET SDK to 3.1.419</p>
+
+</summary>
+
+<ul>
+<li>Add explicit job name for approval tasks in Snap stage (#16579)</li>
+<li>Update to use <code>mcr.microsoft.com</code> (#17272)</li>
+<li>Update global.json and wix</li>
+<li>Put Secure supply chain analysis at correct place (#17273)</li>
+<li>Partial back-port of: Update a few tests to make them more stable in CI (#16944) (Internal 20648)</li>
+<li>Replace <code>.</code> in notices container name (#17292)</li>
+<li>Add an approval for releasing build-info json (#16351)</li>
+<li>Release build info json when it is preview (#16335)</li>
+<li>Add a major-minor build info JSON file (#16301)</li>
+<li>Update release instructions with link to new build (#17256)</li>
+<li>Add condition to generate release file in local dev build only (#17255)</li>
+<li>Removed old not-used-anymore docker-based tests for PS release packages (#16224)</li>
+<li>Publish global tool package for stable releases (#15961)</li>
+<li>Update to use <code>windows-latest</code> as the build agent image (#16831)</li>
+<li>Don't upload <code>dep</code> or <code>tar.gz</code> for <code>RPM</code> build because there are none. (#17224)</li>
+<li>Update to <code>vPack</code> task version 12 (#17225)</li>
+<li>Make RPM license recognized (#17223)</li>
+<li>Ensure <code>psoptions.json</code> and <code>manifest.spdx.json</code> files always exist in packages (#17226)</li>
+</ul>
+
+</details>
+
+[7.0.11]: https://github.com/PowerShell/PowerShell/compare/v7.0.10...v7.0.11
+
## [7.0.10] - 2022-04-26
### Engine Updates and Fixes
@@ -267,6 +304,8 @@ Bump .NET SDK to version <code>3.1.405</code>
</details>
+[7.0.3]: https://github.com/PowerShell/PowerShell/compare/v7.0.2...v7.0.3
+
## [7.0.2] - 2020-06-11
### Engine Updates and Fixes
@@ -1305,7 +1344,6 @@ Move to .NET Core 3.1.202 SDK and update packages.
- Update docs for `6.2.0-rc.1` release (#9022)
- Update release template (#8996)
-
[7.0.3]: https://github.com/PowerShell/PowerShell/compare/v7.0.2...v7.0.3
[7.0.2]: https://github.com/PowerShell/PowerShell/compare/v7.0.1...v7.0.2
[7.0.1]: https://github.com/PowerShell/PowerShell/compare/v7.0.0...v7.0.1
diff --git a/CHANGELOG/7.2.md b/CHANGELOG/7.2.md
index 0d8466765d..f74dec0b18 100644
--- a/CHANGELOG/7.2.md
+++ b/CHANGELOG/7.2.md
@@ -1,5 +1,33 @@
# 7.2 Changelog
+## [7.2.4] - 2022-05-17
+
+### Build and Packaging Improvements
+
+<details>
+
+<summary>
+
+<p>Bump .NET SDK to 6.0.203</p>
+
+</summary>
+
+<ul>
+<li>Add mapping for Ubuntu22.04 Jammy (#17317)</li>
+<li>Update to use <code>mcr.microsoft.com</code> (#17272)</li>
+<li>Update third party notices</li>
+<li>Update global.json and wix</li>
+<li>Put Secure supply chain analysis at correct place (#17273)</li>
+<li>Fix web cmdlets so that an empty <code>Get</code> does not include a <code>content-length</code> header (#16587)</li>
+<li>Update package fallback list for Ubuntu (from those updated for Ubuntu <code>22.04</code>) (<code>deb</code>) (#17217)</li>
+<li>Add <code>sha256</code> digests to RPM packages (#17215)</li>
+<li>Allow multiple installations of dotnet. (#17216)</li>
+</ul>
+
+</details>
+
+[7.2.4]: https://github.com/PowerShell/PowerShell/compare/v7.2.3...v7.2.4
+
## [7.2.3] - 2022-04-26
### Engine Updates and Fixes