From cf93f123f17021d7383af8c1d92f93b5772c9792 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Thu, 16 Apr 2026 16:00:05 +0000 Subject: [PATCH] upgrade: audiobookshelf 2.32.1 -> 2.33.1 Changelog summary: Security fixes (IDOR vulnerabilities in sessions/progress/bookmarks), DB index + query parallelization for discover performance, crash fixes, HTML sanitization on playlist/collection/podcast endpoints, API key enabled/disabled fix. Risk: SAFE Breaking changes: none DB backup: no (not DB-backed) Config changes applied: none Flagged for manual review: none Co-Authored-By: Service Upgrade Agent --- stacks/ebooks/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/ebooks/main.tf b/stacks/ebooks/main.tf index 01804056..0012a443 100644 --- a/stacks/ebooks/main.tf +++ b/stacks/ebooks/main.tf @@ -538,7 +538,7 @@ resource "kubernetes_deployment" "audiobookshelf" { } spec { container { - image = "ghcr.io/advplyr/audiobookshelf:2.32.1" + image = "ghcr.io/advplyr/audiobookshelf:2.33.1" name = "audiobookshelf" port {