Harbor v1.9.0-rc1 Release Notes

Release Date: 2019-09-04 // over 4 years ago
  • Download Binary

    • Open-source Harbor project:
      • Harbor offline installer
        md5: 3511c91fc71fb8b108dabd402182c7db
      • [Harbor online installer](online installer is not provided in RC build)

    ๐Ÿ†• New Features

    Project Quota
    ๐Ÿ‘ Using quotas management, the system admin can set constraints to limit the number of artifacts or amount of storage resources that are used in the project. This helps the system administrator better manage and allocate resources across all projects.

    ๐Ÿท Tag Retention
    ๐Ÿ— A repository can rapidly accumulate a large number of image tags, many of which might not be required after a given time or once they have been superseded by a subsequent image build. These excess tags can obviously consume large quantities of storage capacity. As a system administrator, you can define rules that govern how many tags of a given repository to retain, or for how long to retain certain tags.

    Webhook
    Webhooks allow you to integrate Harbor with other tools to streamline continuous integration and development processes.

    CVE whitelist
    As a system administrator, you can create whitelists of CVEs to ignore them during the vulnerability policy checking.

    Replication enhancement

    • Add the ability to replicate resources between Harbor and Google Container Registry, Azure Container Registry, Amazon Elastic Container Registry, Ali Cloud Container Registry, Helm Hub.
    • Support label filter

    - Support configuring proxy

    โž• Additional Features
    Harbor 1.9 brings numerous other capabilities for both administrators and end-users:

    • Support LDAP group, when an admin privilege is granted to the user's group, but also a guest privilege is grant to the user, then the user should have admin privileges.
    • Support configure external syslog endpoint and database connection pool.
    • Security enhancement to make Harbor containers run as a non-root user
    • Add the ability to upload/fetch chart with robot account.
    • Bug Fixes and Improvements in job service: job retry, Redis pool run out and the rapid growth in the amount of Redis data.

    Known Issues:

    • Migrating to 1.9 take a few minutes before API is callable due to Quota (#8935)
    • Replication doesn't work for the previous version to v1.9.0 (#8673)