Skip to content

Releases: fewlinesco/fly-io-review-apps

v3.6

29 May 09:09
1bcc570
Compare
Choose a tag to compare

What's Changed

  • Reduce the number of instances of a PG cluster by @Fenntasy in #17

Full Changelog: v3.5...v3.6

v3.5

06 Apr 17:13
4e0a537
Compare
Choose a tag to compare

What's Changed

  • Add two environement variable for read and write db by @Fenntasy in #16

Full Changelog: v3.4...v3.5

v3.4

13 Mar 08:47
ee2a875
Compare
Choose a tag to compare
  • Update the allocation of an IPv4 address by adding a recently added --yes flag.

v3.3

08 Mar 17:50
6e00b68
Compare
Choose a tag to compare

Use the DATABASE_URL from the attach command instead of the superuser

v3.2

08 Mar 12:37
d995ab5
Compare
Choose a tag to compare
  • use rolling deployment strategy instead of bluegreen as the later is not compatible with Fly Apps v2
  • use flyctl machine clone instead of flyctl scale as the later is not compatible with Fly Apps v2
  • fix for flyctl status --json no longer outputing JSON

v3.1

07 Mar 08:54
96c9518
Compare
Choose a tag to compare
  • add scale count to the end to speed up deployment time
  • set secrets explicitly with flyctl secrets set

v3.0

06 Mar 15:45
d8bc963
Compare
Choose a tag to compare
  • only create the PostgreSQL Cluster if it doesn't already exist yet (given specified in the configuration)
  • create PostgreSQL cluster with an initial size of 2 so that the write main instance and the first read replica are in the same region, additional read replicas can still be spawned in additional regions with postgres_cluster_regions configuration
  • replace Fly's Database URL ending with .flycast to .internal as a fix for Prisma Issue
  • pass secrets as --env option to the flyctl deploy command instead of using flyctl secrets to avoid first deployment having no secrets

v2.8

07 Nov 15:10
a6de172
Compare
Choose a tag to compare

What's Changed

  • change deprecated "set-output" command by @Meyclem in #10

New Contributors

Full Changelog: v2.7...v2.8

v2.5

16 Sep 11:29
e2a8bad
Compare
Choose a tag to compare
  • Switch the deploy strategy from immediate to rolling