sync: README.md for Butler 2.3.2
This commit is contained in:
parent
3febbb51df
commit
02779055ad
1 changed files with 7 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ Unified API proxy and infrastructure management for Homelab Pfannkuchen.
|
||||||
|
|
||||||
- **Base URL:** `http://10.4.1.116:8888`
|
- **Base URL:** `http://10.4.1.116:8888`
|
||||||
- **Authentication:** `Authorization: Bearer <BUTLER_TOKEN>`
|
- **Authentication:** `Authorization: Bearer <BUTLER_TOKEN>`
|
||||||
- **Version:** 2.3.1
|
- **Version:** 2.3.2
|
||||||
- **Interactive API documentation:** `/docs`
|
- **Interactive API documentation:** `/docs`
|
||||||
|
|
||||||
## Service proxy
|
## Service proxy
|
||||||
|
|
@ -97,6 +97,12 @@ Integration Compose definition: `tests/compose.integration.yaml` (binds only to
|
||||||
|
|
||||||
## Changelog
|
## 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
|
### 2.3.1 — 22.07.2026
|
||||||
|
|
||||||
- Use a writable runtime `known_hosts` file for SSH probes with read-only SSH mounts.
|
- Use a writable runtime `known_hosts` file for SSH probes with read-only SSH mounts.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue