Komodo Release Notes

Last updated: Apr 3, 2026

  • Apr 2, 2026
    • Date parsed from source:
      Apr 2, 2026
    • First seen by Releasebot:
      Apr 3, 2026
    mogh.tech logo

    Komodo by mogh.tech

    Komodo v2.1.1

    Komodo fixes stack and deployment update checks when attached to a Swarm.

    Changelog

    Swarm: Fix stack / deployment available updates not being picked up when attached to a Swarm

    Still running v1? Check out the Komodo v2 upgrade guide.

    Original source Report a problem
  • Apr 1, 2026
    • Date parsed from source:
      Apr 1, 2026
    • First seen by Releasebot:
      Apr 2, 2026
    mogh.tech logo

    Komodo by mogh.tech

    Komodo v2.1.0

    Komodo adds Swarm management updates, including node role and availability edits, node labels, Swarm Stack .env support, and auto polling for stack updates. It also fixes deploy hangs, UI crashes, container port display issues, selector bugs, and adds a way to disable application log timestamps.

    Changelog

    • Swarm: Add "Update Node" support: update your swarm node role (manager, worker) and availability, and add / remove node labels
    • Swarm / Stack: Add Swarm Stack environment file support.
    • Docker swarm doesn't support files natively, this first sources the .env files on the shell, then runs docker stack deploy
    • Swarm: Stacks and deployments attached to swarms can now poll for updates / auto update
    • Swarm: Fix stack / service deploys hanging indefinitely if the services never converge
    • Swarm: Fix resource sync support
    • UI: Fix deepCompare method crash when encountering a null value, affecting some resource configuration pages.
    • UI: Fix container ports not displaying when Server External Address not configured

    For users who used privileged onboarding key already, you can configure Server External Address to restore container port linking behavior.

    Future use of privileged onboarding key will move the existing Server Address to External Address field, if it's not already set.

    • UI: Fix Build image registry Custom organization configuration.
    • UI: Fix stack service / container selectors from crashing due to missing null check. This affected New Terminal creation menu.
    • UI: Fix Info files "Hide / Show" buttons not working (clicking the header could still toggle show)
    • Logging: Support disabling application-level logging timestamps
    Original source Report a problem
  • All of your release notes in one feed

    Join Releasebot and get updates from mogh.tech and hundreds of other software products.

  • Mar 24, 2026
    • Date parsed from source:
      Mar 24, 2026
    • First seen by Releasebot:
      Mar 24, 2026
    mogh.tech logo

    Komodo by mogh.tech

    Komodo v2.0.0

    Komodo ships v2 with a major upgrade guide, new Docker Swarm support, outbound Periphery connections, PKI authentication, streamlined onboarding, improved terminals and a refreshed UI, plus built-in 2FA, multi-login linking, and full OpenAPI docs.

    See the v2 upgrade guide.

    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.

    Original source Report a problem
  • Mar 16, 2026
    • Date parsed from source:
      Mar 16, 2026
    • First seen by Releasebot:
      Mar 16, 2026
    mogh.tech logo

    Komodo by mogh.tech

    Komodo v2.0.0-dev-124

    Komodo releases dev-era core and periphery images and CLI with an explicit version switch to v2.0.0-dev-124 and an option to revert to v1.19.5. It refines UI with compact tabs, improved modals, and single-click confirms, enhances the multi-resource table, and adds icons. It also notes an automatic v1-downgrade path and a small upgrade-time database schema change.

    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-124 to the install command.

    • To go back to stable, run it again with --version=v1.19.5

    • Sidebar more vertically compact

    • Page tabs are more compact, have improved styling, and better responsiveness

    • Improve the confirm changes modal with single click confirm, better sizing

    • Improve the multi-resource table Executions with icons and single click confirm

    • Finish Repo and Procedure header info

    • Fix Procedure UI Run Stack Service configuration modal not opening

    • Misc. styling fixes in resource configuration UI

    • 🚨 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
  • Mar 5, 2026
    • Date parsed from source:
      Mar 5, 2026
    • First seen by Releasebot:
      Mar 6, 2026
    mogh.tech logo

    Komodo by mogh.tech

    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-123 to 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
    mogh.tech logo

    Komodo by mogh.tech

    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
    Original source Report a problem
  • Feb 26, 2026
    • Date parsed from source:
      Feb 26, 2026
    • First seen by Releasebot:
      Feb 26, 2026
    mogh.tech logo

    Komodo by mogh.tech

    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-dev

    New 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
    mogh.tech logo

    Komodo by mogh.tech

    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
    mogh.tech logo

    Komodo by mogh.tech

    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
    mogh.tech logo

    Komodo by mogh.tech

    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.

    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

Related products