From 48634ed51e64f10424eef5bfb18dc63eda051c1d Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 1 Oct 2019 15:43:26 +0100 Subject: Add release note for bug 1845322 In change I0f9f75cba68e7582d32d4aab2f8f077b4360d386, we modified the behavior of the ``--hint`` option for the ``boot`` command. We want to backport this so add a release note to alert users to the change in behavior. Change-Id: I753e9a0cda1e118578373c519cf2fb2dd605a623 Signed-off-by: Stephen Finucane Related-Bug: #1845322 --- releasenotes/notes/bug-1845322-463ee407b60131c9.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 releasenotes/notes/bug-1845322-463ee407b60131c9.yaml diff --git a/releasenotes/notes/bug-1845322-463ee407b60131c9.yaml b/releasenotes/notes/bug-1845322-463ee407b60131c9.yaml new file mode 100644 index 00000000..9c60e72f --- /dev/null +++ b/releasenotes/notes/bug-1845322-463ee407b60131c9.yaml @@ -0,0 +1,6 @@ +--- +upgrade: + - | + The ``--hint`` option for the ``boot`` command expects a key-value + argument. Previously, if this was not the case, the argument would be + silently ignored. It will now raise an error. -- cgit v1.2.1