Changelog
- Proper multi-arch images with support for
linux/amd64
andlinux/arm64
in the manifest.- 🚨 aarch64 / ARM users 🚨 - remove the
-aarch64
from your image tags. - Both x86_64 and ARM now use:
ghcr.io/mbecker20/komodo:latest
(or:1.16.12
,:1.16
,:1
)ghcr.io/mbecker20/periphery:latest
- Check out https://build.komo.do (use
komodo
:komodo
to log in), all release builds happen using the public Komodo build server.- For example, the multi arch Komodo core build: https://build.komo.do/builds/674d5c498154547a78dacfe2
- 🚨 aarch64 / ARM users 🚨 - remove the
- Multi select Resources in tables. Execute commands in bulk. Shoutout to @karamvirsingh98 for this implementation.
- Move to Rustls for TLS, removing OpenSSL dependency which can cause trouble on some hosts
- Stack: Apply Komodo variable interpolation to in UI declared compose files
- Stack / Deployment: Fix auto updating when docker image doesn't specify any tag
- Server: Add configurable health check timeout.
timeout_seconds = 5
in Server TOML.- The default has changed to 3 seconds, as the previous 1 second was a bit too aggressive, and could lead to unnecessary alerts.
Thanks for your feedback and those involved in this release 🦎