@@ -46,7 +46,7 @@ This section includes a summary of user-facing changes since the last release. F
4646changes since the last release, see the [ diff on GitHub] [ unreleased ] .
4747
4848<!-- 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
5050
5151<!--
5252 Unreleased change entry instructions:
@@ -75,6 +75,57 @@ changes since the last release, see the [diff on GitHub][unreleased].
7575
7676
7777
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+
78129## [ v3.1.0-preview.7] [ release-v3.1.0-preview.7 ] - 2025-06-04
79130
80131This 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
28782929[#861]: https://github.com/PowerShell/DSC/pull/861
28792930[#825]: https://github.com/PowerShell/DSC/pull/825
28802931[#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