v2.14.1
📦 harborView on GitHub →
✨ 2 features🐛 2 fixes
Summary
This patch release (v2.14.1) introduces configuration for limiting upstream proxy connections and includes several component updates, notably bumping Trivy and Go versions, alongside fixes related to audit logging initialization.
Migration Steps
- If you were previously relying on audit logs being written to the database during initialization, note that this can now be disabled, and migration SQL has been added for 'skip_audit_log_database'.
✨ New Features
- Added max_upstream_conn parameter for each proxy_cache project.
- Added UI to limit upstream registry connection.
🐛 Bug Fixes
- Fixed robot issue-21406.
- Allowed disabling audit log to DB during initialization.