v2.1.0
Komodo v2.1.0
Added 4
- Add Update Node support to Swarm for updating node role (manager, worker), availability, and adding or removing node labels
- Add Swarm Stack environment file support by sourcing .env files on the shell before running docker stack deploy
- Enable Swarm Stacks and deployments to poll for updates and auto update
- Support disabling application-level logging timestamps
Fixed 7
- Fix stack and service deploys hanging indefinitely if services never converge
- Fix resource sync support in Swarm
- Fix deepCompare method crash when encountering a null value, affecting some resource configuration pages
- Fix container ports not displaying when Server External Address is not configured
- Fix Build image registry Custom organization configuration
- Fix stack service and container selectors from crashing due to missing null check, affecting New Terminal creation menu
- Fix Info files Hide/Show buttons not working as clicking the header could toggle show
Changelog
- Swarm: Add "Update Node" support: update your swarm node
role(manager, worker) and availability, and add / remove node labels - Swarm / Stack: Add Swarm Stack environment file support.
- Docker swarm doesn't support files natively, this first sources the .env files on the shell, then runs
docker stack deploy
- Docker swarm doesn't support files natively, this first sources the .env files on the shell, then runs
- Swarm: Stacks and deployments attached to swarms can now poll for updates / auto update
- Swarm: Fix stack / service deploys hanging indefinitely if the services never converge
- Swarm: Fix resource sync support
- UI: Fix
deepComparemethod crash when encountering anullvalue, affecting some resource configuration pages. - UI: Fix container ports not displaying when Server
External Addressnot configured- For users who used privileged onboarding key already, you can configure Server
External Addressto restore container port linking behavior. - Future use of privileged onboarding key will move the existing Server
AddresstoExternal Addressfield, if it's not already set.
- For users who used privileged onboarding key already, you can configure Server
- UI: Fix Build image registry Custom organization configuration.
- UI: Fix stack service / container selectors from crashing due to missing null check. This affected New Terminal creation menu.
- UI: Fix Info files "Hide / Show" buttons not working (clicking the header could still toggle show)
- Logging: Support disabling application-level logging timestamps