• Pre-Release

    GiteaMirror released this 2025-10-28 13:42:29 -05:00 | -350 commits to main since this release

    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: https://github.com/moghtech/komodo/pull/889

    Downloads
  • Pre-Release

    GiteaMirror released this 2025-10-22 15:48:08 -05:00 | -310 commits to main since this release

    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: https://github.com/moghtech/komodo/pull/889

    Downloads
  • Pre-Release

    GiteaMirror released this 2025-10-18 13:36:07 -05:00 | -253 commits to main since this release

    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: https://github.com/moghtech/komodo/pull/889

    Downloads
  • Pre-Release

    GiteaMirror released this 2025-10-12 22:00:47 -05:00 | -230 commits to main since this release

    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"
    
    • 🚨 If you are running a previous 2-dev build, both Core and Periphery must be updated to dev-53 to work

    PR: https://github.com/moghtech/komodo/pull/889

    Downloads
  • Pre-Release

    GiteaMirror released this 2025-10-10 01:40:42 -05:00 | -211 commits to main since this release

    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"
    
    • 🚨 If you are running a previous 2-dev build, both Core and Periphery must be updated to dev-50 to work

    PR: https://github.com/moghtech/komodo/pull/889

    Downloads
  • Pre-Release

    GiteaMirror released this 2025-10-05 20:23:43 -05:00 | -160 commits to main since this release

    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: https://github.com/moghtech/komodo/pull/889

    Downloads
  • Stable

    GiteaMirror released this 2025-09-27 15:29:16 -05:00 | 0 commits to main since this release

    Changelog

    Resource

    • Build: Improve image tagging customization re issues like #866
      • Push tag exactly as specified by "Image Tag"
      • Can disable :latest tag
      • Can disable the Version tags :x.y.x, :x.y, :x
      • Can disable the commit hash tag
    • Action (and Typescript client): Fix komodo.execute_and_poll from error when initial update has no ID.
      • Specifically this fixed issue can happen when using komodo.execute_and_poll("DeployStackIfChanged", {...}).
    Downloads
  • Stable

    GiteaMirror released this 2025-09-14 14:32:58 -05:00 | 2 commits to main since this release

    Changelog

    Resource

    • Action: Allow multiple Runs on single Action in parallel, lifting a limitation on reusing Actions using Args.
    • Stack: Compose / config files in Info tab can be toggled open / closed by clicking entire header in #827 by @paulora2405

    UI

    • Ensure auto theme change applies to all elements including Monaco editor
    • Allow login in by pressing Enter in #830 by @jackra1n
    • Improve Group Actions confirmation dialog overflow handling in #828 by @MP-Tool
    • Fix persistent table sorting state including unsorted in #832 by @MP-Tool
    • Autofocus on Login username field in #837 by @baldarn
    • Block calls for additional information when user doesn't have token in #842 by @MP-Tool
    • Block calls for server information when server is not reachable in #843 by @MP-Tool
    • Fix Users page navigation from omnibar in #838 by @azrikahar

    Misc

    • Improve resource creation error handling using semantic status codes in #819 by @MP-Tool
    • Improve GetUser status code in #841 by @MP-Tool
    • Decrease periphery and km binary size by ~5 MB using cargo strip
    • Enforce disable_non_admin_create on tag creation
    • Add server cache update concurrency controller -- prevents timing issues when server cache update initiated from multiple concurrent branches / parallel threads.
    Downloads
  • Stable

    GiteaMirror released this 2025-09-05 15:41:58 -05:00 | 5 commits to main since this release

    Changelog

    This is a small release fixing various bugs, including the longstanding issue #427. It also includes a change to the Resource Sync UI, improving the look and saving users an extra click.

    Resources

    • Repo: Improve "Failed" state to reflect latest BuildRepo success.
    • Sync: Improve tabs UX, consolidate both Execute / Commit into main tabs to remove a click.

    Misc

    Downloads
  • Stable

    GiteaMirror released this 2025-08-31 21:13:14 -05:00 | 6 commits to main since this release

    🚨 Updating from v1.18.X or under? Review https://komo.do/docs/resources/auto-update for changes to "Poll for Updates" and "Auto Update" features.

    Changelog

    Resource

    • Stack: Add option to make run command detachable in #766 by @bpbradley
    • Stack: Add UI editor compose-file specific linting / suggestions as you type in #772 by @chrishoage

    Misc

    • Improve container ports display when defined as range in #786 by @jackra1n
    • Improve local login page in #788 by @jackra1n
    • urlencode database credentials to ensure they reach database correctly
    • Fix file commit Stack / Build / Resource Sync when using these with Linked Repo re #634
    • Fix auto update issue #468
    • Support custom "username" part of git access tokens to allow for more git providers re #387
      • Bitbucket users: For the token you configure with Komodo for the account, add prefix for your access token like so:
        x-token-auth:<ACCESS_TOKEN> (see screenshot). This works for any other custom value you need in the <username>: part of basic authentication. If not included, will default to use token:<ACCESS_TOKEN> as before.
    Screenshot 2025-08-31 at 8 03 25 PM
    Downloads