From 86a20a3849b4d8bbd88f32da9a6fd6f061ad8f52 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Fri, 20 Sep 2024 12:06:31 +0200 Subject: [PATCH 1/2] Bump Arion traefik: v3.1.3->v3.1.4 --- hosts/franz/arion/infrastructure/arion-compose.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/franz/arion/infrastructure/arion-compose.nix b/hosts/franz/arion/infrastructure/arion-compose.nix index 563f08e..f695508 100644 --- a/hosts/franz/arion/infrastructure/arion-compose.nix +++ b/hosts/franz/arion/infrastructure/arion-compose.nix @@ -12,7 +12,7 @@ services = { traefik.service = { - image = "traefik:v3.1.3"; + image = "traefik:v3.1.4"; container_name = "traefik"; useHostStore = true; ports = [ From e1d3c6b8882b3ca85373994819774e310fe33700 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Sat, 21 Sep 2024 00:27:19 +0200 Subject: [PATCH 2/2] Bump Arion & Enable Diun prowlarr: 1.21.2->1.23.1 --- hosts/franz/arion/media/arion-compose.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/franz/arion/media/arion-compose.nix b/hosts/franz/arion/media/arion-compose.nix index 0e8ba6d..68b160f 100644 --- a/hosts/franz/arion/media/arion-compose.nix +++ b/hosts/franz/arion/media/arion-compose.nix @@ -153,7 +153,7 @@ ]; }; prowlarr.service = { - image = "linuxserver/prowlarr:1.21.2"; + image = "linuxserver/prowlarr:1.23.1"; container_name = "prowlarr"; labels = { "traefik.enable" = "true"; @@ -167,6 +167,7 @@ "diun.enable" = "true"; "diun.watch_repo" = "true"; + "diun.sort_tags" = "semver"; "diun.include_tags" = "^\\d+\\.\\d+\\.\\d+$$"; }; volumes = [