Virtual Registry 0.5.0
Released: 2025-11-14
Varnish version: 6.0.16r6
Added
- Improved cache policy for PyPi.
*.whl, *.tar.gz, and *.zip objects are now cached indefinitely while */simple/* is explicitly treated as uncacheable.
Fixed
- Files under
/etc/varnish now has the correct varnish owner in Docker.
- Cache invalidation yKeys for registry name and package type are now created properly.
- Private repositories are no longer treated as public when the private repository caching feature is disabled. Private repository traffic is now passed through the proxy transparently. Does not apply to public OCI repositories, they maintain the previous behavior due to the Authorization header being required.
- Improved cache policy for Maven. Most objects are now cached indefinitely while
maven-metadata.xml is explicitly treated as uncacheable.