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 anyscope_map
that
also had a null, even if it wasn't anenvironment
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