From 29714cdc29488480ad5d5dbfd808b97c65f33414 Mon Sep 17 00:00:00 2001 From: chemavx Date: Fri, 3 Jul 2026 11:23:56 +0000 Subject: [PATCH] fix(vaultwarden): bump 1.35.4 -> 1.36.0 (support Bitwarden 2026.x clients) Extension login failed with 'No Bitwarden-Client-Version header provided' after the Mac browser extension auto-updated. 1.36.0 supports the new client login flow. Co-Authored-By: Claude Fable 5 --- vaultwarden/deployment-vaultwarden.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vaultwarden/deployment-vaultwarden.yaml b/vaultwarden/deployment-vaultwarden.yaml index afb363a..d34fddf 100644 --- a/vaultwarden/deployment-vaultwarden.yaml +++ b/vaultwarden/deployment-vaultwarden.yaml @@ -34,7 +34,7 @@ spec: envFrom: - secretRef: name: vaultwarden-secret-infisical - image: vaultwarden/server:1.35.4 + image: vaultwarden/server:1.36.0 imagePullPolicy: Always name: vaultwarden ports: