Skip to content

v0.3.1

Latest

Choose a tag to compare

@scotwells scotwells released this 01 Jul 22:20
5a2a9e3

This release fixes a bug that prevented the IPAM command-line plugin from installing through datumctl.

What's new

  • datumctl plugin install milo-os/ipam now succeeds — the plugin's manifest reported min_api_version as 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.