Open ubuntu-server-builder opened 1 year ago
Launchpad user Dan Watkins(oddbloke) wrote on 2019-08-09T18:34:55.326244+00:00
We may also want to consider waiting until a warning-emitting version of cloud-init has been released in other distributions (e.g. made it to Debian stable) to enable enforcement.
This bug was originally filed in Launchpad as LP: #1839659
Launchpad details
Launchpad user Dan Watkins(oddbloke) wrote on 2019-08-09T18:33:18.446892+00:00
YAML has native support for boolean values, and YAML has been around long enough that it's reasonable to expect people to know how to write it.
We should phase out accepting multiple string values ("yes", "1", "true", "on" for True; "no", "0", "false", "off" for False) in places where we do in favour of YAML boolean values.
A proposed implementation plan:
What do we think?
[0] For Ubuntu, specifically, we should also not change the behaviour of existing releases when we backport these new versions of cloud-init.