From 2cc4339499bbe575c0cd242ac01d1f5e2e5816ec Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Mon, 23 Jun 2025 00:35:50 -0400 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9829b30..87e995d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ - Removing a Split DNS record will no longer make the split domain unresolvable by clients (closes [#231](https://github.com/tale/headplane/issues/231)). - Reintroduce the toggle for overriding local DNS settings in the Headscale config (closes [#236](https://github.com/tale/headplane/issues/236)). - Prefer cross-compiling in the Dockerfile to speed up builds while still supporting multiple architectures. +- Add a build attestation to validate SLSA provenance for the Docker image. +- Implement more accurate guessing on the PID with the `/proc` integration (via [#219](https://github.com/tale/headplane/pull/219)). +- Usernames will now correctly fall back to emails if not provided (via [#257](https://github.com/tale/headplane/pull/257)). ### 0.6.0 (May 25, 2025) - Headplane 0.6.0 now requires **Headscale 0.26.0** or newer.