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 <noreply@viktorbarzin.me>
This commit is contained in:
parent
af090c818b
commit
cf93f123f1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue