Commit Graph

10 Commits

Author SHA1 Message Date
Christopher Britton b16e80acf2 Switch release notes back to a single release-notes.md file (#1022)
* Switch release notes back to a single release-notes.md file

* Add CI check that GitHub's latest release matches latest.json

* Fix prepare-beta release note preview

* Get release note version number from version file, check win32 crypto 'latest' against latest.json in CI

* Split release notes archive into yearly release notes
2026-06-25 09:20:36 -04:00
dovholuknf 446521e213 comment related cleanup 2026-05-26 09:21:14 -04:00
dovholuknf 1432523e86 add unit test workflow and gate installer build on tests passing 2026-05-22 17:19:27 -04:00
dovholuknf fe49e1ed0e promote beta to latest and remove experimental 2026-05-12 07:27:52 -04:00
Clint Dovholuk 2f7e53f02c Allow registry overrides.conflict.free (#992)
* feat: bump dependencies (NuGet 8 -> 10, NLog 5 -> 6)

* feat: shared IPC data structures for policy state

* feat: registry policy reader with WMI watcher

* feat: monitor service policy enforcement, maintenance window, deferred install

* feat: UI policy state propagation, locks, deferred-install + sentinel UX fix

* feat: ADMX/ADML templates, admin guide, helper script, test runbook

* chore: build tooling, MSI SHA256, version bump, release notes

* more reworking around the adml/admx/md

* build and upload ADMX/ADML admin templates zip

* updates from looking at / testing GPO UI

* missed the prepare-for-tests ps1

* add boms to all ps1's just in case

* update test-run for more vebosity to allow humans to understand

* more updates to release notes

* Fix alignment on "from" label for maintenance window

* Remove arrow pointing to task bar

* Remove unused selection changed stub

* Ensure logical hour value is passed to maintenance window start/end

* Fix invalid URL error not showing - ensure maintenance start/end time errors return correctly

Change variable names

* reworking new-upcoming-releasenotes

* publish admin templates zip + sha256 sidecar to GitHub release, update release note

* add tatooing words

* reword clamping words

---------

Co-authored-by: Christopher Britton <christopher.l.britton@outlook.com>
2026-05-06 09:14:57 -04:00
Christopher Britton 824b3b7d93 Fix release tag targeting main instead of dispatching branch (#977) 2026-04-09 10:37:34 -04:00
Christopher Britton 8676f8027c Rework release stream workflow: separate beta prep from stream promotion (#963)
* Remove script descriptions from building.md

* Update beta prep/promoting workflow and releasing.md
2026-04-03 10:10:16 -04:00
Christopher Britton d59feed5f2 Rework release workflow and archive historical release notes (#961)
* Remove old archive readme

* archive release notes through 2.10.1.0

* add rolling upcoming release notes template

* Refactor release workflow scripts and rename release notes to upcoming-release-notes.md
2026-04-02 15:54:18 -04:00
Christopher Britton 9a837f2b6f Bump expiremental to latest (#957)
* Update experimental.json

* add +x to publish-release.sh

---------

Co-authored-by: dovholuknf <46322585+dovholuknf@users.noreply.github.com>
2026-04-01 16:19:22 -04:00
Christopher Britton 833c1b6abc Move repo scripts to scripts/ and rewrite BUILDING.md (#954)
* Move repository scripts into scripts/ directory

Update CI workflows, cross-script references, solution items, and documentation to use the new paths

* Rewrite BUILDING.md
2026-04-01 13:52:55 -04:00