Releases: lbr38/repomanager
3.7.11
Important changes:
-
This release includes a major change in the stats database (storing repositories access logs).
An automatic migration will be performed at the container startup and Repomanager will be in maintenance mode (UPDATE RUNNING popup).
Please do not stop or restart the container during the migration.
Migration duration depends on your usage of stats (about 20 minutes for 1 year of stats with 300 hosts accessing repos daily).
You can use the following command to check the migration status from the host:
docker logs repomanager -f
And wait for
Migration done
message. Or just regularly refresh the maintenance page until it disappears.Note: if you do not use stats or if you only have a few repositories, the migration should be fast and you might not even see the maintenance page.
Fixes:
- Fixed stats service that was sometimes consuming too much CPU
- Various UI fixes
3.7.10
3.7.9-1
3.7.9
Fixes:
- Fixed duplicated environments in repos list when having repos with the same name
- Fixed repos not being displayed in the repos list when having repos with the same name
- Fixed operation stop button that was not working when operation is launched by a planned task
- Fixed mirroring of source repositories with uncommon repo architecture (congrats elasticsearch)
Features:
- Manage profiles: Added the ability to restart a service after a specific package update (requires linupdate 2.2.12).
Changes:
- Various UI changes (more modern and standard tables and lists).
3.7.8
3.7.7
3.7.6
3.7.5
Changes:
- Changed API authentication method: authentication is now done through the header
- Added a new API endpoint to upload a package into a repository
- Added a new API endpoint to rebuild a repository
- Added
stretch
andhirsute
to the list of pre-defined distributions - Various UI changes
Fixes:
3.7.4
Fixes:
- Fix #121: fixed unrecognized MIME type when package is uploaded from a non-Linux OS. Improved package upload verifications.
- Fix #119: fixed unwanted package download when mirroring from certain repos.
Features:
- Feature #119: Added a customizable timeout parameter for packages download when creating a mirror.