Package: release-notes Severity: normal Tags: patch Dear Maintainer,
Because Icinga 1.x is EOL upstream since 2018-12-31 users should use the buster lifetime to migrate to Icinga 2. The attached patch add a paragraph to the list of obsolete packages to document this. Kind Regards, Bas
>From e45a5c0b1464953dfb65d030096fac4742d40f2f Mon Sep 17 00:00:00 2001 From: Bas Couwenberg <[email protected]> Date: Fri, 15 Feb 2019 10:36:40 +0100 Subject: Add icinga paragraph to the list of obsolete packages. --- en/issues.dbk | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/en/issues.dbk b/en/issues.dbk index d15d12da..51ade986 100644 --- a/en/issues.dbk +++ b/en/issues.dbk @@ -41,6 +41,23 @@ information mentioned in <xref linkend="morereading"/>. The list of obsolete packages includes: <itemizedlist> <listitem> + <para> + Icinga 1.x is EOL upstream since 2018-12-31, while the + <systemitem role="package">icinga</systemitem> package + is still present, users should use the buster lifetime + to migrate to Icinga 2 + (<systemitem role="package">icinga2</systemitem> package) + and Icinga Web 2 + (<systemitem role="package">icingaweb2</systemitem> + package). The + <systemitem role="package">icinga2-classicui</systemitem> + package is still present to use the Icinga 1.x CGI web + interface with Icinga 2, but the support for it will be + removed in Icinga 2.11. Icinga Web 2 should be used + instead. + </para> + </listitem> + <listitem> <para>TODO: Add items if any</para> </listitem> </itemizedlist> -- 2.11.0

