Skip to content

Releases: lbr38/repomanager

3.7.11

07 Jan 14:00
31310f3
Compare
Choose a tag to compare

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

27 Dec 13:56
3e5c252
Compare
Choose a tag to compare

Changes:

  • Replaced reprepro with apt-ftparchive for building Debian repositories metadata. (Fixes #131)
  • Various UI improvements.

Deprecations:

  • Deprecated old API authentication method (via POST data). Hosts with linupdate versions prior to 2.2.11 are no longer supported anymore.

3.7.9-1

18 Dec 12:51
06cb3cd
Compare
Choose a tag to compare

Fixes:

  • Fixed a bug where the same environment points to multiple snapshots
  • Fixed mail charset and encoding

3.7.9

17 Dec 13:14
dc40e0a
Compare
Choose a tag to compare

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

05 Dec 16:58
542deb4
Compare
Choose a tag to compare

Changes:

  • UI: Added pagination in some tables

Fixes:

  • RPM repo mirroring: Fixed error with decompression of primary.xml.gz file (when compressed with bzip2 instead of gzip)

3.7.7

22 Nov 13:21
276ba89
Compare
Choose a tag to compare

Fixes:

  • Might have fixed #133
  • Partially fixed #131

3.7.6

14 Nov 09:30
d45b29b
Compare
Choose a tag to compare

Changes:

  • Now using Debian 12 as base image
  • Cleaned deprecated settings from database
  • Various UI changes

Fixes:

  • Fix #127 : Force the use of HTTP 1.1 to prevent syncing errors with some repositories

3.7.5

09 Nov 09:12
bc5bb9f
Compare
Choose a tag to compare

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 and hirsute to the list of pre-defined distributions
  • Various UI changes

Fixes:

  • Fixed #128 FQDN is now always read from the /var/www/repomanager/.fqdn file created at the docker container startup
  • Fixed #127 Added more logs output when an error occurs during Release GPG signature checking

3.7.4

30 Oct 19:27
f03f488
Compare
Choose a tag to compare

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.

3.7.3

23 Oct 07:55
22d5ae6
Compare
Choose a tag to compare

Fixes:

  • Fixed maximum package upload size in the PHP configuration of the docker image
  • Fixed the period filter that was not working anymore on the stats page
  • Various UI fixes