Skip to content

v0.43.0

Choose a tag to compare

@gfargo gfargo released this 23 Jul 16:53
3de3aab

0.43.0 (2026-07-23)

Features

  • deploy: health-gate the standard deploy path instead of the fixed 60s sleep (#471) (7ee9bb9)

Bug Fixes

  • deploy: health-gate follow-ups (#472, #473, #474, #475) - #472: Rename health_check_green → health_check_project with backward-compat alias. Update call site in deploy_blue_green.sh and comment references. - #473: Add --skip-health-gate flag and DEPLOY_SKIP_HEALTH_GATE env var to opt out of post-up health polling (for one-shot/migration stacks that exit immediately). Checked in deploy.sh before calling _bg_wait_healthy. - #474: Add clarifying comment in _bg_wait_healthy explaining that the standard deploy path always provides arg 4 explicitly (DEPLOY_HEALTH_TIMEOUT default 60s) and BLUE_GREEN_HEALTH_TIMEOUT only applies to the blue-green caller path. - #475: Add timeout-path test exercising the real _bg_wait_healthy loop with health_check_project stubbed to always fail, confirming non-zero exit after the timeout elapses. Closes #472, closes #473, closes #474, closes #475 (#477) (b6ceb77)