From 208bdfb20c321696a3ba511fe6dc57b84243d533 Mon Sep 17 00:00:00 2001 From: Tan Jiang Date: Wed, 31 Jan 2018 14:15:13 +0800 Subject: [PATCH] Update change log --- CHANGELOG.md | 39 +++++++++++++++++++++++++-------------- 1 file changed, 25 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fb603ff3..d5177f719 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,22 @@ # Changelog +## v1.3.0 (2018-1-4) + +- 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) + +- 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) - Add in Notary support - User can update configuration through Harbor UI -- Redesign of Harbor's UI using Clarity +- Redesign of Harbor's UI using Clarity - Some changes to API - Fix some security issues in token service - Upgrade base image of nginx for latest openssl version @@ -13,25 +24,25 @@ ## v0.5.0 (2016-12-6) -- 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. +- 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. ## v0.4.5 (2016-10-31) - Virtual appliance of Harbor for vSphere. -- Refactory for new build process. +- Refactory for new build process. - Easier configuration for HTTPS in prepare step. - Updated documents. - Various bug fixes.