Skip to content

Version 1.8.2

Compare
Choose a tag to compare
@glennmatthews glennmatthews released this 18 Jan 15:12
· 189 commits to master since this release

Fixed

  • Issue #58 where various multi-value CLI options for the edit-hardware and inject-config commands did not append properly.
  • Issue in which explicitly specified NIC names were being overwritten by names auto-derived from network names when attempting to set both NIC name and network names in a single cot edit-hardware call.
  • cot edit-properties again accepts property values containing the characters
    + and = (#59).

Added

  • COT can now detect the presence of an .ovf file in a TAR archive even if
    the archive is not named *.ova* and even if the .ovf file is not the first
    file in the archive as specified by the OVF specification. This allows
    (read-only at present) handling of VirtualBox Vagrant .box files,
    which are approximately equivalent to non-standards-compliant OVAs.