@@ -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-rc .1...main
49
+ [ unreleased ] : https://github.com/PowerShell/DSC/compare/v3.2 .0-preview .1...main
50
50
51
51
<!--
52
52
Unreleased change entry instructions:
@@ -75,6 +75,75 @@ changes since the last release, see the [diff on GitHub][unreleased].
75
75
76
76
77
77
78
+ ## [ v3.2.0-preview.1] [ release-v3.2.0-preview.1 ] - 2025-06-26
79
+
80
+ This section includes a summary of changes for the ` v3.2.0-preview.1 ` release. For the full list of
81
+ changes in this release, see the [ diff on GitHub] [ compare-v3.2.0-preview.1 ] .
82
+
83
+ <!-- Release links -->
84
+ [ release-v3.2.0-preview.1 ] : https://github.com/PowerShell/DSC/releases/tag/v3.2.0-preview.1 " Link to the DSC v3.2.0-preview.1 release on GitHub "
85
+ [ compare-v3.2.0-preview.1 ] : https://github.com/PowerShell/DSC/compare/v3.1.0-preview.7...v3.2.0-preview.1
86
+
87
+ ### Added
88
+
89
+ - Add ` sshdconfig ` project providing resources to manage OpenSSH server configuration on Windows.
90
+
91
+ <details ><summary >Related work items</summary >
92
+
93
+ - Issues: _ None_ .
94
+ - PRs: [ #869 ] [ #869 ]
95
+
96
+ </details >
97
+
98
+ - Windows RebootPending resource: include pending reboot reason in the result output.
99
+
100
+ <details ><summary >Related work items</summary >
101
+
102
+ - Issues: _ None_ .
103
+ - PRs: [ #873 ] [ #873 ]
104
+
105
+ </details >
106
+
107
+ ### Changed
108
+
109
+ - Export output: surface ` _kind ` , ` _securityContext ` , and ` _name ` fields from resources during export.
110
+
111
+ <details ><summary >Related work items</summary >
112
+
113
+ - Issues: [ #598 ] [ #598 ]
114
+ - PRs: [ #884 ] [ #884 ]
115
+
116
+ </details >
117
+
118
+ - Registry internals: separate shared helper into a library and refactor registry implementation.
119
+
120
+ <details ><summary >Related work items</summary >
121
+
122
+ - Issues: _ None_ .
123
+ - PRs: [ #865 ] [ #865 ] , [ #892 ] [ #892 ]
124
+
125
+ </details >
126
+
127
+ - WMI adapter refactor implementation.
128
+
129
+ <details ><summary >Related work items</summary >
130
+
131
+ - Issues: _ None_ .
132
+ - PRs: [ #897 ] [ #897 ]
133
+
134
+ </details >
135
+
136
+ ### Fixed
137
+
138
+ - Fix regression in default output for ` get --all ` (ensure interactive default output is correct).
139
+
140
+ <details ><summary >Related work items</summary >
141
+
142
+ - Issues: [ #866 ] [ #866 ] .
143
+ - PRs: [ #874 ] [ #874 ]
144
+
145
+ </details >
146
+
78
147
## [ v3.1.0-rc.1] [ release-v3.1.0-rc.1 ] - 2025-06-10
79
148
80
149
This section includes a summary of changes for the ` rc.1 ` release. For the full list of changes
@@ -2937,3 +3006,20 @@ For the full list of changes in this release, see the [diff on GitHub][compare-v
2937
3006
[#863]: https://github.com/PowerShell/DSC/pull/863
2938
3007
[#875]: https://github.com/PowerShell/DSC/pull/875
2939
3008
[#859]: https://github.com/PowerShell/DSC/pull/859
3009
+ [#869]: https://github.com/PowerShell/DSC/pull/869
3010
+ [#873]: https://github.com/PowerShell/DSC/pull/873
3011
+ [#884]: https://github.com/PowerShell/DSC/pull/884
3012
+ [#865]: https://github.com/PowerShell/DSC/pull/865
3013
+ [#892]: https://github.com/PowerShell/DSC/pull/892
3014
+ [#897]: https://github.com/PowerShell/DSC/pull/897
3015
+ [#891]: https://github.com/PowerShell/DSC/pull/891
3016
+ [#874]: https://github.com/PowerShell/DSC/pull/874
3017
+ [#901]: https://github.com/PowerShell/DSC/pull/901
3018
+ [#900]: https://github.com/PowerShell/DSC/pull/900
3019
+ [#886]: https://github.com/PowerShell/DSC/pull/886
3020
+ [#888]: https://github.com/PowerShell/DSC/pull/888
3021
+ [#899]: https://github.com/PowerShell/DSC/pull/899
3022
+ [#857]: https://github.com/PowerShell/DSC/pull/857
3023
+ [#598]: https://github.com/PowerShell/DSC/issues/598
3024
+ [#665]: https://github.com/PowerShell/DSC/issues/665
3025
+ [#539]: https://github.com/PowerShell/DSC/issues/539
0 commit comments