CHANGELOG (0.8.X)
0.8.0 π (2025-11-20)
Backwards incompatible changes for 0.7.3
Installer Actions
- Update
deployex.yamlfile, moving the variablesdeploy_timeout_rollback_msanddeploy_timeout_rollback_msto each application instead of defining them globally.
Before (0.8.0 and earlier):
deploy_rollback_timeout_ms: 600000
deploy_schedule_interval_ms: 5000
appl...