v2.0.0

maximhq/bifrostv2.0.0Mar 24, 2026by mbecker20

AI Summary

This release marks a major version upgrade with Docker Swarm support, a new user interface, and PKI-based authentication. It deprecates the :latest tag in favor of :2 images and introduces multi-login linking capabilities.

Key Highlights

  • Docker Swarm support for managing clusters, nodes, and services
  • PKI authentication with automatic key rotation (passkeys deprecated)
  • New UI with higher contrast and better UI primitives
  • Multi-login linking for GitHub, OIDC, and other providers
  • Full OpenAPI documentation available

Breaking Changes

  • The :latest tag is now deprecated; images are only available with :2 tags

New Features

  • Outbound periphery can now initiate connections
  • Onboarding keys for streamlined server setup
  • Improved terminals and Action scripting
  • Passkey/TOTP two-factor authentication
  • Built-in two factor authentication for username/password login

Full Release Notes

See the [**v2 upgrade guide.**](https://komo.do/docs/releases/v2.0.0#upgrading-to-komodo-v2)

## Breaking
-  🚨 The v2 images are only available with `:2` tags. The `:latest` tag is now deprecated.

## Changelog

- **Docker Swarm support**: Manage swarm clusters, nodes, services, stacks, configs, and secrets.
- **Outbound periphery**: Periphery can now initiate the connection to Komodo Core.
- **PKI authentication**: Core and Periphery now authenticate with auto-generated key pairs and automatic rotation. Passkeys are deprecated.
- **Onboarding keys**: streamlined server onboarding with reusable keys.
- **Improved terminals**: Terminals dashboard, `km ssh`, and improved Action scripting.
- **New UI**: Improved look with higher contrast and better UI primitives.
- **Passkey / TOTP 2FA**: Built in two factor authentication for username / password login.
- **Multi-login Linking**: Users can now link multiple login providers (Local, OIDC, Github, etc) to their account.
- **Full OpenAPI documentation**: Interactive API docs [now available](https://demo.komo.do/docs).