Core image: ghcr.io/moghtech/komodo-core:2-dev
Periphery image: ghcr.io/moghtech/komodo-periphery:2-dev
Km image: ghcr.io/moghtech/komodo-cli:2-dev
Systemd Periphery installer:
-
Add
--version=v2.0.0-dev-120to the install command. -
To go back to stable, run it again with
--version=v1.19.5 -
New UI with higher contrast and better UI primitives
- Fixes bug with changing configuration
- Fixes batch execute button width in desktop view
- Adds close button to Update and Alert details drawers
-
🚨 There is a small change to a database schema that is made when you upgrade from v1 to v2. This is done automatically, but if you need to go back to v1, before taking down the v2 Core container run:
docker compose -p komodo exec core bash -c "km database v1-downgrade -y"PR: #889