• v0.1.1-alpha
    Release Docker Image / Build & Push Docker Image (release) Successful in 5m11s
    Pre-Release

    scriptos released this 2026-04-05 16:41:45 +00:00 | 38 commits to master since this release

    Release 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.yml now 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 variablesKEYWARDEN_ADMIN_USER / KEYWARDEN_ADMIN_EMAIL have been renamed to KEYWARDEN_OWNER_USER / KEYWARDEN_OWNER_EMAIL to better reflect the owner role. Backward compatibility is preserved – the legacy ADMIN variables 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
    43827d0 docs: add Matrix community chat links
    2689557 fix: use net.JoinHostPort for IPv6-compatible address formatting
    45baaf8 docs: add secure key generation guide for session and encryption keys
    fbff33d docs: update feedback link to GitHub Issues
    e994f13 refactor: rename KEYWARDEN_ADMIN_USER/EMAIL env vars to KEYWARDEN_OWNER_USER/EMAIL
    7751860 feat: use prebuilt image, bind mount and custom network in docker-compose
    Downloads