@@ -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.7 ...main
49
+ [ unreleased ] : https://github.com/PowerShell/DSC/compare/v3.1.0-rc.1 ...main
50
50
51
51
<!--
52
52
Unreleased change entry instructions:
@@ -75,6 +75,57 @@ changes since the last release, see the [diff on GitHub][unreleased].
75
75
76
76
77
77
78
+ ## [ v3.1.0-rc.1] [ release-v3.1.0-rc.1 ] - 2025-06-10
79
+
80
+ This section includes a summary of changes for the ` rc.1 ` release. For the full list of changes
81
+ in this release, see the [ diff on GitHub] [ compare-v3.1.0-rc.1 ] .
82
+
83
+ <!-- Release links -->
84
+ [ release-v3.1.0-rc.1 ] : https://github.com/PowerShell/DSC/releases/tag/v3.1.0-rc.1 " Link to the DSC v3.1.0-rc.1 release on GitHub "
85
+ [ compare-v3.1.0-rc.1 ] : https://github.com/PowerShell/DSC/compare/v3.1.0-preview.7...v3.1.0-rc.1
86
+
87
+ ### Added
88
+
89
+ - Enable reading parameters from STDIN by allowing the parameters file name ` - ` .
90
+
91
+ <details ><summary >Related work items</summary >
92
+
93
+ - Issues: [ #834 ] [ #834 ] .
94
+ - PRs: [ #863 ] [ #863 ]
95
+
96
+ </details >
97
+
98
+ - Add ` pass-through ` output format for ` dsc resource get ` to emit the resource's JSON without a DSC wrapper.
99
+
100
+ <details ><summary >Related work items</summary >
101
+
102
+ - Issues: _ None_ .
103
+ - PRs: [ #862 ] [ #862 ]
104
+
105
+ </details >
106
+
107
+ ### Changed
108
+
109
+ - Windows RebootPending resource: convert the pending reboot value to an object (removes a read-only property and keeps the field optional).
110
+
111
+ <details ><summary >Related work items</summary >
112
+
113
+ - Issues: [ #858 ] [ #858 ] .
114
+ - PRs: [ #859 ] [ #859 ]
115
+
116
+ </details >
117
+
118
+ ### Fixed
119
+
120
+ - Fix regression in default output for ` get --all ` (ensure interactive default output is correct).
121
+
122
+ <details ><summary >Related work items</summary >
123
+
124
+ - Issues: [ #866 ] [ #866 ] .
125
+ - PRs: [ #875 ] [ #875 ]
126
+
127
+ </details >
128
+
78
129
## [ v3.1.0-preview.7] [ release-v3.1.0-preview.7 ] - 2025-06-04
79
130
80
131
This section includes a summary of changes for the ` v3.1.0-preview.7 ` release. For the full list of
@@ -2878,3 +2929,11 @@ For the full list of changes in this release, see the [diff on GitHub][compare-v
2878
2929
[#861]: https://github.com/PowerShell/DSC/pull/861
2879
2930
[#825]: https://github.com/PowerShell/DSC/pull/825
2880
2931
[#832]: https://github.com/PowerShell/DSC/issues/832
2932
+
2933
+ [#834]: https://github.com/PowerShell/DSC/issues/834
2934
+ [#858]: https://github.com/PowerShell/DSC/issues/858
2935
+ [#866]: https://github.com/PowerShell/DSC/issues/866
2936
+ [#862]: https://github.com/PowerShell/DSC/pull/862
2937
+ [#863]: https://github.com/PowerShell/DSC/pull/863
2938
+ [#875]: https://github.com/PowerShell/DSC/pull/875
2939
+ [#859]: https://github.com/PowerShell/DSC/pull/859
0 commit comments