Skip to content

4.0.0

Compare
Choose a tag to compare
@lbr38 lbr38 released this 07 May 14:21
· 4 commits to stable since this release
067c229

Warning: breaking change

Release version 4.0.0 includes a new table structure for storing tasks in the database.

By updating, all pending scheduled tasks (queued) will be lost as their migration to the new table is too complex (too many differences between the structure of the old table and the new one). These scheduled tasks will need to be recreated manually using the new way to schedule tasks (see Create a new scheduled task)

It is recommended to make a backup before upgrading to version 4.0.0 (make a copy of /var/lib/docker/volumes/repomanager-data/ directory), just in case.

Changes:

  • Removal of the SCHEDULE TASKS tab. Task scheduling is now done on the fly when launching a task. Any type of task can be scheduled (create repo, update, duplicate...).
  • Added the ability to schedule tasks monthly (#155)
  • Scheduled tasks that were sometimes not executed should now be fixed
  • Various UI fixes and improvements