The load and start stages are finally distinct: pulling the image (load) and…
v0.2.0-alpha
- The
loadandstartstages are finally distinct: pulling the image (load) and creating/starting the container (start) are now two separate steps in the logs and the deployment indicators — whether the image is rebuilt or reused. Before, everything was lumped under "load" and "start" stayed empty. - Environment variables traced in the logs: at startup, the deployment logs the list of injected environment variables (names only, never values) — e.g. "Injected 5 env var(s): API_TOKEN, DATABASE_URL, …".