What goharbor/harbor shipped
Generated by FoxPlug from public activity — not affiliated with Goharbor.
Week of September 14, 2026
What shipped
- Retention settings are now exposed during proxy-cache project creation [0]. Pull request #23863
- HTTPS URL scheme checking for CA download is now case-insensitive per RFC 3986 [2]. Pull request #23888
- Cache prefix handling fixed to prevent double prefixing when removing expired entries [4]. Pull request #23913
- Graceful shutdown no longer produces misleading error logs from http.ErrServerClosed [3]. Pull request #23296
- GitHub CodeQL action updates are now applied in a single Dependabot PR instead of separate ones [1]. Pull request #23929
- Dependabot is configured to ignore major Angular and TypeScript updates in the portal [5]. Pull request #23858
- Documentation typo corrected in member component [6]. Pull request #23807
Why it matters
This week's changes improve proxy-cache configuration options, fix protocol handling edge cases, and address cache consistency issues. The fixes ensure cleaner shutdown behavior and more reliable dependency management for the project.
Changelog entry
- Feature: Expose retention setting during proxy-cache project creation Pull request #23863
- Fix: HTTPS URL scheme check for CA download is now case-insensitive Pull request #23888
- Fix: Avoid double prefix when removing expired cache entries Pull request #23913
- Fix: Ignore http.ErrServerClosed on graceful shutdown to prevent misleading error logs Pull request #23296
- CI: Consolidate GitHub CodeQL action updates into single Dependabot PR Pull request #23929
- CI: Ignore Angular and TypeScript major updates in portal Dependabot groups Pull request #23858
- Docs: Fix typo in member component Pull request #23807
Harbor's latest updates include retention settings for proxy-cache projects, RFC-compliant URL scheme checking, and fixes for cache handling and graceful shutdown behavior.
Harbor continues improving with this week's releases: retention settings are now configurable during proxy-cache project creation, URL scheme checking for CA downloads is now RFC 3986 compliant, cache prefix handling is fixed to prevent entry duplication, and graceful shutdown produces cleaner logs. Plus updated dependency management strategies for better CI stability.