0.11.0: The Registry Levels Up
· One min read
A registry-focused release: the local registry now speaks HTTPS, gains a load-image subcommand, and several rough edges around environment and registry creation are smoother.
What's new
- HTTPS for the local registry (#346) — local registries now serve HTTPS in addition to HTTP, fronted by an nginx reverse proxy (#347).
registry load-imagesubcommand (#342) — push pre-built OCI images straight into the local registry without going throughdocker push.--container-pathonenvironment create(#354) — pin a custom container path for environment data.--versionon the install script (#356) — install a specific Overlock version.- Optional admin service account creation (#338).
- README refresh with badges and clearer navigation (#367).
Behaviour changes
registry createwarns instead of erroring on duplicates (#352).environment createwarns instead of erroring on duplicate names (#336).
Bug fixes
- Kyverno policy CRD conflicts resolved (#340).
