Releases: moghtech/komodo
Komodo v2.0.0-dev-102
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

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
Komodo v2.0.0-dev-90
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
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
Komodo v2.0.0-dev-72
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
Komodo v2.0.0-dev-59
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
Komodo v2.0.0-dev-53
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-devbuild, both Core and Periphery must be updated todev-53to work
PR: #889
Komodo v2.0.0-dev-50
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-devbuild, both Core and Periphery must be updated todev-50to work
PR: #889
Komodo v2.0.0-dev-36
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
Komodo v1.19.5
Changelog
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