From 3a71aaf0bfbcbdb62d15a6169799aa316155fe4c Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Tue, 20 Feb 2024 08:57:41 +0100 Subject: [PATCH] Harsh but realistic status update Change-Id: I53df1de7f9acba3f4a0334727aa139c264ceb86b --- README.rst | 8 ++++++++ releasenotes/notes/deprecate-b543b09a230d9c01.yaml | 5 +++++ 2 files changed, 13 insertions(+) create mode 100644 releasenotes/notes/deprecate-b543b09a230d9c01.yaml diff --git a/README.rst b/README.rst index 8f213c7..60bb325 100644 --- a/README.rst +++ b/README.rst @@ -9,6 +9,14 @@ time which is required by Ironic. The intention of this project is to provide a common place for useful drivers resolving the "hundreds of different download sites" problem. +Project status +-------------- + +This project is **deprecated and unmaintained**. Only critical bug fixes may +be provided for the master branch and existing stable branches. The CI status +is not monitored. Security issues are not guaranteed to be handled timely. +No new deployments should use the staging drivers. + What the Ironic Staging Drivers is not --------------------------------------- diff --git a/releasenotes/notes/deprecate-b543b09a230d9c01.yaml b/releasenotes/notes/deprecate-b543b09a230d9c01.yaml new file mode 100644 index 0000000..4888695 --- /dev/null +++ b/releasenotes/notes/deprecate-b543b09a230d9c01.yaml @@ -0,0 +1,5 @@ +--- +deprecations: + - | + This project is deprecated. Only critical bug fixes might be provided, but + even that is not guaranteed.