Update change log

This commit is contained in:
Tan Jiang 2018-01-31 14:15:13 +08:00
parent 11288ccc0c
commit 208bdfb20c
1 changed files with 25 additions and 14 deletions

View File

@ -1,11 +1,22 @@
# Changelog # 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) ## v1.1.0 (2017-4-18)
- Add in Notary support - Add in Notary support
- User can update configuration through Harbor UI - 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 - Some changes to API
- Fix some security issues in token service - Fix some security issues in token service
- Upgrade base image of nginx for latest openssl version - Upgrade base image of nginx for latest openssl version
@ -13,25 +24,25 @@
## v0.5.0 (2016-12-6) ## v0.5.0 (2016-12-6)
- Refactory for a new build process - Refactory for a new build process
- Easier configuration for HTTPS in prepare script - Easier configuration for HTTPS in prepare script
- Script to collect logs of a Harbor deployment - Script to collect logs of a Harbor deployment
- User can view the storage usage (default location) of Harbor. - User can view the storage usage (default location) of Harbor.
- Add an attribute to disable normal user to create project - Add an attribute to disable normal user to create project
- Various bug fixes. - Various bug fixes.
For Harbor virtual appliance: For Harbor virtual appliance:
- Improve the bootstrap process of ova installation. - 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. - 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. - Preload a photon:1.0 image to Harbor for users who have no internet connection.
## v0.4.5 (2016-10-31) ## v0.4.5 (2016-10-31)
- Virtual appliance of Harbor for vSphere. - Virtual appliance of Harbor for vSphere.
- Refactory for new build process. - Refactory for new build process.
- Easier configuration for HTTPS in prepare step. - Easier configuration for HTTPS in prepare step.
- Updated documents. - Updated documents.
- Various bug fixes. - Various bug fixes.