Skip to content

Latest commit

 

History

History
52 lines (27 loc) · 1.48 KB

CHANGELOG.md

File metadata and controls

52 lines (27 loc) · 1.48 KB

Changelog

v0.6.2

  • Handle boolean string again as to not always use GIGALIXIR_CLEAN header #41 by Ian Young

v0.6.1

v0.6.0

v0.5.0

v0.4.3

  • Fix broken build

v0.4.2

  • De-sudo call to pip

v0.4.1

  • Deployment works if the action is making the very first deployment.

v0.4.0

  • Fixed an issue where the action would get stuck at 'Getting current replicas' for apps requesting more than one replica
  • Does a health check every 10 seconds instead of increasing the wait time exponentially. Times out now after 10 minutes.

v0.3.0

  • Only add private key and wait for deploy if we are migrating (#9)

v0.2.1

  • Update NPM packages

v0.2.0

  • Config option to run without migrations

v0.1.0

  • Initial Release