Updated Release 1.6.0 (markdown)

Wenkai Yin 2018-09-12 18:38:12 +08:00
parent 5440414bcf
commit e34a7ebd50
1 changed files with 6 additions and 0 deletions

@ -53,6 +53,12 @@ There are many Harbor administrator using LDAP to authenticate Harbor user, but
Simplify the Harbor user privilege management with LDAP group.
## Replicate images with label filters
### Motivations
Two replication filters(repository name filter and repository tag filter) have been introduced in the previous version of Harbor, they both need the filter pattern can match all the images which should be replicated. Sometimes this is difficult or even impossible. By label filter, Users can add any label to the images without changing the name of them.
### Main features
Users replicate images by adding labels to them and creating a new rule with the label filter.
### Benefits to users
The label filter provides a flexible way to replicate images.
## Migrate multiple database to one unified PostgreSQL database