Skip to content
This repository was archived by the owner on Feb 25, 2021. It is now read-only.

v0.3.0 Release Candidate #1

Pre-release
Pre-release

Choose a tag to compare

@DaneEveritt DaneEveritt released this 30 Oct 23:58
· 459 commits to develop since this release
v0.3.0-rc.1
53614b5

v0.3.0-rc.1 (Barefoot Barbosania)

This is the first release candidate for Daemon@0.3.0 and is considered to be feature complete. No new features will be added to the 0.3.0 line. This release is focused on finding and fixing any remaining bugs in the system. If there are few or no bugs we will continue on to an official production-ready release.

This release requires Panel@0.5.0-rc.1.

Known Issues

  • Decompressing large files through the file manager throws a EMFILE: too many open files error.

Added

  • Added method to handle assigning a percent extra memory to containers based on the current allocated. Should help with Minecraft servers hitting OOM when java attempts to allocate a bit over the hard limit.
  • Support for ARK Servers.

Changed

  • Changed some docker container creation options to prevent fork-bombing as well as prevent additional routes for privilege escalation in containers.
  • Changed server startup async pathway to call onStarting not onStart. onStart is now called when server is marked as started.

Fixed

  • Properly call onStop, onStarting, and onStart when server actions occur.
  • Fix decompressing files setting the wrong permissions on extractions.