Skip to content

05.02.01.00

Compare
Choose a tag to compare
@masonkatz masonkatz released this 21 Jan 17:57
· 317 commits to master since this release

Feature

  • Allow release notes to be generated between any git commits

    Move release notes generation to the build package. This way, it can
    be used for any other pallet as well.

Bugfix

  • Fix SQL logic when collapsing down lists of scoped data for host

    Because a host might have a null environment ID, the query was matching any scope_map that
    also had a null, even if it wasn't an environment scoped scope_map. Change the queries to che
    ck scope type when comparing the foreign keys with an OR in the WHERE clause.

  • Fixed two bugs in 'load storage controller'

    The command was not correctly handling raid 0 with slots of '*', or non-integer array id's