Skip to content

Update verdaccio/verdaccio Docker tag to v5.13.0

Utopia Planitia Bot requested to merge renovate/verdaccio-verdaccio-5.x into main

This MR contains the following updates:

Package Update Change
verdaccio/verdaccio minor 5.12.0 -> 5.13.0

Release Notes

verdaccio/verdaccio

v5.13.0

Compare Source

Features

Enable more algorithms for hasing password only for htpasswd plugin, crypt by default to avoid breaking changes for next major release bcrypt is highly recommended.

auth:
  htpasswd:
    file: ./htpasswd
### Maximum amount of users allowed to register, defaults to "+inf".
### You can set this to -1 to disable registration.
### max_users: 1000
### Hash algorithm, possible options are: "bcrypt", "md5", "sha1", "crypt".
    algorithm: bcrypt # by default is crypt, but is recommended use bcrypt for new installations
### Rounds number for "bcrypt", will be ignored for other algorithms.
    rounds: 10

ref https://github.com/verdaccio/monorepo/pull/580


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports