Skip to content

Releases: GiGurra/flycd

v0.0.36

16 Jul 09:23
Compare
Choose a tag to compare

Support common config in project files:

  • yaml tree deep-merged defaults
  • yaml tree deep-merged overrides
  • raw text/regex substitutions

v0.0.35

15 Jul 13:20
Compare
Choose a tag to compare

Support multiple/extra regions, in combination with volumes

v0.0.34

14 Jul 22:22
Compare
Choose a tag to compare

Fix broken services. v0.0.33 would only work for http_service, and not services

v0.0.33

14 Jul 21:45
Compare
Choose a tag to compare

Add support for volumes and mounts

v0.0.32

14 Jul 16:09
Compare
Choose a tag to compare

Fix untyped toml writing

v0.0.31

14 Jul 15:16
Compare
Choose a tag to compare

Support copying config path contents into build path

v0.0.30

14 Jul 09:26
Compare
Choose a tag to compare

Serialize webhook execution/logic for now (until we implement something that can determine what changes collide or not)

v0.0.28

14 Jul 08:27
Compare
Choose a tag to compare

Fix github webhook time parsing (again). Apparently github sometimes writes ISO timestamps in the json, but sometimes writes unix timestamps (ints) instead XD

v0.0.27

13 Jul 22:52
Compare
Choose a tag to compare

Fix logging during deployments (mixed stderr and stdout, causing combined log message reordering)

v0.0.26 / hotfix

13 Jul 22:35
Compare
Choose a tag to compare

Fix broken webhook deserialisation :)