github us/mocker v0.6.0

latest releases: v0.9.1, v0.9.0, v0.8.0...
one month ago

0.6.0 (2026-06-30)

⚠ BREAKING CHANGES

  • 'mocker network inspect' now returns a Docker-compatible JSON array with the moby v29.6.1 network.Inspect shape (PascalCase keys, nested IPAM, Containers map) instead of the previous lowercase NetworkInfo object. Scripts consuming '.subnet' / '.gateway' / '.containers' (string array) must migrate to '.IPAM.Config[0].Subnet' / '.IPAM.Config[0].Gateway' / '.Containers' (map). Multi-arg invocation now returns one combined array (previously single-arg only).

Bug Fixes

  • make network inspect Docker-compatible (#48) (57f53c1)

Don't miss a new mocker release

NewReleases is sending notifications on new releases.