diff --git a/releasenotes/notes/bug-1784038-fix-lease-create-without-start-date-73ce2bb28bc883f7.yaml b/releasenotes/notes/bug-1784038-fix-lease-create-without-start-date-73ce2bb28bc883f7.yaml new file mode 100644 index 0000000..f5184ab --- /dev/null +++ b/releasenotes/notes/bug-1784038-fix-lease-create-without-start-date-73ce2bb28bc883f7.yaml @@ -0,0 +1,8 @@ +--- +fixes: + - | + Creating leases using version 2.0.0 of the CLI client without specifying a + start date was failing with the error ``The lease parameters are + incorrect``, following changes related to `bug 1783296 + `_. For more details, see `bug 1784038 + `_. diff --git a/releasenotes/notes/bug-1786030-fix-error-message-with-same-name-leases-561ece8e602b4c68.yaml b/releasenotes/notes/bug-1786030-fix-error-message-with-same-name-leases-561ece8e602b4c68.yaml new file mode 100644 index 0000000..e6fcb0c --- /dev/null +++ b/releasenotes/notes/bug-1786030-fix-error-message-with-same-name-leases-561ece8e602b4c68.yaml @@ -0,0 +1,7 @@ +--- +fixes: + - | + When there are multiple leases with the same name, lease actions + identifying the lease by name would display an error message including a + dictionary of lease values, instead of ``type 'lease'``. For more details, + see `bug 1786030 `_.