Update verdaccio/verdaccio Docker tag to v6 #13
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.11.0
->6.0.5
Release Notes
verdaccio/verdaccio (verdaccio/verdaccio)
v6.0.5
Compare Source
What's Changed
Full Changelog: verdaccio/verdaccio@v6.0.4...v6.0.5
v6.0.4
Compare Source
v6.0.4
What's Changed
Full Changelog: verdaccio/verdaccio@v6.0.3...v6.0.4
v6.0.3
Compare Source
What's Changed
Full Changelog: verdaccio/verdaccio@v6.0.2...v6.0.3
v6.0.2
Compare Source
6.0.2 (2024-11-17)
What's Changed
b6ea32c
chore: adderror
to log level enum (#4943)4f5802c
chore: add unpublish to package access config (#4941)e308fbb
chore: move agent_options to config (#4942)80e4cb8
chore: add info to log when local storage is used (#4948)e3c55f0
chore: encode parts of URL (#4922)58e0d95
fix(middleware): error 404 when getting scoped tarballs (#4913) @mbtoolsFull Changelog: verdaccio/verdaccio@v6.0.1...v6.0.2
v6.0.1
Compare Source
6.0.1 (2024-10-16)
Bug Fixes
v6.0.0
Compare Source
Bug Fixes
6.0.0-rc.1 (2024-09-15)
⚠ BREAKING CHANGES
Features
v5.33.0
Compare Source
ℹ️ℹ️ℹ️ℹ️ℹ️ℹ️
There will be no more updates for version 5.x. Please upgrade to version 6.x. Aside from requiring Node.js 18 as a minimum, there are no breaking changes.
ℹ️ℹ️ℹ️ℹ️ℹ️ℹ️
Bug Fixes
v5.32.2
Compare Source
5.32.2 (2024-09-12)
Bug Fixes
v5.32.1
Compare Source
5.32.1 (2024-08-02)
Bug Fixes
v5.32.0
Compare Source
Features
Bug Fixes
v5.31.1
Compare Source
5.31.1 (2024-06-06)
Bug Fixes
v5.31.0
Compare Source
(🗞️ hey (renovate/dependabot/other bots) users, read this)
ℹ️ Important changes added to the
.verdaccio-db.json
and token signature for users that run on Node.js 22 or higher (in the future 🙃 ) please readhttps://verdaccio.org/docs/configuration/#.verdaccio-db
TLDR:
[VERWAR007] VerdaccioDeprecation: the secret length is too lon...
to remove it please read the link above.verdaccio-db.json
and the token inside does not complies with the length (read link above) the application startup will fail with fatal error (Error: Invalid storage secret key length, must be 32 characters long but is....
)In both cases by updating the secret all previously tokens will get invalid, in your benefit a new legacy signature will be applied and is more secure than the old one (generating tokens with salt).
For existing installations that have no issues by invalidating tokens is recommended to add to the
config.yaml
the following setup, this will automatically generate a new the secret once is started, could be removed aftewards, if all went succesfull the[VERWAR007]
deprecation will not be displayed anymore.Any new installation should not worry about this, new token signature and secret (32 characters) is applied by default.
Features
Bug Fixes
v5.30.3
Compare Source
5.30.3 (2024-04-06)
ℹ️ Verdaccio v6.0.0-beta.2 has been released, ready for user test to ensure the best backward compatibility, help us by trying it out.
Bug Fixes
v5.30.2
Compare Source
5.30.2 (2024-03-24)
ℹ️ Verdaccio v6.0.0-beta.2 has been released, ready for user test to ensure the best backward compatibility, help us by trying it out.
Bug Fixes
1ceb9f9
] https://github.com/verdaccio/verdaccio/pull/4560 (verdaccio/verdaccio@1ceb9f9)) (remove engine strict message in older Node.js versions)v5.30.1
Compare Source
5.30.1 (2024-03-24)
Bug Fixes
v5.30.0
Compare Source
🎉 3 new contributors
ℹ️ Verdaccio v6.0.0-beta.2 has been released, ready for user test to ensure the best backward compatibility, help us by trying it out.
Features
On the versions view there is a new filter that allows semantic versioning filtering (feedback is welcome)
Versions filter by semver range
Bug Fixes
v5.29.2
Compare Source
5.29.2 (2024-02-21)
Bug Fixes
v5.29.1
Compare Source
5.29.1 (2024-02-17)
Bug Fixes
Powered by @mbtools 💯
v5.29.0
Compare Source
Features
v5.28.0
Compare Source
Features
Bug Fixes
v5.27.1
Compare Source
5.27.1 (2023-12-02)
Bug Fixes
v5.27.0
Compare Source
Features
User Interface updates in detail
download progress indicator:
A new indicator was added on the detail page action button and the packages view (small icon to download)
fix dark mode and readme css support
The README was not on sync with the
darkMode
settings displaying a white box when the dark mode was enabled.fix global for
yarn
packages and add version to the packages on copyyarn -g xxx@xxx
is not a valid syntax, has been replaced byyarn global
yarn modern
syntax, sinceglobal
is not valid on yarn >2.x theglobal
is ignoredfeat: hide deprecated versions option
npm deprecate
is a valuable command, but is not enough visible on the UI whenever a package has been deprecated, also could be many packages are deprecated and should not be longer visible (later in the future a filter will be added to display then), the new option hide all those version from the UI.fix: improve deprecated package style
The
deprecated
banner was not on sync with the material-ui components.feat: display deprecated versions
Deprecated versions display a badge, thus is clearly visible which packages are already deprecated.
v5.26.3
Compare Source
5.26.3 (2023-09-24)
Bug Fixes
v5.26.2
Compare Source
5.26.2 (2023-08-26)
Bug Fixes
v5.26.1
Compare Source
Bug Fixes
v5.26.0
Compare Source
Features
Bug Fixes
v5.25.0
Compare Source
Features
Bug Fixes
UI set global package on sidebar setting
Set a package as global on the side bar installation view.
v5.24.1
Compare Source
5.24.1 (2023-04-24)
Bug Fixes
v5.24.0
Compare Source
Features
Bug Fixes
v5.23.2
Compare Source
5.23.2 (2023-04-04)
Bug Fixes
v5.23.1
Compare Source
5.23.1 (2023-03-23)
Bug Fixes
v5.23.0
Compare Source
Features
Bug Fixes
v5.22.1
Compare Source
5.22.1 (2023-03-07)
config.yaml
he propertylogs
will show a deprecation warning and the property should be renamed tolog
to get rid of the warning, the propertylogs
still backward compatible. Please start renaming tolog
, this is one less migration step to do for future v6 release.ℹ️ The new installations won't see this warning because the default yaml file already uses
log
.Docs
Bug Fixes
Docs
v5.22.0
Compare Source
usingfixed at https://github.com/verdaccio/verdaccio/releases/tag/v5.22.1experiments
flag fails on start up https://github.com/verdaccio/verdaccio/issues/3666 (🚧 ) workaround: comment out experimentsconfig.yaml
or keep on<=5.21.x
Refactor
This release only refactor internal code, reuse configuration parsing and token signature from v6.
Bugs
v5.20.0
v5.21.2
Compare Source
5.21.2 (2023-02-25)
Bug Fixes
ed80a25
] (verdaccio/verdaccio@ed80a25)) fix #3612 @juanpicadov5.21.1
Compare Source
5.21.1 (2023-02-14)
Bug Fixes
😊 I've updated the old UI theme without noticed, does not break anything but this version fix that.
Read the previous minor v5.21.0 release here
v5.21.0
Compare Source
One more step to Verdaccio 5 migration to v6 silently, refactored and better tested modules replace internals without migration required, the idea is help move to verdaccio 6 smoothly as possible without users do much in the near future. You are already using v6 😉 or parts of it.
Noticeable improvements:
verdaccio-audit
improved, not longer userequest
and refactored from v6Some dependencies are limited due verdaccio@5 still supports Node.js 12 (but probably not many users are actually using it and is not recommended)
Features
v5.20.1
Compare Source
Bug Fixes
5.20.0 (2023-01-29) (⚠️ Never published on npmjs by mistake)
Since 5.20.0 some internals are new, modules from the next major v6 but backward compatible, if causes any troubles please report. Future releases from now on might benefit of fixes, compatible features on v6 alpha into any new v5 version.
Please check E2E test on this repo, includes all package managers, docker images and plugins.
Features
Bug Fixes
v5.20.0
Compare Source
v5.19.1
Compare Source
5.19.1 (2023-01-07)
Bug Fixes
v5.19.0
Compare Source
Features
Bug Fixes
v5.18.0
Compare Source
Features
Bug Fixes
v5.17.0
Compare Source
Features
Bug Fixes
v5.16.3
Compare Source
Same as v5.16.0 https://github.com/verdaccio/verdaccio/releases/tag/v5.16.0
v5.16.2
Compare Source
v5.16.1
Compare Source
v5.16.0
Compare Source
Features
Docker refactoring
Docker base moves from TLS v14 -> v18
Bug Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.