-
released this
2025-10-28 13:42:29 -05:00 | -350 commits to main since this releaseCore 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"Downloads
-
released this
2025-10-22 15:48:08 -05:00 | -310 commits to main since this releaseCore 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"Downloads
-
released this
2025-10-18 13:36:07 -05:00 | -253 commits to main since this releaseCore 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"Downloads
-
released this
2025-10-12 22:00:47 -05:00 | -230 commits to main since this releaseCore 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-devbuild, both Core and Periphery must be updated todev-53to work
Downloads
-
released this
2025-10-10 01:40:42 -05:00 | -211 commits to main since this releaseCore 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-devbuild, both Core and Periphery must be updated todev-50to work
Downloads
-
released this
2025-10-05 20:23:43 -05:00 | -160 commits to main since this releaseCore 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"Downloads
-
released this
2025-09-27 15:29:16 -05:00 | 0 commits to main since this releaseChangelog
Resource
- Build: Improve image tagging customization re issues like #866
- Push tag exactly as specified by "Image Tag"
- Can disable
:latesttag - 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_pollfrom error when initial update has no ID.- Specifically this fixed issue can happen when using
komodo.execute_and_poll("DeployStackIfChanged", {...}).
- Specifically this fixed issue can happen when using
Downloads
- Build: Improve image tagging customization re issues like #866
-
released this
2025-09-14 14:32:58 -05:00 | 2 commits to main since this releaseChangelog
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
peripheryandkmbinary size by ~5 MB using cargo strip - Enforce
disable_non_admin_createon tag creation - Add server cache update concurrency controller -- prevents timing issues when server cache update initiated from multiple concurrent branches / parallel threads.
Downloads
-
released this
2025-09-05 15:41:58 -05:00 | 5 commits to main since this releaseChangelog
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
BuildReposuccess. - Sync: Improve tabs UX, consolidate both Execute / Commit into main tabs to remove a click.
Misc
- Login: Fix Local user "Sign Up" in #801 by @jackra1n
- UI: Fix "Create resource" button remain disabled after failed call in #800 by @antoniosarro re #771
- UI: Fix broken Monaco editor when using config file with absolute path.
- UI: Fix Server Stats tab for new server re #427
- UI: Containers page: filter by server in #796 by @antoniosarro re #687
- UI: Improve login page implementation (cont.) in #798 by @jackra1n re #403 and [Feature Request] Have a setting on each stack(or maybe container) that links to the release notes page (#652)
- Ensure deleted resources are cleaned up from Alerter whitelist / blacklist re #581
Downloads
- Repo: Improve "Failed" state to reflect latest
-
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
urlencodedatabase 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 usetoken:<ACCESS_TOKEN>as before.
- Bitbucket users: For the token you configure with Komodo for the account, add prefix for your access token like so:
Downloads
mirror of
https://github.com/moghtech/komodo.git
synced 2025-12-05 19:17:36 -06:00