Skip to content

Releases: GiGurra/flycd

v0.0.46

19 Sep 13:16
Compare
Choose a tag to compare

Fix diffing disk size when using volumes

v0.0.45

15 Sep 19:27
Compare
Choose a tag to compare

Support changing machine type after initial app creation

v0.0.44

12 Aug 16:55
Compare
Choose a tag to compare
  • New timeout semantics (now will only time out shell commands if there is no output on stdout or stderr). This is to handle the case of for example deploys with docker builds that take a very long time (exceeding 5 minutes)

  • Dockerfile based on alpine instead of ubuntu (flycd image ends up roughly 100 megs. 65 of which is flyctl. vs the old 1-2GB using ubuntu ;))

v0.0.43

24 Jul 22:38
Compare
Choose a tag to compare

Support graceful shutdowns, configurable grace times and scale to zero

v0.0.42

24 Jul 19:04
Compare
Choose a tag to compare

Hotfix for not working create ip for ipv4

v0.0.41

24 Jul 18:55
Compare
Choose a tag to compare

Support network (private/public ip) config

v0.0.40

22 Jul 21:52
Compare
Choose a tag to compare

flycd install should always keep 1 instance up. This is because some deployments can take significantly longer to run than fly.io permits before auto scaling down

v0.0.39

22 Jul 07:56
Compare
Choose a tag to compare

General refactoring and stabilization

v0.0.38

16 Jul 18:37
Compare
Choose a tag to compare

Support secrets (basic support at least)

v0.0.37

16 Jul 12:21
Compare
Choose a tag to compare

Support per region machine scaling