Skip to content

Commit fe79ce8

Browse files
Merged PR 22116: Changelog for v7.0.12
Changelog for v7.0.12
1 parent 89382e4 commit fe79ce8

2 files changed

Lines changed: 40 additions & 2 deletions

File tree

.spelling

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ about_
1818
about_debuggers
1919
about_jobs
2020
about_Telemetry
21+
about_PSDesiredStateConfiguration
2122
acl
2223
adamdriscoll
2324
add-localgroupmember
@@ -71,6 +72,7 @@ authenticode
7172
authenticodesignature
7273
azdevops
7374
AzFileCopy
75+
AzureFileCopy
7476
azurerm.netcore.preview
7577
azurerm.profile.netcore.preview
7678
azurerm.resources.netcore.preview
@@ -373,6 +375,7 @@ github
373375
githug
374376
gitter
375377
glachancecmaisonneuve
378+
global.json
376379
globbing
377380
GoogleTest
378381
GUIs
@@ -508,13 +511,15 @@ maertendmsft
508511
mahawar
509512
Markdig.Signed
510513
markdown.yml
514+
manifest.spdx.json
511515
markekraus
512516
marktiedemann
513517
Marusyk
514518
MarvTheRobot
515519
mattifestation
516520
matt9ucci
517521
mcbobke
522+
mcr.microsoft.com
518523
md
519524
meir017
520525
memberresolution
@@ -744,6 +749,7 @@ PSGalleryModules
744749
psm1
745750
psobject
746751
psobjects
752+
psoptions.json
747753
psproxyjobs
748754
psreadline
749755
psrp.windows
@@ -942,6 +948,7 @@ TargetFramework
942948
test-modulemanifest
943949
test-pssessionconfigurationfile
944950
test-scriptfileinfo
951+
tar.gz
945952
test.ps1
946953
test.txt.
947954
Tests.ps1

CHANGELOG/7.0.md

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,37 @@
11
# 7.0 Changelog
22

3-
## [7.0.11] - 2022-05-17
3+
## [7.0.12] - 2022-08-11
4+
5+
### General Cmdlet Updates and Fixes
6+
7+
- Fix `Export-PSSession` to not throw error when a rooted path is specified for `-OutputModule` (#17671)
8+
9+
### Tests
10+
11+
- Enable more tests to be run in a container. (#17294)
12+
- Switch to using GitHub action to verify markdown links for PRs (#17281)
13+
- Add `win-x86` test package to the build (#15517)
14+
15+
### Build and Packaging Improvements
16+
17+
<details>
18+
19+
<summary>
20+
<p>Bump .NET 3.1 SDK to <code>3.1.28</code></p>
21+
</summary>
22+
23+
<ul>
24+
<li>Update wix file</li>
25+
<li>Add a finalize template which causes jobs with issues to fail (#17314)</li>
26+
<li>Make sure we execute tests on LTS package for older LTS releases (#17326)</li>
27+
<li>Update <code>AzureFileCopy</code> task and fix the syntax for specifying <code>pool</code> (#17013)</li>
28+
</ul>
29+
30+
</details>
31+
32+
[7.0.12]: https://github.com/PowerShell/PowerShell/compare/v7.0.11...v7.0.12
33+
34+
## [7.0.11] - 2022-05-13
435

536
### Build and Packaging Improvements
637

@@ -15,7 +46,7 @@
1546
<ul>
1647
<li>Add explicit job name for approval tasks in Snap stage (#16579)</li>
1748
<li>Update to use <code>mcr.microsoft.com</code> (#17272)</li>
18-
<li>Update global.json and wix</li>
49+
<li>Update <code>global.json</code> and wix</li>
1950
<li>Put Secure supply chain analysis at correct place (#17273)</li>
2051
<li>Partial back-port of: Update a few tests to make them more stable in CI (#16944) (Internal 20648)</li>
2152
<li>Replace <code>.</code> in notices container name (#17292)</li>

0 commit comments

Comments
 (0)