Skip to content

v2.8.0

Compare
Choose a tag to compare
@YangJiao0817 YangJiao0817 released this 17 Apr 03:30
· 62 commits to release-2.8.0 since this release
89ef156

Known issue

  • In version v2.8.0-v2.8.2, please refrain from using the EXTERNAL REDIS USERNAME (ACL AUTH) due to issue-18892. So if you care about the registry performance, please follow the FAQ guidance to set up your Redis server that allow you to bypass this limitation, otherwise you could just ignore it.
  • There's a known issue #19320 that occurs when running harbor.yml migrate script with the specific storage_service.redirect.disable configuration. Impact version would be Harbor v2.8 and v2.9, for example migrate from v2.7.X to v2.8.Y or v2.7.X to v2.9.Z. Please refer to this comment as a workaround.

What's Changed

Exciting New Features 🎉

Supporting OCI Distribution Spec v1.1.0-rc1

Support for sending webhook payloads with CloudEvents format

The webhook functionality has undergone significant improvements, aimed at delivering enhanced management and debugging capabilities. The latest update includes the addition of CloudEvents format support, enabling users easily integrate with other systems and services.

Jobservice Dashboard Phase 2

Displaying logs for running tasks, which provides users with real-time visibility into the progress and status of their running jobs.
Cleanup expired running executions, which helps users to automatically cleaning unfinished or expired executions.

Option to Skip Update Pull Time for Scanner

Allows users to skip the automatic update on pull time that performed by a scanner during a scan task

  • Add scanner_skip_update_pulltime property for system setting by @AllForNothing in #18214
  • Skip to update pull time and pull count for scanner robot account by @stonezdj in #17807

Additional Features

Deprecations ❌

Removal of ChartMuseum

Starting with version v2.8.0, Harbor no longer includes ChartMuseum in either the user interface or the backend.

Note: Please perform the migration before upgrading, if required.

How to migrate helm charts to oci artifacts?

Please navigate to this page for details about the migration.

Enhancement 🚀

Component updates ⬆️

Docs update 🗄️

Community update 🧑🏻‍🤝‍🧑🏾

Other Changes

New Contributors

Full Changelog: v2.7.0...v2.8.0