From f0cf77672fed70f20896c23015cb50341f311f38 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Wed, 9 Sep 2020 14:47:50 -0400 Subject: [PATCH] Release note for os-brick 4.0.1 Add a prelude explaining how this release differs from 4.0.0. Change-Id: Ia1bdd2138c4e55e309ffbf06ef12e0841096d5af --- .../notes/victoria-4.0.1-note-2e84bb0104f79856.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 releasenotes/notes/victoria-4.0.1-note-2e84bb0104f79856.yaml diff --git a/releasenotes/notes/victoria-4.0.1-note-2e84bb0104f79856.yaml b/releasenotes/notes/victoria-4.0.1-note-2e84bb0104f79856.yaml new file mode 100644 index 000000000..a572f3533 --- /dev/null +++ b/releasenotes/notes/victoria-4.0.1-note-2e84bb0104f79856.yaml @@ -0,0 +1,6 @@ +prelude: > + The previous release contained a fix for + `Bug #1865754 `_ that + required the presence of a heavyweight binary dependency solely to check + the Ceph version. This release reverts that change and substitutes a + lightweight fix that does not impose that dependency.