Komodo Updates & Release Notes

19 updates curated from 1 source by the Releasebot Team. Last updated: May 7, 2026

Get this feed:
  • May 7, 2026
    • Date parsed from source:
      May 7, 2026
    • First seen by Releasebot:
      May 7, 2026
    mogh.tech logo

    Komodo by mogh.tech

    Komodo v2.2.0

    Komodo adds deployment, sync, core, and UI improvements, including Swarm stack tab fixes, smarter resource sync ordering, a resource TOML schema, shell passthrough for system commands, customizable security headers, OIDC auto redirect, and clearer tables and logs.

    Changelog

    Swarm / Deployment: Fix Deployment "Tasks" and "Inspect" tabs when attached to a Swarm

    Stack: Allow excluding specific services from Global Auto Update by @mateuszziolkowski

    Resource Sync: During RunSync, ensure Repo changes are applied before all other potentially dependent resource type changes: Builds, Stacks, and Resource Syncs.

    TOML: Add resource TOML schema (for editor auto-complete / suggestions / documentation) hosted by every Komodo Core at /schema/resources.json (ie at https://your.komodo/schema/resources.json) by @bytedream

    Core: Add standard shell mode (direct passthrough) for system commands by @ericls

    Core: Make the security headers customizable to restore iframe functionality

    X-Frame-Options header value.

    Set as empty string to omit the header.

    Use "SAMEORIGIN" to allow same-origin embedding only.

    Env: KOMODO_X_FRAME_OPTIONS

    Default: "DENY"

    x_frame_options = "DENY"

    Core: Enable OIDC auto redirect behavior on login page by @johnmaguire

    Automatically redirect unauthenticated users to the OIDC provider

    instead of showing the login page.

    Users can bypass the redirect by appending ?disableAutoLogin to the login URL.

    Env: KOMODO_OIDC_AUTO_REDIRECT

    Default: false

    oidc_auto_redirect = false

    Core: Per provider new user registration by @johnmaguire

    Normally new users will be registered, but not enabled until an Admin enables them.

    With disable_user_registration = true, only the first user to log in will registered as a user.

    Env: KOMODO_DISABLE_USER_REGISTRATION

    Default: false

    disable_user_registration = false

    Disable local (username/password) user registration only.

    When set to true, the "Sign Up" button is hidden and local signups are blocked,

    but OIDC and other external provider signups may still be allowed.

    If not set, falls back to disable_user_registration.

    Env: KOMODO_DISABLE_LOCAL_USER_REGISTRATION

    disable_local_user_registration = true

    Disable OIDC user registration only.

    When set to true, new users cannot register via OIDC,

    but local and other provider signups may still be allowed.

    If not set, falls back to disable_user_registration.

    Env: KOMODO_DISABLE_OIDC_USER_REGISTRATION

    # disable_oidc_user_registration = true

    UI: Improve table text sizing and wide log pre wrapping by @elemated

    UI: Move more common components to mogh_ui library: https://github.com/moghtech/lib/tree/main/ui

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

    Original source
  • Apr 10, 2026
    • Date parsed from source:
      Apr 10, 2026
    • First seen by Releasebot:
      Apr 11, 2026
    mogh.tech logo

    Komodo by mogh.tech

    Komodo v2.1.2

    Komodo fixes a UI crash when creating compose files with identically named override services.

    Changelog

    Stack: Fix multiple compose file with identically named override services from causing UI crash when first created

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

    Original source
  • All of your release notes in one feed

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

    Create account
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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.

    • 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
  • Dec 18, 2025
    • Date parsed from source:
      Dec 18, 2025
    • First seen by Releasebot:
      Feb 17, 2026
    mogh.tech logo

    Komodo by mogh.tech

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

    Docker 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
  • Dec 11, 2025
    • Date parsed from source:
      Dec 11, 2025
    • First seen by Releasebot:
      Feb 17, 2026
    mogh.tech logo

    Komodo by mogh.tech

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

    First 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
  • Nov 11, 2025
    • Date parsed from source:
      Nov 11, 2025
    • First seen by Releasebot:
      Feb 17, 2026
    mogh.tech logo

    Komodo by mogh.tech

    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
Releasebot

Curated by the Releasebot team

Releasebot is an aggregator of official product update announcements from hundreds of software vendors and thousands of sources.

Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.

Similar to Komodo with recent updates: