mogh.tech Release Notes
Last updated: Mar 6, 2026
mogh.tech Products
All mogh.tech Release Notes (13)
- Mar 5, 2026
- Date parsed from source:Mar 5, 2026
- First seen by Releasebot:Mar 6, 2026
Komodo v2.0.0-dev-123
New release brings versioned installer toggles with --version, clearer Core-Periphery auth debug logs, and better OIDC username extraction. It auto-upgrades DB schema from v1 to v2 with a safe downgrade option, plus dev image tags for core, periphery and CLI.
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-123to the install command. - To go back to stable, run it again with
--version=v1.19.5
Adds debug logs for Core <-> Periphery connection auth
Improve OIDC support with better username extraction behavior
🚨 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
Original source Report a problem - Feb 26, 2026
- Date parsed from source:Feb 26, 2026
- First seen by Releasebot:Feb 27, 2026
Komodo v2.0.0-dev-120
Komodo ships dev images and a refreshed high-contrast UI. The installer gains --version=v2.0.0-dev-120 with a downgrade path to v1.19.5, plus bug fixes and a small schema change on upgrade. See PR #889 for details.
Release notes
- 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-120 to 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
All of your release notes in one feed
Join Releasebot and get updates from mogh.tech and hundreds of other software products.
- Feb 26, 2026
- Date parsed from source:Feb 26, 2026
- First seen by Releasebot:Feb 26, 2026
Komodo v2.0.0-dev-118
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-devNew UI with higher contrast and better UI primitives
🚨 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
Original source Report a problem - Jan 27, 2026
- Date parsed from source:Jan 27, 2026
- First seen by Releasebot:Feb 17, 2026
Komodo v2.0.0-dev-114
Images
- 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
Fixes
Fixes incorrect "update available" when images on your host have multiple associated digests.
Upgrade notice
🚨 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
Original source Report a problem - Jan 24, 2026
- Date parsed from source:Jan 24, 2026
- First seen by Releasebot:Feb 17, 2026
Komodo v2.0.0-dev-112
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
Fixes incorrect "update available" when using images which hardcode a specific digest already (contain @ sign)
🚨 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
Original source Report a problem - Jan 24, 2026
- Date parsed from source:Jan 24, 2026
- First seen by Releasebot:Feb 17, 2026
Komodo v2.0.0-dev-111
Komodo v2 upgrade notes unveil new core, periphery and CLI images, smarter polling via manifest digests, and improved swarm state inference. It adds new execute_container_exec APIs, better config styling, and easier privileged onboarding. Upgrade guide and docs are included.
Release notes
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
- https://demo.komo.do/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_exec type methods for Action usage.
The only breaking change is you have to rename komodo.execute_terminal -> komodo.execute_server_terminal in your Actions
Improve resource configuration styling
Privileged mode 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
Original source Report a problem - Dec 18, 2025
- Date parsed from source:Dec 18, 2025
- First seen by Releasebot:Feb 17, 2026
Komodo v2.0.0-dev-102
Core images
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-devDocker Swarm config and secret management
Support linking multiple primary login methods (Local / OIDC / Google / Github) for the same user.
🚨 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
Original source Report a problem - Dec 11, 2025
- Date parsed from source:Dec 11, 2025
- First seen by Releasebot:Feb 17, 2026
Komodo v2.0.0-dev-98
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-devFirst look at Docker Swarm
- Passkey / TOTP 2FA support
🚨 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
Original source Report a problem - Nov 11, 2025
- Date parsed from source:Nov 11, 2025
- First seen by Releasebot:Feb 17, 2026
Komodo v2.0.0-dev-90
Release notes
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
🚨 There is a small change to the database schema that is made when you upgrade. 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
Original source Report a problem - Oct 28, 2025
- Date parsed from source:Oct 28, 2025
- First seen by Releasebot:Feb 17, 2026
Komodo v2.0.0-dev-86
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🚨 There is a small change to the database schema that is made when you upgrade. 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
Original source Report a problem