Skip to content

Version 1.6.0

Compare
Choose a tag to compare
@glennmatthews glennmatthews released this 07 Jul 13:22
· 345 commits to master since this release

New Features

  • cot edit-product --product-class option, to set or change the product class identifier (such as com.cisco.csr1000v).
  • COT now recognizes AllocationUnits values like ``megabytes`.

Bug Fixes and Behavior Changes

  • COT no longer ignores the AllocationUnits value given for RAM.
  • COT.ovf.byte_string now properly uses binary units (KiB rather than kB, etc.) - this primarily affects the output of cot info.

Under the Hood

  • Enabled additional code quality validation with Pylint, pep8-naming,
    and mccabe (#49).
  • Lots of refactoring to reduce code complexity as measured by Pylint
    and mccabe.