Skip to content

Commit ce05d99

Browse files
committed
Add version v3.1.0-preview.6
1 parent b50df46 commit ce05d99

File tree

1 file changed

+105
-1
lines changed

1 file changed

+105
-1
lines changed

docs/prerelease-changelog.md

Lines changed: 105 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.5...main
49+
[unreleased]: https://github.com/PowerShell/DSC/compare/v3.1.0-preview.6...main
5050

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

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

76+
## [v3.1.0-preview.6][release-v3.1.0-preview.6] - 2025-05-22
7677

78+
This section includes a summary of changes for the `v3.1.0-preview.6` release. For the full list of
79+
changes in this release, see the [diff on GitHub][compare-v3.1.0-preview.6].
80+
81+
<!-- Release links -->
82+
[release-v3.1.0-preview.6]: https://github.com/PowerShell/DSC/releases/tag/v3.1.0-preview.6 "Link to the DSC v3.1.0-preview.6 release on GitHub"
83+
[compare-v3.1.0-preview.6]: https://github.com/PowerShell/DSC/compare/v3.1.0-preview.5...v3.1.0-preview.6
84+
85+
### Added
86+
87+
- Experimental Appx resource discovery extension to discover resources packaged in Appx; also removes duplicate discoveries by type name and version.
88+
89+
<details><summary>Related work items</summary>
90+
91+
- Issues: _None_.
92+
- PRs: [#762][#762]
93+
94+
</details>
95+
96+
- Add `table-no-truncate` format option to `dsc resource list` and `dsc extension list` to avoid truncating wide tables in narrow consoles.
97+
98+
<details><summary>Related work items</summary>
99+
100+
- Issues: [#763][#763].
101+
- PRs: [#823][#823]
102+
103+
</details>
104+
105+
### Changed
106+
107+
- Windows PowerShell adapter: allow a workaround to detect class-based resources using type instances so class-based PSDSC resources are discoverable.
108+
109+
<details><summary>Related work items</summary>
110+
111+
- Issues: [#798][#798].
112+
- PRs: [#797][#797]
113+
114+
</details>
115+
116+
- WMI adapter: set execution policy to `Bypass` to align with PowerShell adapters and avoid failures under restricted policies.
117+
118+
<details><summary>Related work items</summary>
119+
120+
- Issues: _None_.
121+
- PRs: [#820][#820]
122+
123+
</details>
124+
125+
### Fixed
126+
127+
- Export adapted resources correctly by aligning `export` output to use the `result` property and fixing the test adapter.
128+
129+
<details><summary>Related work items</summary>
130+
131+
- Issues: [#782][#782].
132+
- PRs: [#789][#789]
133+
134+
</details>
135+
136+
- Windows PowerShell adapter caching: ensure full refresh when `PSModulePath` changes and on cold cache to avoid broken cache states from targeted refreshes.
137+
138+
<details><summary>Related work items</summary>
139+
140+
- Issues: [#807][#807], [#745][#745].
141+
- PRs: [#787][#787]
142+
143+
</details>
144+
145+
- Class-based detection: add validation ensuring the type instance has the `DscResource` attribute to avoid false positives for types with matching names.
146+
147+
<details><summary>Related work items</summary>
148+
149+
- Issues: _None_.
150+
- PRs: [#812][#812]
151+
152+
</details>
153+
154+
- PowerShell adapter output: return enum string labels instead of integer values.
155+
156+
<details><summary>Related work items</summary>
157+
158+
- Issues: [#791][#791].
159+
- PRs: [#800][#800]
160+
161+
</details>
77162

78163
## [v3.1.0-preview.5][release-v3.1.0-preview.5] - 2025-05-07
79164

@@ -2677,3 +2762,22 @@ For the full list of changes in this release, see the [diff on GitHub][compare-v
26772762
[#748]: https://github.com/PowerShell/DSC/pull/748
26782763
[#758]: https://github.com/PowerShell/DSC/pull/758
26792764
[#764]: https://github.com/PowerShell/DSC/pull/764
2765+
[#762]: https://github.com/PowerShell/DSC/pull/762
2766+
[#763]: https://github.com/PowerShell/DSC/issues/763
2767+
[#797]: https://github.com/PowerShell/DSC/pull/797
2768+
[#798]: https://github.com/PowerShell/DSC/issues/798
2769+
[#734]: https://github.com/PowerShell/DSC/pull/734
2770+
[#717]: https://github.com/PowerShell/DSC/issues/717
2771+
[#708]: https://github.com/PowerShell/DSC/issues/708
2772+
[#819]: https://github.com/PowerShell/DSC/pull/819
2773+
[#818]: https://github.com/PowerShell/DSC/issues/818
2774+
[#820]: https://github.com/PowerShell/DSC/pull/820
2775+
[#821]: https://github.com/PowerShell/DSC/pull/821
2776+
[#782]: https://github.com/PowerShell/DSC/issues/782
2777+
[#789]: https://github.com/PowerShell/DSC/pull/789
2778+
[#807]: https://github.com/PowerShell/DSC/issues/807
2779+
[#787]: https://github.com/PowerShell/DSC/pull/787
2780+
[#812]: https://github.com/PowerShell/DSC/pull/812
2781+
[#791]: https://github.com/PowerShell/DSC/issues/791
2782+
[#800]: https://github.com/PowerShell/DSC/pull/800
2783+
[#823]: https://github.com/PowerShell/DSC/pull/823

0 commit comments

Comments
 (0)