From 02779055ad3860accaacc829b47966a6cdaad378 Mon Sep 17 00:00:00 2001 From: sascha Date: Wed, 22 Jul 2026 11:23:51 +0200 Subject: [PATCH] sync: README.md for Butler 2.3.2 --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a2587ce..d0a464f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Unified API proxy and infrastructure management for Homelab Pfannkuchen. - **Base URL:** `http://10.4.1.116:8888` - **Authentication:** `Authorization: Bearer ` -- **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.