- Add
registry.insecureoption 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 runALTER 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.