v2.0.0
Komodo v2.0.0
Added 7
- Docker Swarm support to manage swarm clusters, nodes, services, stacks, configs, and secrets
- Outbound periphery capability allowing Periphery to initiate the connection to Komodo Core
- PKI authentication with auto-generated key pairs and automatic rotation for Core and Periphery
- Onboarding keys for streamlined server onboarding with reusable keys
- Passkey and TOTP two-factor authentication for username and password login
- Multi-login Linking to allow users to link multiple login providers to their account
- Full OpenAPI documentation with interactive API docs
Changed 2
- Terminals dashboard, km ssh, and Action scripting with improvements
- UI with improved look, higher contrast, and better UI primitives
Deprecated 2
- Passkeys in favor of PKI authentication
- The :latest tag for Docker images, with v2 images only available with :2 tags
See the v2 upgrade guide.
Breaking
- 🚨 The v2 images are only available with
:2tags. The:latesttag 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.