Skip to content

Releases: lbr38/repomanager

4.24.0

19 Aug 09:37
18cb98e

Choose a tag to compare

Changes:

  • Added a new API route to list repositories and snapshots #288
  • Added a setting to disable deduplication #270
  • Fixed #285

4.23.0

11 Aug 15:58
9d5f48e

Choose a tag to compare

Changes:

  • Added a way to export the list of hosts in CSV format.
  • Added a way to customize the WebSocket server port to avoid conflicts when multiple instances or Repomanager are running.
  • Added a setting to ignore the checksum failure of downloaded packages #275
  • Fixed #287
  • Various UI fixes and improvements

4.22.2

04 Aug 15:02
595968f

Choose a tag to compare

Changes:

  • Fixed #282
  • Fixed #284
  • Various UI fixes and improvements

4.22.1

21 Jul 16:36
09c7164

Choose a tag to compare

Changes:

  • Fixed broken websocket connection when using a custom port for the web interface @pottah
  • Fixed #279
  • Added a set of permissions for tasks to standard users (stop, relaunch, disable...)
  • Various UI fixes and improvements

4.22.0

14 Jul 14:32
655235a

Choose a tag to compare

Changes :

  • Fixed #271
  • Fixed #274
  • Fixed #276
  • Added a setting to change login expiration timeout #268
  • Added a setting to skip corrupted package on signing #273
  • Added settings to define users permissions #265
  • Various UI fixes and improvements

4.21.0

26 Jun 16:08
5b6e7a4

Choose a tag to compare

Changes:

  • Fixed #251
  • Added a way to select multiple environments to point to a repository snapshot
  • Changed PHP default memory_limit to 512M to avoid 500 errors on large tasks logs
  • Lot of functions refactoring
  • Various UI fixes and improvements

4.20.1

20 Apr 08:03
4c66e9f

Choose a tag to compare

Changes:

  • Fixed #259
  • Added support for http proxy to OIDC SSO @ursinn
  • Various UI fixes and improvements, gradually tending to a fully responsive interface

4.20.0

13 Apr 16:18
129f62b

Choose a tag to compare

Changes:

  • Added an architecture check for deb packages upload, to ensure it's specified correctly
  • Added progress to the duplicate task #252
  • Added a way to allow the mirroring of empty deb repositories #255
  • Added a way to create new snapshots for local repositories #189
  • Hosts profiles: added a way to reload services after packages update (for hosts running linupdate 3.9.0 and above)
  • Added a way to cleanup older tasks and their logs.
  • Various UI fixes and improvements

4.19.0

30 Mar 17:54
891a249

Choose a tag to compare

Changes:

  • Added support for SSO login with OpenID Connect #120 @ursinn
  • Administrators users can now manage all other users unless the super-adminstrator (native admin account)
  • Refactored and restructured the user/login class
  • Prevented read-only users from creating/deleting groups and host profiles and lauching package updates operations
  • Added a way to customize nginx listen port inside the container (default is 8080) for people running the container in network=host mode
  • Fixed #250
  • Updated ChartJS library to the latest version
  • Various UI fixes and improvements

4.18.0

01 Mar 10:24
24ea88a

Choose a tag to compare

Changes:

  • Added a way to enable debug mode and provide more information when possible
  • Repository installation commands are now generated by selecting the desired repositories > Install
  • Fixed #247 (The repo duplicating task is still running even after being canceled by the user)
  • Fixed #248 (Undescriptive Error while uncompressing Packages.xz problem)
  • Prevented the selection of multiple release versions when creating a new repository #245
  • Various UI improvements