Skip to content

Commit 51a3943

Browse files
clayhill66brianmcgillion
authored andcommitted
docs: add 25.12.1 release note
Signed-off-by: Ilkka Savimaki <[email protected]>
1 parent 16f5791 commit 51a3943

File tree

2 files changed

+134
-4
lines changed

2 files changed

+134
-4
lines changed

docs/src/content/docs/ghaf/releases/ghaf-25.11.1.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
title: Release ghaf-25.11.1
33
sidebar:
44
order: 9974
5-
badge:
6-
text: Latest
7-
variant: success
8-
95
---
106

117
This is monthly Ghaf release which has been fully tested on Nvidia Orin NX, Nvidia Orin AGX, Lenovo X1 Carbon Gen11 and System76 Darter Pro platforms
Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
---
2+
title: Release ghaf-25.11.1
3+
sidebar:
4+
order: 9973
5+
badge:
6+
text: Latest
7+
variant: success
8+
---
9+
10+
This release is for Secure Laptop platforms, full testing has been performed with Lenovo X1 Carbon Gen11 and System76 Darter Pro
11+
12+
## Release Tag
13+
14+
https://github.com/tiiuae/ghaf/releases/tag/ghaf-25.12.1
15+
16+
## Supported Hardware
17+
18+
The following target hardware is supported by this release:
19+
20+
- Lenovo ThinkPad X1 Carbon Gen 10/11/12/13, Gen9 2-in-1
21+
- Dell Latitude 7230, 7330
22+
- Alienware M18
23+
- System76 Darter Pro
24+
25+
## What's Changed
26+
* version:bump for the next release by @clayhill66 in https://github.com/tiiuae/ghaf/pull/1574
27+
* cosmic: enable nm in login, replace nm-applet with cosmi's builtin by @kajusnau in https://github.com/tiiuae/ghaf/pull/1575
28+
* docs: add 25.11.1 release note by @clayhill66 in https://github.com/tiiuae/ghaf/pull/1576
29+
* performance module by @kajusnau in https://github.com/tiiuae/ghaf/pull/1542
30+
* shfmt: enable shfmt to align all the shell scripts by @brianmcgillion in https://github.com/tiiuae/ghaf/pull/1578
31+
* build(deps): bump js-yaml from 4.1.0 to 4.1.1 in /docs in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/tiiuae/ghaf/pull/1572
32+
* build(deps): bump github/codeql-action from 4.31.3 to 4.31.5 by @dependabot[bot] in https://github.com/tiiuae/ghaf/pull/1584
33+
* build(deps): bump actions/checkout from 5.0.1 to 6.0.0 by @dependabot[bot] in https://github.com/tiiuae/ghaf/pull/1583
34+
* build(deps): bump astral-sh/setup-uv from 7.1.3 to 7.1.4 by @dependabot[bot] in https://github.com/tiiuae/ghaf/pull/1585
35+
* build(deps): bump starlight-blog from 0.25.0 to 0.25.1 in /docs by @dependabot[bot] in https://github.com/tiiuae/ghaf/pull/1581
36+
* build(deps): bump astro from 5.15.6 to 5.16.0 in /docs by @dependabot[bot] in https://github.com/tiiuae/ghaf/pull/1582
37+
* cosmic-applets: hide some buttons by @kajusnau in https://github.com/tiiuae/ghaf/pull/1580
38+
* modules/partitioning: fix disko builder permission error by @vadika in https://github.com/tiiuae/ghaf/pull/1588
39+
* unixbench: remove, it pull compilers to resulting closure by @avnik in https://github.com/tiiuae/ghaf/pull/1589
40+
* dynamic-hostname: fix Darter Pro uniqueness issue by @vadika in https://github.com/tiiuae/ghaf/pull/1579
41+
* docs: Add YubiKey integration documentation by @vunnyso in https://github.com/tiiuae/ghaf/pull/1592
42+
* modules/partitioning: remove xcp workaround by @Mic92 in https://github.com/tiiuae/ghaf/pull/1593
43+
* cosmic7: Update to the beta7 by @brianmcgillion in https://github.com/tiiuae/ghaf/pull/1564
44+
* AGX Industrial (64GB) target added by @emrahbillur in https://github.com/tiiuae/ghaf/pull/1472
45+
* jetpack-nixos: rebased by @brianmcgillion in https://github.com/tiiuae/ghaf/pull/1591
46+
* jetpack: fix cuda support by @brianmcgillion in https://github.com/tiiuae/ghaf/pull/1595
47+
* feat(givc): enable notifier and exec by @mbssrc in https://github.com/tiiuae/ghaf/pull/1596
48+
* Refactor cleanup by @brianmcgillion in https://github.com/tiiuae/ghaf/pull/1594
49+
* build(deps): bump github/codeql-action from 4.31.5 to 4.31.6 by @dependabot[bot] in https://github.com/tiiuae/ghaf/pull/1598
50+
* Implement PCI device management via vhotplug by @nesteroff in https://github.com/tiiuae/ghaf/pull/1528
51+
* performance: fix scheduler, fix dell performance by @kajusnau in https://github.com/tiiuae/ghaf/pull/1586
52+
* bump: docs depends and ghafpkgs by @brianmcgillion in https://github.com/tiiuae/ghaf/pull/1604
53+
* Ghaf kill switch GUI application by @vunnyso in https://github.com/tiiuae/ghaf/pull/1577
54+
* performance: add thermal limit adjustment option by @kajusnau in https://github.com/tiiuae/ghaf/pull/1605
55+
* Fix USB input devices hot-plugging by @nesteroff in https://github.com/tiiuae/ghaf/pull/1608
56+
* Firmware control by @brianmcgillion in https://github.com/tiiuae/ghaf/pull/1607
57+
* microvm: use a store image and not share /nix/store by @brianmcgillion in https://github.com/tiiuae/ghaf/pull/1562
58+
* iso: do not copy the system closure only the disk by @brianmcgillion in https://github.com/tiiuae/ghaf/pull/1609
59+
* givc: bump to include fix for shutdown hang by @kajusnau in https://github.com/tiiuae/ghaf/pull/1610
60+
* sysbench: Add back to the system PATH by @brianmcgillion in https://github.com/tiiuae/ghaf/pull/1612
61+
* devshell: add ghaf-flash to devshell, improve readability by @kajusnau in https://github.com/tiiuae/ghaf/pull/1613
62+
* cosmic: bump to cosmic beta 8 by @brianmcgillion in https://github.com/tiiuae/ghaf/pull/1597
63+
* Storedisk size and ghaf-vms (to list status) by @brianmcgillion in https://github.com/tiiuae/ghaf/pull/1614
64+
* killswitch: avoid re-blocking devices already in blocked state by @vunnyso in https://github.com/tiiuae/ghaf/pull/1606
65+
* bump: cosmic 9 by @brianmcgillion in https://github.com/tiiuae/ghaf/pull/1616
66+
* build(deps): bump github/codeql-action from 4.31.6 to 4.31.7 by @dependabot[bot] in https://github.com/tiiuae/ghaf/pull/1618
67+
* build(deps): bump step-security/harden-runner from 2.13.2 to 2.13.3 by @dependabot[bot] in https://github.com/tiiuae/ghaf/pull/1621
68+
* build(deps): bump astral-sh/setup-uv from 7.1.4 to 7.1.5 by @dependabot[bot] in https://github.com/tiiuae/ghaf/pull/1620
69+
* build(deps): bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in https://github.com/tiiuae/ghaf/pull/1619
70+
* cosmic: add pre-defined layouts and layout config by @kajusnau in https://github.com/tiiuae/ghaf/pull/1617
71+
* Update docs deps 20251209 042454 by @brianmcgillion in https://github.com/tiiuae/ghaf/pull/1626
72+
* logging: add MaxFileSec for journald by @everton-dematos in https://github.com/tiiuae/ghaf/pull/1565
73+
* Upgrade docs deps 20251209 080940 by @brianmcgillion in https://github.com/tiiuae/ghaf/pull/1627
74+
* jetpack-nixos: bump by @TanelDettenborn in https://github.com/tiiuae/ghaf/pull/1625
75+
* Bump mid dec by @brianmcgillion in https://github.com/tiiuae/ghaf/pull/1629
76+
* GhA: stop building in github runners by @henrirosten in https://github.com/tiiuae/ghaf/pull/1631
77+
* Flatpak fix: add browser detection and launch support by @jkuro-tii in https://github.com/tiiuae/ghaf/pull/1587
78+
* fix: fix softlock on incorrect password by @kajusnau in https://github.com/tiiuae/ghaf/pull/1633
79+
* desktop: add proper light/dark themes, unify chrome vm colors by @kajusnau in https://github.com/tiiuae/ghaf/pull/1636
80+
* bot: improve the copilot reviews by @brianmcgillion in https://github.com/tiiuae/ghaf/pull/1638
81+
* audit: Centralize ordering and systemd service override by @everton-dematos in https://github.com/tiiuae/ghaf/pull/1635
82+
* audio: disable pipewire logs by default by @kajusnau in https://github.com/tiiuae/ghaf/pull/1640
83+
* build(deps): bump cachix/install-nix-action from 31.8.4 to 31.9.0 by @dependabot[bot] in https://github.com/tiiuae/ghaf/pull/1645
84+
* build(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 by @dependabot[bot] in https://github.com/tiiuae/ghaf/pull/1644
85+
* build(deps): bump astral-sh/setup-uv from 7.1.5 to 7.1.6 by @dependabot[bot] in https://github.com/tiiuae/ghaf/pull/1643
86+
* build(deps): bump tj-actions/changed-files from 47.0.0 to 47.0.1 by @dependabot[bot] in https://github.com/tiiuae/ghaf/pull/1642
87+
* build(deps): bump step-security/harden-runner from 2.13.3 to 2.14.0 by @dependabot[bot] in https://github.com/tiiuae/ghaf/pull/1641
88+
* cosmic: bump to the latest stable by @brianmcgillion in https://github.com/tiiuae/ghaf/pull/1632
89+
* docs: bump by @brianmcgillion in https://github.com/tiiuae/ghaf/pull/1648
90+
* Update docs deps 20251216 073030 by @brianmcgillion in https://github.com/tiiuae/ghaf/pull/1649
91+
* Improve PCI device auto-detection and enable it in the demo-tower target for network devices by @nesteroff in https://github.com/tiiuae/ghaf/pull/1650
92+
* jetpack-nixos: bump by @TanelDettenborn in https://github.com/tiiuae/ghaf/pull/1654
93+
* 5080: switch to vhotplug network by @brianmcgillion in https://github.com/tiiuae/ghaf/pull/1655
94+
* Agx industrial ethernet by @emrahbillur in https://github.com/tiiuae/ghaf/pull/1653
95+
* build(deps): bump github/codeql-action from 4.31.7 to 4.31.9 by @dependabot[bot] in https://github.com/tiiuae/ghaf/pull/1659
96+
* ci/eval: rewrite script to use nix-eval-jobs --select by @Mic92 in https://github.com/tiiuae/ghaf/pull/1658
97+
* Pass NHLT table in intel-laptop target only when present on the host by @nesteroff in https://github.com/tiiuae/ghaf/pull/1661
98+
* docs: Add system logs architecture diagram and notes by @everton-dematos in https://github.com/tiiuae/ghaf/pull/1662
99+
* verity-images: Fix the installer to copy the image by @brianmcgillion in https://github.com/tiiuae/ghaf/pull/1663
100+
* audit/logging: add time-based audit log retention and journald transport label by @everton-dematos in https://github.com/tiiuae/ghaf/pull/1656
101+
* docs: add architecture notes on inter-VM channels, memory wipe, and secret handling by @vadika in https://github.com/tiiuae/ghaf/pull/1666
102+
* fix(pci-ports): start PCIe port range from 1 by @vunnyso in https://github.com/tiiuae/ghaf/pull/1664
103+
* Active Directory by @mbssrc in https://github.com/tiiuae/ghaf/pull/1416
104+
* Integrate Fleet MDM services by @vadika in https://github.com/tiiuae/ghaf/pull/1590
105+
* feat(installer): implement deferred disk encryption trigger by @vunnyso in https://github.com/tiiuae/ghaf/pull/1670
106+
* bump: wireguard-gui by @enesoztrk in https://github.com/tiiuae/ghaf/pull/1615
107+
* build(deps): bump astro from 5.16.5 to 5.16.7 in /docs by @dependabot[bot] in https://github.com/tiiuae/ghaf/pull/1675
108+
* build(deps): bump github/codeql-action from 4.31.9 to 4.31.10 by @dependabot[bot] in https://github.com/tiiuae/ghaf/pull/1673
109+
* build(deps): bump astral-sh/setup-uv from 7.1.6 to 7.2.0 by @dependabot[bot] in https://github.com/tiiuae/ghaf/pull/1674
110+
111+
**Full Changelog**: https://github.com/tiiuae/ghaf/compare/ghaf-25.11.1...ghaf-25.12.1
112+
113+
## Bug fixes
114+
115+
Fixed bugs that were present in the previous release:
116+
117+
* (System76) All devices have the same device-id
118+
119+
## Known Issues and Limitations
120+
121+
| Issue | Status | Comments |
122+
| --------------------------------------------------------------------------------------------------------- | ----------- | -------------------------------------------------------------------------- |
123+
| (System76) Suspension has been disabled | In Progress | |
124+
| (X1) Downloading large file (10G) crashes the browser | In progress | Issue is under investigation |
125+
| (X1) Unlock with fingerprint doesn't work | In Progress | Issue is under investigation
126+
| Local user login with Yubikey doesn't work | In Progress | Issue is under investigation |
127+
| Gala app doesn't get connected | In Progress | Will be fixed in next release |
128+
| Audio applet doesn't show devices and volume control doesn't work | In Progress | Will be fixed in next release |
129+
130+
## Installation Instructions
131+
132+
Released images are available at https://archive.vedenemo.dev/ghaf-25.12.1/
133+
134+
Download the required image and use the following instructions: [Build and Run](/ghaf/dev/ref/build_and_run).

0 commit comments

Comments
 (0)