Skip to content

v0.7.0

Compare
Choose a tag to compare
@janosmurai janosmurai released this 28 Aug 10:22
· 13 commits to main since this release

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