-
v0.1.1-alpha
Pre-ReleaseRelease Docker Image / Build & Push Docker Image (release) Successful in 5m11sreleased this
2026-04-05 16:41:45 +00:00 | 38 commits to master since this releaseRelease Notes – v0.1.1-alpha
Release Date: April 5, 2026
Overview
Welcome to v0.1.1-alpha of Keywarden! This patch release brings important improvements to IPv6 compatibility, a cleaner naming convention for environment variables, and an upgraded Docker Compose setup that makes getting started even easier. We've also expanded the documentation with a secure key generation guide and links to our brand-new Matrix community chat – come say hi! ?
New Features
- Prebuilt Docker image & improved Docker Compose setup – The
docker-compose.ymlnow uses a prebuilt image with bind mounts and a custom network, making deployment faster and more straightforward.
Bug Fixes
- IPv6-compatible address formatting – Server address construction now uses
net.JoinHostPort, ensuring correct behavior with IPv6 addresses.
Improvements
- Renamed environment variables –
KEYWARDEN_ADMIN_USER/KEYWARDEN_ADMIN_EMAILhave been renamed toKEYWARDEN_OWNER_USER/KEYWARDEN_OWNER_EMAILto better reflect the owner role. Backward compatibility is preserved – the legacyADMINvariables are still accepted but will show a deprecation warning.
Documentation
- Added a secure key generation guide for session and encryption keys.
- Added Matrix community chat links for easier communication and support.
- Updated the feedback link to point to GitHub Issues.
Changelog
Commit Description 43827d0docs: add Matrix community chat links 2689557fix: use net.JoinHostPortfor IPv6-compatible address formatting45baaf8docs: add secure key generation guide for session and encryption keys fbff33ddocs: update feedback link to GitHub Issues e994f13refactor: rename KEYWARDEN_ADMIN_USER/EMAILenv vars toKEYWARDEN_OWNER_USER/EMAIL7751860feat: use prebuilt image, bind mount and custom network in docker-compose Downloads
- Prebuilt Docker image & improved Docker Compose setup – The