Skip to content

v1.8.0-rc1

Pre-release
Pre-release

Choose a tag to compare

@wy65701436 wy65701436 released this 13 May 07:54
· 151 commits to release-1.8.0 since this release
34f0218

Download Binary

  • Open-source Harbor project:

New Features

  • Support for OpenID Connect
    OpenID Connect (OIDC) is an authentication layer on top of OAuth 2.0, allowing Harbor to verify the identity of users based on the authentication performed by an external authorization server or identity provider.

  • Robot accounts
    Robot accounts can be configured to provide administrators with a token that can be granted appropriate permissions for pulling or pushing images. Harbor users can continue operating Harbor using their enterprise SSO credentials, and use robot accounts for CI/CD systems that perform Docker client commands.

  • Replication advancements
    Harbor new version replication allows you to replicate your Harbor repository to and from non-Harbor registries. Harbor 1.8 expands on the  Harbor-to-Harbor replication feature, adding the ability to replicate resources between Harbor and Docker Hub, Docker Registry, and Huawei Registry. This is enabled through both push and pull mode replication.

  • Additional Features
    Harbor 1.8 brings numerous other capabilities for both administrators and end users:

    • Health check API, showing detailed status and health of all Harbor components.
    • Support for defining cron-based scheduled tasks in the Harbor UI. Administrators can now use cron strings to define the schedule of a job. Scan, garbage collection and replication jobs are all supported.
    • API explorer integration. End users can now explore and trigger Harbor’s API via the swagger UI nested inside Harbor’s UI.
    • Introduce a new master role to project, the role's permissions are more than developer and less than project admin.
    • Introduce harbor.yml as the replacement of harbor.cfg and refactor the prepare script to provide more flexibility to the installation process based on docker-compose
    • Enhancement of the Job Service engine to include webhook events, additional APIs for automation, and numerous bug fixes to improve the stability of the service.
    • Docker Registry upgraded to v2.7.1.

Installation and Upgrade

Known Issues:

  • After upgrade from v1.6.x, the scheduled of "Scan All" will be reset to "None", the admin will need to update the schedule again.
  • The label filter in replication policies will be lost after upgrade to version 1.8 (#7762)
  • When the internal redis is down, the health check API may return 502: (#7691)
  • Manifest list isn't supported. When replicating the manifest list, the image whose architecture is amd64 and OS is linux(if found) or the first one will be replicated: (#6522)