@@ -46,7 +46,7 @@ This section includes a summary of user-facing changes since the last release. F
46
46
changes since the last release, see the [ diff on GitHub] [ unreleased ] .
47
47
48
48
<!-- Unreleased comparison link - always update version to match last release tag-->
49
- [ unreleased ] : https://github.com/PowerShell/DSC/compare/v3.1.0-preview.2 ...main
49
+ [ unreleased ] : https://github.com/PowerShell/DSC/compare/v3.1.0-preview.4 ...main
50
50
51
51
<!--
52
52
Unreleased change entry instructions:
@@ -73,6 +73,54 @@ changes since the last release, see the [diff on GitHub][unreleased].
73
73
74
74
<!-- Unreleased change links -->
75
75
76
+
77
+
78
+ ## [ v3.1.0-preview.4] [ release-v3.1.0-preview.4 ] - 2025-04-29
79
+
80
+ This section includes a summary of changes for the ` v3.1.0-preview.4 ` release. For the full list of
81
+ changes in this release, see the [ diff on GitHub] [ compare-v3.1.0-preview.4 ] .
82
+
83
+ <!-- Release links -->
84
+ [ release-v3.1.0-preview.4 ] : https://github.com/PowerShell/DSC/releases/tag/v3.1.0-preview.4 " Link to the DSC v3.1.0-preview.4 release on GitHub "
85
+ [ compare-v3.1.0-preview.4 ] : https://github.com/PowerShell/DSC/compare/v3.1.0-preview.3...v3.1.0-preview.4
86
+
87
+ ### Added
88
+
89
+ - Add credential support on PowerShell adapters to create PSCredential objects from input when the
90
+ target property expects a credential.
91
+
92
+ <details ><summary >Related work items</summary >
93
+
94
+ - Issues: [ #328 ] [ #328 ] .
95
+ - PRs: [ #758 ] [ #758 ]
96
+
97
+ </details >
98
+
99
+ ### Changed
100
+
101
+ - Prefer Windows PowerShell modules first in the Windows PowerShell adapter by prepending the
102
+ Windows module path; add a warning when a resource isn't found (resource must be installed for
103
+ AllUsers).
104
+
105
+ <details ><summary >Related work items</summary >
106
+
107
+ - Issues: _ None_ .
108
+ - PRs: [ #764 ] [ #764 ]
109
+
110
+ </details >
111
+
112
+ ### Fixed
113
+
114
+ - Fix resource cache behavior when PowerShell modules are installed during a run so subsequent
115
+ modules aren't lost from the cache.
116
+
117
+ <details ><summary >Related work items</summary >
118
+
119
+ - Issues: [ #745 ] [ #745 ] .
120
+ - PRs: [ #748 ] [ #748 ]
121
+
122
+ </details >
123
+
76
124
## [ v3.1.0-preview.3] [ release-v3.1.0-preview.3 ] - 2025-04-08
77
125
78
126
This section includes a summary of changes for the ` v3.1.0-preview.3 ` release. For the full list of
@@ -2363,6 +2411,7 @@ For the full list of changes in this release, see the [diff on GitHub][compare-v
2363
2411
[#321]: https://github.com/PowerShell/DSC/issues/321
2364
2412
[#322]: https://github.com/PowerShell/DSC/issues/322
2365
2413
[#323]: https://github.com/PowerShell/DSC/issues/323
2414
+ [#328]: https://github.com/PowerShell/DSC/issues/328
2366
2415
[#329]: https://github.com/PowerShell/DSC/issues/329
2367
2416
[#333]: https://github.com/PowerShell/DSC/issues/333
2368
2417
[#334]: https://github.com/PowerShell/DSC/issues/334
@@ -2512,6 +2561,7 @@ For the full list of changes in this release, see the [diff on GitHub][compare-v
2512
2561
[#692]: https://github.com/PowerShell/DSC/issues/692
2513
2562
[#693]: https://github.com/PowerShell/DSC/issues/693
2514
2563
[#709]: https://github.com/PowerShell/DSC/issues/709
2564
+ [#745]: https://github.com/PowerShell/DSC/issues/745
2515
2565
[#635]: https://github.com/PowerShell/DSC/pull/635
2516
2566
[#644]: https://github.com/PowerShell/DSC/pull/644
2517
2567
[#645]: https://github.com/PowerShell/DSC/pull/645
@@ -2533,3 +2583,6 @@ For the full list of changes in this release, see the [diff on GitHub][compare-v
2533
2583
[#715]: https://github.com/PowerShell/DSC/pull/715
2534
2584
[#731]: https://github.com/PowerShell/DSC/issues/731
2535
2585
[#736]: https://github.com/PowerShell/DSC/pull/736
2586
+ [#748]: https://github.com/PowerShell/DSC/pull/748
2587
+ [#758]: https://github.com/PowerShell/DSC/pull/758
2588
+ [#764]: https://github.com/PowerShell/DSC/pull/764
0 commit comments