From 6ecb19dce30612eb45817bbfa4eb38f68d8d68ca Mon Sep 17 00:00:00 2001 From: Brett Johnson Date: Fri, 2 Nov 2018 14:44:59 +1100 Subject: [PATCH] Updated change log for v1.4.0 -> v1.6.0 Signed-off-by: Brett Johnson --- CHANGELOG.md | 31 ++++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5177f719..fd9844afa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,39 @@ # Changelog -## v1.3.0 (2018-1-4) +## v1.6.0 (2018-09-11) + +- Support manages Helm Charts: From version 1.6.0, Harbor is upgraded to be a composite cloud-native registry, which supports both image management and helm charts management. +- Support LDAP group: User can import an LDAP/AD group to Harbor and assign project roles to it. +- Replicate images with label filter: Use newly added label filter to narrow down the sourcing image list when doing image replication. +- Migrate multiple databases to one unified PostgreSQL database. + +## v1.5.0 (2018-05-07) + +- Support read-only mode for registry: Admin can set registry to read-only mode before GC. [Details](https://github.com/vmware/harbor/blob/master/docs/user_guide.md#managing-registry-read-only) +- Label support: User can add label to image/repository, and filter images by label on UI/API. [Details](https://github.com/vmware/harbor/blob/master/docs/user_guide.md#managing-labels) +- Show repositories via Cardview. +- Re-work Job service to make it HA ready. + +## v1.4.0 (2018-02-07) + +- Replication policy rework to support wildcard, scheduled replication. +- Support repository level description. +- Batch operation on projects/repositories/users from UI. +- On board LDAP user when adding member to a project. + +## v1.3.0 (2018-01-04) - Project level policies for blocking the pull of images with vulnerabilities and unknown provenance. - Remote certificate verification of replication moved to target level. - Refined all images to improve security. -## v1.2.0 (2017-9-15) +## v1.2.0 (2017-09-15) - Authentication and authorization, implementing vCenter Single Sign On across components and role-based access control at the project level. [Read more](https://vmware.github.io/vic-product/assets/files/html/1.2/vic_overview/introduction.html#projects) - Full integration of the vSphere Integrated Containers Registry and Management Portal user interfaces. [Read more](https://vmware.github.io/vic-product/assets/files/html/1.2/vic_cloud_admin/) - Image vulnerabilities scanning. -## v1.1.0 (2017-4-18) +## v1.1.0 (2017-04-18) - Add in Notary support - User can update configuration through Harbor UI @@ -37,8 +58,6 @@ For Harbor virtual appliance: - 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. - - ## v0.4.5 (2016-10-31) - Virtual appliance of Harbor for vSphere. @@ -47,7 +66,6 @@ For Harbor virtual appliance: - Updated documents. - Various bug fixes. - ## v0.4.0 (2016-09-23) - Database schema changed, data migration/upgrade is needed for previous version. @@ -78,7 +96,6 @@ For Harbor virtual appliance: - Database migration tool - Bug fixes - ## v0.1.1 (2016-04-08) - Refactored database schema