Skip to content

Releases: ubergeek77/Lemmy-Easy-Deploy

1.1.2

23 Jun 19:45
94e21fc
Compare
Choose a tag to compare

This should be good to go for 0.18.0 support. Tested it on my end and everything looks good.

I added a warning for ARM users. Sorry guys, but Lemmy broke support for ARM. Please go check Lemmy's issue tracker for more info.

0.18.0 is very new, so please let me know if there are any unexpected errors I didn't see during testing!

1.1.1

23 Jun 06:21
128236f
Compare
Choose a tag to compare

Very early 0.18.0 support.

Will be rewritten later once the specifics of 0.18.0 being stable are known.

1.1.0

21 Jun 03:18
f0a3d7d
Compare
Choose a tag to compare
  • Set exit-on-error after Docker service checks, so the user can see the guidance messages
  • Add a nice version banner :)

1.0.9

21 Jun 02:47
f1df861
Compare
Choose a tag to compare
  • Collect more diagnostic info for issues
  • cd to ./live before running service checks, older versions of Docker Compose don't like just the -p parameter, apparently

1.0.7

21 Jun 01:23
5dc05a8
Compare
Choose a tag to compare

Fixed an issue where the system's Docker Compose binary was not used for the service checker, causing deploy failures.

1.0.6

20 Jun 03:13
21f2c6c
Compare
Choose a tag to compare

Hotfix for 1.0.4, fixed the flag name for the new diagnostic function.

Also tried to make the Docker build cache happy by excluding .git from the build context. This breaks builds, it has been reverted in 1.0.6.

1.0.4

20 Jun 02:49
565dca9
Compare
Choose a tag to compare
Fix #6, add health checks, add diag function

1.0.3

19 Jun 07:16
c6e5994
Compare
Choose a tag to compare

Finally fix building on ARM

1.0.2

19 Jun 00:02
e100c98
Compare
Choose a tag to compare
  • Run pull and build against the stack before running down, reduces instance downtime on redeploys
  • Make the hostname checker a little smarter

1.0.1

18 Jun 21:58
87586a4
Compare
Choose a tag to compare
  • Force compiling from source if not on x86_64 (fixes #1 )
  • Improve Readme
  • Pre-check config.env
  • Add an update notice for new LED versions
  • Add error checking for git pull errors