2.5 KiB
Versions
The following table describes the versions of this project:
Version | Supported | Minimum Node.js | Branch | Npm Tag | Docker Images | Helm Charts | E2E Tests |
---|---|---|---|---|---|---|---|
4.x | ❌ (deprecated) | 10 | 4.x | latest-4 | 4, 4.x, 4.x.x, 4.x-next | 3.x | ❌ |
5.x previous | ❌ (deprecated) | 14 | 5.x | latest-5 | 5, 5.x, 5.x.x, 5.x-next | 4.0 - 4.18 | ❌ |
6.x current | ✅ | 18 | 6.x | latest-6, latest | 6, 6.x, 6.x.x, 6.x-next | 4.19 - ... | e2e-tests/main |
7.x next | ❌ | 18 | 7.x | next-7 | 7.x-next | n/a | e2e-tests/6.x |
8.x experimental | ❌ | 18 | master | next-8 | nightly-master | n/a | master branch |
Migration Guide
The migration from Verdaccio v5/v6 to v7 contains breaking changes. Refer to the priliminary migration guide for more information.
For migrations from older versions to v5/6 refer to the v5 migration guide.
Npm Registry
The official Verdaccio npm packages are located at https://www.npmjs.com/package/verdaccio.
Docker Hub
The official Verdaccio Docker Images are found at https://hub.docker.com/r/verdaccio/verdaccio.
Helms Charts
The official Verdaccio Helm Charts are found at https://artifacthub.io/packages/helm/verdaccio/verdaccio.
E2E Tests
The e2e test are set of basic test running on each release to ensure the basic functionality of Verdaccio. The tests are located at different branches, depending on the version. For versions 6.x and 7.x the tests are located at the e2e-test and everything else on this repository.