Skip to content

Commit 6008d4f

Browse files
committed
Add version v3.1.0-preview.7
1 parent 7b10b52 commit 6008d4f

File tree

1 file changed

+98
-1
lines changed

1 file changed

+98
-1
lines changed

docs/prerelease-changelog.md

Lines changed: 98 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This section includes a summary of user-facing changes since the last release. F
4646
changes 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.6...main
49+
[unreleased]: https://github.com/PowerShell/DSC/compare/v3.1.0-preview.7...main
5050

5151
<!--
5252
Unreleased change entry instructions:
@@ -73,6 +73,86 @@ changes since the last release, see the [diff on GitHub][unreleased].
7373

7474
<!-- Unreleased change links -->
7575

76+
77+
78+
## [v3.1.0-preview.7][release-v3.1.0-preview.7] - 2025-06-04
79+
80+
This section includes a summary of changes for the `v3.1.0-preview.7` release. For the full list of
81+
changes in this release, see the [diff on GitHub][compare-v3.1.0-preview.7].
82+
83+
<!-- Release links -->
84+
[release-v3.1.0-preview.7]: https://github.com/PowerShell/DSC/releases/tag/v3.1.0-preview.7 "Link to the DSC v3.1.0-preview.7 release on GitHub"
85+
[compare-v3.1.0-preview.7]: https://github.com/PowerShell/DSC/compare/v3.1.0-preview.6...v3.1.0-preview.7
86+
87+
### Added
88+
89+
- Windows PowerShell adapter: implement `export` capability to match the PowerShell adapter.
90+
91+
<details><summary>Related work items</summary>
92+
93+
- Issues: [#811][#811].
94+
- PRs: [#848][#848]
95+
96+
</details>
97+
98+
- Add `json-array` as a supported output format for `dsc resource get --all` to return a single JSON array instead of JSON Lines.
99+
100+
<details><summary>Related work items</summary>
101+
102+
- Issues: [#813][#813].
103+
- PRs: [#861][#861]
104+
105+
</details>
106+
107+
### Changed
108+
109+
- Appx discovery extension: set execution policy to `Bypass` so it runs under restricted policies.
110+
111+
<details><summary>Related work items</summary>
112+
113+
- Issues: _None_.
114+
- PRs: [#850][#850]
115+
116+
</details>
117+
118+
- Respect `DSC_RESOURCE_PATH` for executable lookup by aligning the process `PATH` to the same value so executable search is limited to `DSC_RESOURCE_PATH`.
119+
120+
<details><summary>Related work items</summary>
121+
122+
- Issues: [#814][#814].
123+
- PRs: [#825][#825]
124+
125+
</details>
126+
127+
### Fixed
128+
129+
- Improve error message when duplicate resource names are detected during `set`.
130+
131+
<details><summary>Related work items</summary>
132+
133+
- Issues: [#841][#841].
134+
- PRs: [#844][#844]
135+
136+
</details>
137+
138+
- Windows registry resource: treat deleting a non-existing key/value as success instead of erroring.
139+
140+
<details><summary>Related work items</summary>
141+
142+
- Issues: [#843][#843].
143+
- PRs: [#847][#847]
144+
145+
</details>
146+
147+
- Windows PowerShell adapter: exclude hidden properties from output.
148+
149+
<details><summary>Related work items</summary>
150+
151+
- Issues: [#832][#832].
152+
- PRs: [#855][#855]
153+
154+
</details>
155+
76156
## [v3.1.0-preview.6][release-v3.1.0-preview.6] - 2025-05-22
77157

78158
This section includes a summary of changes for the `v3.1.0-preview.6` release. For the full list of
@@ -2781,3 +2861,20 @@ For the full list of changes in this release, see the [diff on GitHub][compare-v
27812861
[#791]: https://github.com/PowerShell/DSC/issues/791
27822862
[#800]: https://github.com/PowerShell/DSC/pull/800
27832863
[#823]: https://github.com/PowerShell/DSC/pull/823
2864+
2865+
[#811]: https://github.com/PowerShell/DSC/issues/811
2866+
[#813]: https://github.com/PowerShell/DSC/issues/813
2867+
[#814]: https://github.com/PowerShell/DSC/issues/814
2868+
[#830]: https://github.com/PowerShell/DSC/pull/830
2869+
[#837]: https://github.com/PowerShell/DSC/pull/837
2870+
[#838]: https://github.com/PowerShell/DSC/pull/838
2871+
[#841]: https://github.com/PowerShell/DSC/issues/841
2872+
[#843]: https://github.com/PowerShell/DSC/issues/843
2873+
[#844]: https://github.com/PowerShell/DSC/pull/844
2874+
[#847]: https://github.com/PowerShell/DSC/pull/847
2875+
[#848]: https://github.com/PowerShell/DSC/pull/848
2876+
[#850]: https://github.com/PowerShell/DSC/pull/850
2877+
[#855]: https://github.com/PowerShell/DSC/pull/855
2878+
[#861]: https://github.com/PowerShell/DSC/pull/861
2879+
[#825]: https://github.com/PowerShell/DSC/pull/825
2880+
[#832]: https://github.com/PowerShell/DSC/issues/832

0 commit comments

Comments
 (0)