From 692911f6a0289844d4fc098cc85e24ef5cd6ec43 Mon Sep 17 00:00:00 2001 From: Erik Parawell Date: Fri, 1 May 2026 20:59:55 -0700 Subject: [PATCH] headplane: fix 0.6.2 release note --- nixos/doc/manual/release-notes/rl-2605.section.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nixos/doc/manual/release-notes/rl-2605.section.md b/nixos/doc/manual/release-notes/rl-2605.section.md index e95eb54daab1..3e5e557b2d9b 100644 --- a/nixos/doc/manual/release-notes/rl-2605.section.md +++ b/nixos/doc/manual/release-notes/rl-2605.section.md @@ -245,12 +245,12 @@ of pulling the upstream container image from Docker Hub. If you want the old beh - Ethercalc and its associated module have been removed, as the package is unmaintained and cannot be installed from source with npm now. -- `services.headplane` has been updated to 0.6.2, which introduces several breaking changes to the configuration schema: - - `services.headplane.settings.oidc.redirect_uri` has been removed. Use `services.headplane.settings.server.base_url` instead; the OIDC redirect URI is now automatically derived from it. Ensure `base_url` is the bare host URL without the `/admin` suffix. - - `services.headplane.settings.oidc.user_storage_file` has been removed. Users are now stored in an internal SQL database. - - `services.headplane.settings.oidc.strict_validation` has been removed. +- `services.headplane` has been updated to 0.6.2, which introduces several changes to the configuration schema: + - `services.headplane.settings.oidc.redirect_uri` is deprecated. Use `services.headplane.settings.server.base_url` instead; the OIDC redirect URI is now automatically derived from it. Ensure `base_url` is the bare host URL without the `/admin` suffix. + - `services.headplane.settings.oidc.user_storage_file` is deprecated. Headplane 0.6.2 still accepts it to migrate the old JSON user database into the new internal SQL database. + - `services.headplane.settings.oidc.strict_validation` is deprecated and has no effect. - `services.headplane.settings.oidc.token_endpoint_auth_method` now defaults to `null` (auto-detection), which typically falls back to `client_secret_basic`. Previous versions defaulted to `client_secret_post`. - - `services.headplane.settings.integration.agent.cache_ttl` has been removed as it had no effect in 0.6.2. + - `services.headplane.settings.integration.agent.cache_ttl` is deprecated and has no effect in 0.6.2. - `services.immich` no longer supports pgvecto.rs since the package has been removed from nixpkgs. As a result, options `services.immich.database.enableVectors` and `services.immich.database.enableVectorchord` have been removed, and VectorChord is now always used.