This release fixes a bug that prevented the IPAM command-line plugin from installing through datumctl.
What's new
datumctl plugin install milo-os/ipamnow succeeds — the plugin's manifest reportedmin_api_versionas a string where datumctl expects an integer, so every install aborted while parsing the manifest; the plugin now builds its manifest from datumctl's plugin SDK, matching the expected format and preventing future drift. (#67)
Note
No API type changes. Existing clients and resources keep working without any update.