Skip to content

v2.14.0

Latest

Choose a tag to compare

@wy65701436 wy65701436 released this 17 Sep 06:02
· 4 commits to release-2.14.0 since this release
44a7442

What's Changed

Exciting New Features 🎉

Enhanced Proxy-cache

Syncs state with the upstream registry by deleting local cache when artifacts are removed; Serves the local manifest if its digest matches the upstream registry

  • Add manifestcache push for tag and digest to local repository by @raphaelzoellner in #21141
  • Delete local cache if the artifact doesn't exist in upstream registry by @stonezdj in #22175

Single Active Replication

Adds an option to enforce single active replication, preventing parallel runs under the same policy. For more details, please refer to the design proposal: https://github.com/goharbor/community/blob/main/proposals/new/single-active-replication.md

Enhanced artifact scanning

Adds support for fixVersion in CVE reports; Skips vulnerability checks for non-scannable artifacts.

Enhanced garbage collection

Displays GC progress while running

Enhanced CNAI Model integration

Adds support for raw CNAI model format. For more details, please refer to the model spec.

Breaking Changes 🛠

  • the replication adapter whitelist has been introduced to control the to define the list of actively supported adapters @wy65701436 in #22198

Component updates ⬆️

Docs update 🗄️

Other Changes

New Contributors

Full Changelog: v2.13.0...v2.14.0