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
-
🚨 If you have issues logging in, clear browser cache and reload the page.
-
OpenAPI documentation -- UI available at
https://your.komodo.host/docs -
Rework image update polling to use manifest call for latest digest without pulling image
-
Improve Swarm stack / service state inference re #1061
-
Add back
komodo.execute_container_exectype methods for Action usage.- The only breaking change is you have to rename
komodo.execute_terminal->komodo.execute_server_terminalin your Actions
- The only breaking change is you have to rename
-
Improve resource configuration styling
-
Privilegedmode onboarding keys to make reversing Periphery connection very simple -
Komodo v2 upgrade guide preview: https://github.com/moghtech/komodo/blob/2.0.0/docsite/docs/setup/version-upgrades.md#updating-to-komodo-v2
-
🚨 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