summaryrefslogtreecommitdiff
path: root/releasenotes/notes/boolean-properties-strict-checking-bdd624b5da81e723.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/boolean-properties-strict-checking-bdd624b5da81e723.yaml')
-rw-r--r--releasenotes/notes/boolean-properties-strict-checking-bdd624b5da81e723.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/releasenotes/notes/boolean-properties-strict-checking-bdd624b5da81e723.yaml b/releasenotes/notes/boolean-properties-strict-checking-bdd624b5da81e723.yaml
new file mode 100644
index 0000000..bd0836d
--- /dev/null
+++ b/releasenotes/notes/boolean-properties-strict-checking-bdd624b5da81e723.yaml
@@ -0,0 +1,12 @@
+---
+prelude: >
+fixes:
+ - |
+ * Bug 1607317_: metadata def namespace update CLI is not working as expected for parameter "protected"
+
+ .. _1607317: https://code.launchpad.net/bugs/1607317
+other:
+ - |
+ Boolean arguments now expect one of the following values: '0', '1', 'f',
+ 'false', 'n', 'no', 'off', 'on', 't', 'true', 'y', 'yes'
+ (case-insensitive). This will not change anything for most users.