Skip to content

v2.0.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@wy65701436 wy65701436 released this 21 Apr 12:20
· 280 commits to release-2.0.0 since this release
4a292bf

New Features

  • OCI compliant cloud native artifact support
    Harbor v2.0.0 is an OCI compatible registry, users can manage images, manifest lists, Helm charts, CNABs, OPAs, etc which are defined following the OCI image specification. Harbor v2.0.0 will support pull, push, delete, tag, replicate, and scan such kinds of artifacts. Sign with image and manifest list will also be supported in v2.0.

  • Additional Features

    • Enable Trivy to be the default vulnerability scanner which simplifies the configuration of Trivy scanner.
    • Enable TLS between Harbor components which makes intra-traffic more secure.
    • Webhook enhancements including supporting interaction with Slack, selectable event list, multiple endpoints, new events, etc.
    • Enhance the robot account to allow users to set expiration periods.
    • Refactor the error handle framework for better troubleshooting.

Resolved Issues