fix: make Vaultwarden cache refresh durable

This commit is contained in:
sascha 2026-07-22 11:23:55 +02:00
parent 8e07f50c03
commit 6e80578ca6
6 changed files with 88 additions and 17 deletions

View file

@ -4,7 +4,7 @@ Unified API proxy and infrastructure management for Homelab Pfannkuchen.
- **Base URL:** `http://10.4.1.116:8888`
- **Authentication:** `Authorization: Bearer <BUTLER_TOKEN>`
- **Version:** 2.3.1
- **Version:** 2.3.2
- **Interactive API documentation:** `/docs`
## Service proxy
@ -97,6 +97,12 @@ Integration Compose definition: `tests/compose.integration.yaml` (binds only to
## Changelog
### 2.3.2 — 22.07.2026
- Make Vaultwarden refresh durable: persistent named cache volume, protected runtime credentials, automatic API-key re-login and atomic cache writes.
- Remove the Vaultwarden master password from the tracked sync script.
- Add regression tests for cache persistence and secret handling.
### 2.3.1 — 22.07.2026
- Use a writable runtime `known_hosts` file for SSH probes with read-only SSH mounts.