Skip to content

Commit afdcdae

Browse files
authored
authelia: 4.38.19 -> 4.39.1 (#390729)
2 parents 3f6e5ee + 7407020 commit afdcdae

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

nixos/doc/manual/release-notes/rl-2505.section.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,10 @@
392392
[v1.8.0](https://github.com/jtroo/kanata/releases/tag/v1.8.0)
393393
for more information.
394394

395+
- `authelia` version 4.39.0 has made changes on the default claims for ID Tokens, to mirror the standard claims from the specification.
396+
This change may affect some clients in unexpected ways, so manual intervention may be required.
397+
Read the [release notes](https://www.authelia.com/blog/4.39-release-notes/), along with [the guide](https://www.authelia.com/integration/openid-connect/openid-connect-1.0-claims/#restore-functionality-prior-to-claims-parameter) to work around issues that may be encountered.
398+
395399
- `ags` was updated to v2, which is just a CLI for Astal now. Components are available as a different package set `astal.*`.
396400
If you want to use v1, it is available as `ags_1` package.
397401

@@ -639,6 +643,10 @@
639643
[is removed](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c01f664e4ca210823b7594b50669bbd9b0a3c3b0)
640644
in Linux 6.13.
641645

646+
- `authelia` version 4.39.0 has made some changes which deprecate older configurations.
647+
They are still expected to be working until future version 5.0.0, but will generate warnings in logs.
648+
Read the [release notes](https://www.authelia.com/blog/4.39-release-notes/) for human readable summaries of the changes.
649+
642650
- `programs.fzf.keybindings` now supports the fish shell.
643651

644652
- `gerbera` now has wavpack support.

pkgs/servers/authelia/sources.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{ fetchFromGitHub }:
22
rec {
33
pname = "authelia";
4-
version = "4.38.19";
4+
version = "4.39.1";
55

66
src = fetchFromGitHub {
77
owner = "authelia";
88
repo = "authelia";
99
rev = "v${version}";
10-
hash = "sha256-VqdSDrvsue8NqUNN5H++psxAyvvSyFNqt2U8yUXhTo8=";
10+
hash = "sha256-Q/NGjJphuZ7MMnOSTAukzEg4iAQWc/VDFWs0jj4e0dY=";
1111
};
12-
vendorHash = "sha256-NONSCqRalxZq1n0Q3fXKVXpkALkoyIl3+Fsx7Xb3M2w=";
13-
pnpmDepsHash = "sha256-9ZqAoktMS28GTqbOsWDYUsS1H0unWSEPO0Z2b5xXV54=";
12+
vendorHash = "sha256-FE4YABsWKhifVjdzJSnjWPesjuSe/hWDa6oTg8MZjo8=";
13+
pnpmDepsHash = "sha256-TJ/Uz7Q+mXfvZ/Zu12Pv1O8LKTzEPJ+Pa+3vrKghPks=";
1414
}

pkgs/top-level/all-packages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1637,7 +1637,7 @@ with pkgs;
16371637
};
16381638

16391639
authelia = callPackage ../servers/authelia {
1640-
buildGoModule = buildGo123Module;
1640+
buildGoModule = buildGo124Module;
16411641
pnpm = pnpm_10;
16421642
};
16431643

0 commit comments

Comments
 (0)