Harbor v2.0.0-rc1 Release Notes

Release Date: 2020-04-21 // about 4 years ago
  • 🆕 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