2 Release 1.7.0
Steven Zou edited this page 2018-12-20 12:54:39 +08:00
This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Main Features:

Harbor v1.7 brings to fruition a number of features weve been working on over the last three months:

  • Image Build History you can now see the contents of a container image
  • Image retagging the ability to apply a new tag to an image after it has been pushed to Harbor. This is particularly useful in cases where images are being promoted in a CI pipeline to production or when images need to be retagged programmatically, or when a user desires to retag container images to different repositories or projects
  • Online garbage collection Harbor can now clean up deleted images from the backend storage and no longer requires the Harbor stack to be stopped before performing a GC operation. This is tremendous news for those who leverage Harbor in environments with CI pipeline resulting in large image churn
  • Support Logger customization enables the user to customize STDOUT / STDERR / file / DB logger of running jobs
  • Polished Helm chart functionality continuing to polish our Helm chart support and fixing various small bugs around this feature, including:
    • Chart searching included in the global search results
    • Label support in Helm charts
    • Recursive deletion of charts

Additonal Features:

Were always on the lookout for ways to polish the project and weve made some smaller changes in that vein: Tightened container capabilities minimizing capabilities when starting containers (principle of least privilege!)

  • Bumped Clair version Harbor now ships with Clair v2.0.7
  • Bumped Notary veresion Harbor now ships with Notary v0.6.1
  • Miscellaneous support for longer usernames, refactoring our UI code, enabling markdown support in our project description, etc. are all small polish-like changes to the project, but the little things do matter.