8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2274a88 commit 4a2cab0Copy full SHA for 4a2cab0
CHANGELOG/7.4.md
@@ -1,5 +1,68 @@
1
# 7.4 Changelog
2
3
+## [7.4.10]
4
+
5
+### Engine Updates and Fixes
6
7
+- Fallback to AppLocker after `WldpCanExecuteFile` (#25229)
8
9
+### Code Cleanup
10
11
+<details>
12
13
+<ul>
14
+<li> Remove obsolete template from Windows Packaging CI (#25405)</li>
15
+<li> Cleanup old release pipelines (#25404)</li>
16
+</ul>
17
18
+</details>
19
20
+### Tools
21
22
+- Do not run labels workflow in the internal repository (#25411)
23
24
+### Build and Packaging Improvements
25
26
27
28
+<summary>
29
30
+<p>Update .NET SDK to 8.0.408</p>
31
32
+</summary>
33
34
35
+<li> Update branch for release (#25518)</li>
36
+<li> Move MSIXBundle to Packages and Release to GitHub (#25516)</li>
37
+<li> Add CodeQL suppressions for PowerShell intended behavior (#25376)</li>
38
+<li> Enhance path filters action to set outputs for all changes when not a PR (#25378)</li>
39
+<li> Fix Merge Errors from #25401 and Internal 33077 (#25478)</li>
40
+<li> Fix MSIX artifact upload, vPack template, changelog hashes, git tag command (#25476)</li>
41
+<li> Fix Conditional Parameter to Skip NuGet Publish (#25475)</li>
42
+<li> Use new variables template for vPack (#25474)</li>
43
+<li> Add Windows Store Signing to MSIX bundle (#25472)</li>
44
+<li> Update test result processing to use NUnitXml format and enhance logging for better clarity (#25471)</li>
45
+<li> Fix the expected path of .NET after using UseDotnet 2 task to install (#25470)</li>
46
+<li> Update Microsoft.PowerShell.PSResourceGet to 1.1.0 (#25469)</li>
47
+<li> Combine GitHub and Nuget Release Stage (#25473)</li>
48
+<li> Make GitHub Workflows work in the internal mirror (#25409)</li>
49
+<li> Add default .NET install path for SDK validation (#25339)</li>
50
+<li> Update APIScan to use new symbols server (#25400)</li>
51
+<li> Use GitHubReleaseTask (#25401)</li>
52
+<li> Migrate MacOS Signing to OneBranch (#25412)</li>
53
+<li> Remove call to NuGet (#25410)</li>
54
+<li> Restore a script needed for build from the old release pipeline cleanup (#25201) (#25408)</li>
55
+<li> Switch to ubuntu-lastest for CI (#25406)</li>
56
+<li> Update GitHub Actions to work in private GitHub repository (#25403)</li>
57
+<li> Simplify PR Template (#25407)</li>
58
+<li> Disable SBOM generation on set variables job in release build (#25341)</li>
59
+<li> Update package pipeline windows image version (#25192)</li>
60
61
62
63
64
+[7.4.10]: https://github.com/PowerShell/PowerShell/compare/v7.4.9...v7.4.10
65
66
## [7.4.9]
67
68
### Notes
0 commit comments