@@ -73,7 +73,35 @@ changes since the last release, see the [diff on GitHub][unreleased].
73
73
74
74
<!-- Unreleased change links -->
75
75
76
+ ## [ v3.1.0-preview.3] [ release-v3.1.0-preview.3 ] - 2025-04-08
76
77
78
+ This section includes a summary of changes for the ` v3.1.0-preview.3 ` release. For the full list of
79
+ changes in this release, see the [ diff on GitHub] [ compare-v3.1.0-preview.3 ] .
80
+
81
+ <!-- Release links -->
82
+ [ release-v3.1.0-preview.3 ] : https://github.com/PowerShell/DSC/releases/tag/v3.1.0-preview.3 " Link to the DSC v3.1.0-preview.3 release on GitHub "
83
+ [ compare-v3.1.0-preview.3 ] : https://github.com/PowerShell/DSC/compare/v3.1.0-preview.2...v3.1.0-preview.3
84
+
85
+ ### Fixed
86
+
87
+ - Fix ` Assertion ` resource to fail when test fails.
88
+
89
+ <details ><summary >Related work items</summary >
90
+
91
+ - Issues: [ #731 ] [ #731 ] .
92
+ - PRs: [ #736 ] [ #736 ]
93
+
94
+ </details >
95
+
96
+ - Set ` Bypass ` execution policy when calling PowerShell from the adapter to avoid failures on
97
+ Windows with restricted execution policy.
98
+
99
+ <details ><summary >Related work items</summary >
100
+
101
+ - Issues: [ #714 ] [ #714 ] .
102
+ - PRs: [ #715 ] [ #715 ]
103
+
104
+ </details >
77
105
78
106
## [ v3.1.0-preview.2] [ release-v3.1.0-preview.2 ] - 2025-04-01
79
107
@@ -2501,3 +2529,7 @@ For the full list of changes in this release, see the [diff on GitHub][compare-v
2501
2529
[#699]: https://github.com/PowerShell/DSC/pull/699
2502
2530
[#713]: https://github.com/PowerShell/DSC/pull/713
2503
2531
[#720]: https://github.com/PowerShell/DSC/pull/720
2532
+ [#714]: https://github.com/PowerShell/DSC/issues/714
2533
+ [#715]: https://github.com/PowerShell/DSC/pull/715
2534
+ [#731]: https://github.com/PowerShell/DSC/issues/731
2535
+ [#736]: https://github.com/PowerShell/DSC/pull/736
0 commit comments