You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add registry.insecure option to the config (alternatively REGISTRY_INSECURE env var) to support non-https registries. Thanks to @KanagawaNezumi
Fix concurrent map iteration and write in rare cases.
Upgrade go version to 1.22.6 and all dependencies, alpine to 3.20.
IPv6 addresses were not displayed correctly.
In case you need to store registry events with IPv6 addresses in MySQL, you need to run ALTER TABLE events MODIFY column ip varchar(45) NULL. For sqlite, you can start a new db file or migrate events manually as it doesn't support ALTER.