v0.7.0
When obtaining the available repositories from a DockerHub namespace, the Container
Engine's search functionality had been used. This search function had changed, so
filtering for the namespace didn't work anymore.
The new solution is to use the DockerHub's API directly.
To be able to manage the registries properly the config file got extended so
the registry config has a new field called 'namespace'. This breaks backward
compatibility.
Fixes
- Communication with DockerHub
Full Changelog: v0.6.0...v0.7.0