You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds USE_HTTPS_AUTH option to use HTTPS URLs instead of the default SSH URLs
Use docker compose version invocation on startup to verify version instead of older docker-compose --version now that v1 is deprecated
Unify the version of the released package and the version in the config under a single variable (this has drifted often in the past)
Removes the raise_error parameter of kill_deployment since killing a deployment will inherently raise an unhandled exception when we exit with a status of 1.
Corrects the status of succeed_deployment from 1 to 0
Properly expands harvey_path
.env files are now sourced from both the relative root of the project and the $HARVEY_PATH to allow for greater flexibility
Bump dependencies
Corrects and clarifies all documentation
Drops ability to install from Pip (no longer release to PyPi) since the invocation hasn't worked for some time and needs local commands