Skip to content

0.5.0

Compare
Choose a tag to compare
@reasonerjt reasonerjt released this 06 Dec 11:17

What's new?

  • Refactory for a new build process
  • Easier configuration for HTTPS in prepare script
  • Script to collect logs of a Harbor deployment
  • User can view the storage usage (default location) of Harbor.
  • Add an attribute to disable normal user to create project
  • Various bug fixes.

For Harbor virtual appliance:

  • Improve the bootstrap process of ova installation.
  • Enable HTTPS by default for .ova deployment, users can download the default root cert from UI for docker client or VCH.
  • Preload a photon:1.0 image to Harbor for users who have no internet connection.

1. If you are installing Harbor on a Linux host, download one of the tgz files:

harbor-online-installer-0.5.0.tgz : for host that can connect directly to Internet.
harbor-offline-installer-0.5.0.tgz : for host that does not have connectivity to Internet.

Refer to the Installation Guide for more instructions.

2. If you are installing Harbor as part of VIC (vSphere Integrated Containers), or installing standalone Harbor on vSphere platform, download the below OVA file and import into vCenter as a virtual appliance:

harbor_0.5.0-9e4c90e.ova
md5sum: af1f91c977681db5900ff9dff145cc82

Refer to the Virtual Appliance Installation Guide for more instructions.


**Known Issues:**

LDAP user named "admin" cannot be used in Harbor. #997
LDAP user must log in at least once before he/she can be added to a project #954
For AD, based DN must be set at the "ou" level for searching users. #1136
Harbor launches very slow when there are a lot of repos: #1052
If incorrect password is set in the email account, it takes a long time to report the errors: #1181