From 64b78b78785f132efbf43e54c2f0415bd2847c06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Tue, 18 Feb 2020 10:47:05 +0100 Subject: [PATCH] oslo.limit mistakenly released as 1.0.0 (release note) For further reading: http://lists.openstack.org/pipermail/openstack-discuss/2020-February/012606.html Change-Id: I44cb645bd118c17e1f067cb617dbce845dacd5c6 --- .../pre-stable-version-warning-83dbfc9427a22725.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 releasenotes/notes/pre-stable-version-warning-83dbfc9427a22725.yaml diff --git a/releasenotes/notes/pre-stable-version-warning-83dbfc9427a22725.yaml b/releasenotes/notes/pre-stable-version-warning-83dbfc9427a22725.yaml new file mode 100644 index 0000000..48a08de --- /dev/null +++ b/releasenotes/notes/pre-stable-version-warning-83dbfc9427a22725.yaml @@ -0,0 +1,11 @@ +--- +critical: + - | + oslo.limit mistakenly released as 1.0.0. This library is still + under heavy development and the API isn't stabilized yet so oslo.limit + isn't actually ready to be consumed yet. + This library is still a pre-1.0. + For further reading about this issue please take a look to the + mailing list discussion [1] + + [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-February/012606.html