This repository was archived by the owner on Jul 7, 2025. It is now read-only.
2.0.0-ls38
·
265 commits
to master
since this release
LinuxServer Changes:
Updated to keep in line with v2.0.0 branch of Fleet
fleet Changes:
v2.0.0 Rewrite
This is the first major release update which is effectively a rewrite of the original Fleet code.
(Some of the) Changes
- An asynchronous queuing system is in place which accepts different kinds of jobs. Currently the only implemented job is to synchronise known images.
- A scheduling system has been implemented which runs specific update tasks periodically to ensure the images are correct in relation to DockerHub.
- DockerHub authentication has been entirely removed. You can now add whatever repositories you want.
- Much more granular management of repositories and images.
- Huge increase in metadata stored per image, including: logo, URLs, Docker properties.
- Multiple named branches (not just
master) can be tracked per image. - User management has been added.
- The entire UI has been overhauled using a new CSS framework: Bulma.
- Container information and run command snippets are now included per image.