Skip to content

Release 5.0.0

Compare
Choose a tag to compare
@n4bb12 n4bb12 released this 19 Jun 15:15
· 88 commits to master since this release

Breaking Changes

  • The plugin no longer prompts users for repo and read:org scopes. Instead, GitHub membership checks are performed using a registry owner token. For this purpose, a new required token option got introduced.
  • The org option got removed. The Verdaccio package configuration provides the same degree of access control with more flexibility.
  • The repository-access option got removed. Users are now only prompted to share public data. The option no longer has any use.
  • The enterprise-origin can no longer be false. Remove or comment it if you want to use the public GitHub.
  • The GITHUB_USER group is no longer supported. Use github/user/GITHUB_USER instead.
  • The github/GITHUB_ORG group is no longer supported. Use github/org/GITHUB_ORG instead.
  • The github/GITHUB_ORG/GITHUB_TEAM group is no longer supported. Use github/org/GITHUB_ORG/team/GITHUB_TEAM instead.
  • The github/owner/GITHUB_ORG and github/owner/GITHUB_USER groups are no longer supported. You now need to distinguish between github/org/GITHUB_ORG/repo/GITHUB_REPO and github/user/GITHUB_USER/repo/GITHUB_REPO.
  • Node 14 is no longer supported.

Other Changes

  • Improved documentation, now located in the docs folder
  • Dependency updates