Update komodo to v2.1.2 (#5335)

This commit is contained in:
Alexander L. 2026-04-14 16:52:56 +02:00 committed by GitHub
parent cb5384f416
commit 5c89227380
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 14 deletions

View File

@ -53,7 +53,7 @@ services:
FERRETDB_POSTGRESQL_URL: postgres://admin:admin@komodo_postgres_1:5432/postgres
core:
image: ghcr.io/moghtech/komodo-core:2.1.1@sha256:2bbbb1efd3534211dac35091e0818f10398d9bdd98fdbf0ddef09e9e0b5ec4ba
image: ghcr.io/moghtech/komodo-core:2.1.2@sha256:8a7dbba232e4e49797bb412be5f78207c89fcf22cc2727b38631ae30f7518a4c
user: "1000:1000"
init: true
labels:
@ -75,7 +75,7 @@ services:
- ${APP_DATA_DIR}/data/keys:/config/keys
periphery:
image: ghcr.io/moghtech/komodo-periphery:2.1.1@sha256:9324baa15d355796fc8ab7fb4a4de7f2904327238100fa78fc2c814ba9d56022
image: ghcr.io/moghtech/komodo-periphery:2.1.2@sha256:8ac9f2ef9c1461b95c862d445da00253005e7094d1e30f5b7b04b8d60ca7a3d6
labels:
komodo.skip:
restart: on-failure

View File

@ -3,7 +3,7 @@ id: komodo
name: Komodo
tagline: A tool to build and deploy software
category: developer
version: "2.1.1"
version: "2.1.2"
port: 9120
description: >-
🦎 Komodo is an open-source platform focused on streamlining and automating the management of servers, application builds, deployments, and containerized environments. It offers a unified interface that enables users to monitor critical system metrics such as CPU load, memory consumption, and disk usage across multiple servers, providing comprehensive operational visibility. A key feature of Komodo is its ability to manage Docker containers and Docker Compose applications, delivering real-time insights into their status, logs, and uptime. This detailed container management simplifies troubleshooting and operational oversight, making it easier for teams to maintain and optimize their deployments.
@ -27,17 +27,7 @@ gallery:
- 5.jpg
releaseNotes: >-
Key highlights in this release include:
- Fixed Swarm stack and deployment available updates not being picked up when attached to a Swarm
- Added "Update Node" support for swarm nodes: update role, availability, and labels
- Added Swarm Stack environment file support
- Fixed stack and service deploys hanging indefinitely if services never converge
- Fixed resource sync support for Swarm
- Fixed UI crash when encountering null values in resource configuration pages
- Fixed container ports not displaying when Server External Address is not configured
- Fixed Build image registry custom organization configuration
- Fixed New Terminal creation menu crash due to missing null check
- Fixed Info files Hide/Show buttons not working
- Added support for disabling application-level logging timestamps
- Fixed multiple compose files with identically named override services causing a UI crash when first created
Full release notes can be found at https://github.com/moghtech/komodo/releases