Refer to the Changelog for list of changes.
What's Changed
Added
- Implement integration tests for Containerd by @phillebaba in #1097
- Add OCI-Namespace header to manifest and blob handlers by @brandond in #1101
Changed
- Extend Containerd integration tests to cover image content by @phillebaba in #1105
- Implement using sweeping provider by @phillebaba in #1110
- Refactor e2e tests into Go based integration tests by @phillebaba in #1118
- Remove store tests in favor of more realistic integration tests for Containerd by @phillebaba in #1115
- Update to Go v1.25.5 by @phillebaba in #1140
Fixed
- Fix image parsing to allow localhost without port and enforce proper IPV6 addresses by @phillebaba in #1080
- Fix so that Spegel does not crash on parse error in Containerd by @phillebaba in #1081
- Explicitly add key to provider store on advertise by @phillebaba in #1126
- Split bootstrap self check to check address after port addition by @phillebaba in #1127
- Break out of subCancel loop on context cancel error by @brandond in #1108
- Fix support for dual stack networking by @phillebaba in #1113
- Fix IP used in Kubernetes integration tests by @phillebaba in #1138
- Cleanup peerstore when runninig peer id discovery by @phillebaba in #1137
- Fix empty json media type by @erdody in #1114
- Extend Containerd integration tests with different reference types by @phillebaba in #1143
- Fix advertise metrics on events by @phillebaba in #1144
Removed
- Remove deprecated resolve latest by @phillebaba in #1075
Dependencies
- Bump github.com/libp2p/go-libp2p from 0.44.0 to 0.45.0 by @dependabot[bot] in #1085
- Bump github.com/containerd/containerd/api from 1.9.0 to 1.10.0 by @dependabot[bot] in #1086
- Bump github.com/containerd/containerd/v2 from 2.1.4 to 2.2.0 by @dependabot[bot] in #1084
- Bump golang.org/x/sync from 0.17.0 to 0.18.0 by @dependabot[bot] in #1088
- Bump google.golang.org/grpc from 1.76.0 to 1.77.0 by @dependabot[bot] in #1094
- Bump the k8s group with 2 updates by @dependabot[bot] in #1092
- Bump the k8s group across 2 directories with 6 updates by @dependabot[bot] in #1130
- Bump github.com/miekg/dns from 1.1.68 to 1.1.69 by @dependabot[bot] in #1133
- Bump golang.org/x/sync from 0.18.0 to 0.19.0 by @dependabot[bot] in #1134
- Bump github.com/opencontainers/selinux from 1.12.0 to 1.13.0 by @dependabot[bot] in #1139
- Bump github.com/libp2p/go-libp2p from 0.45.0 to 0.46.0 by @dependabot[bot] in #1141
- Bump helm.sh/helm/v4 from 4.0.2 to 4.0.4 in /test/integration/kubernetes by @dependabot[bot] in #1142
New Contributors
Full Changelog: v0.5.0...v0.6.0