Skip to content

v2.13.0

Compare
Choose a tag to compare
@wy65701436 wy65701436 released this 10 Apr 11:24
· 24 commits to release-2.13.0 since this release
db1569a

Known issue

known-issue-21913. There's a TLS connection issue between harbor registry and external Redis service if and only happened when you enable the TLS for the Redis service due to improper registry config template rendering. This would not affect the general image pushing, however you could follow this workaround to correct the config. We will fix this in the next patch release v2.13.1

What's Changed

Exciting New Features 🎉

Audit log extension 🎉

Enhances Harbor's audit logging with more granular tracking of user actions and system events, improving traceability and security. Key changes include detailed log filtering, enhanced API logging, and improved log query performance. For more details, please refer to the design proposal: https://github.com/goharbor/community/blob/main/proposals/new/enhance_audit_log.md

Enhanced OIDC 🎉

Enhancements to OIDC integration in Harbor improve support for user session logout and Proof Key for Code Exchange.

Integration with CloudNativeAI 🎉

Integrates Harbor with CloudNativeAI (CNAI) to enhance AI model management and processing capabilities, enabling seamless storage, versioning, and retrieval of AI models. This integration supports the CloudNativeAI model specification, improving compatibility and scalability for managing AI workflows. For more details, please refer to the design proposal: https://github.com/goharbor/community/blob/main/proposals/new/AI-model-processor.md

Redis TLS support 🎉

Redis TLS support has been introduced to enhance the security of communication between Harbor components and Redis.

Enhanced Dragonfly Preheating 🎉

Enhances Dragonfly preheating with new parameters, customizable scope, and cluster ID targeting, optimizing distribution for large-scale AI model images.

Enhancement 🚀

Component updates ⬆️

Breaking Changes 🛠

Deprecations ❌

Other Changes

New Contributors

Full Changelog: v2.12.0...v2.13.0