summaryrefslogtreecommitdiff
path: root/releasenotes/notes/check-dynamic-allocation-enabled-e94f3b8963b114d0.yaml
blob: 6befc37a6ddbce840aeb70719671e6ce6953d838 (plain)
1
2
3
4
5
6
---
fixes:
  - The ``dynamic_allocation`` flag in a node's driver_info previously
    only accepted a Boolean. It now also accepts the strings 't', 'true',
    'on', 'y', 'yes', or '1' as True, and the strings 'f', 'false', 'off', 'n',
    'no', or '0' as False. These are matched case-insensitively.