From 7505c48843e80977a9a10e17c772369ecdcd2d48 Mon Sep 17 00:00:00 2001 From: Benjamin Reed Date: Thu, 15 Nov 2018 11:22:45 -0500 Subject: [PATCH] Release Notes for OpenNMS Horizon 23.0.1 --- debian/changelog | 11 +++++++ .../src/asciidoc/releasenotes/changelog.adoc | 30 +++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9510aa58fd68..b86f50f07fed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +opennms (23.0.1-1) stable; urgency=low + + * New stable release. It contains a number of bug fixes and enhancements, + including additional HTTP proxy support, reliability updates, UI performance + improvements, and a number of Kafka-related fixes. + + For details on what has changed, see: + http://docs.opennms.org/opennms/releases/23.0.1/releasenotes/releasenotes.html + + -- OpenNMS Release Manager Thu, 15 Nov 2018 11:21:45 -0500 + opennms (23.0.0-1) stable; urgency=medium * New stable release. It contains a number of bug fixes and enhancements, diff --git a/opennms-doc/releasenotes/src/asciidoc/releasenotes/changelog.adoc b/opennms-doc/releasenotes/src/asciidoc/releasenotes/changelog.adoc index d6be9f610f32..b204d611701e 100644 --- a/opennms-doc/releasenotes/src/asciidoc/releasenotes/changelog.adoc +++ b/opennms-doc/releasenotes/src/asciidoc/releasenotes/changelog.adoc @@ -2,12 +2,42 @@ === Changelog +[[releasenotes-changelog-23.0.1]] + +==== Release 23.0.1 + +OpenNMS Horizon 23.0.1 is an update to Horizon 23.0.0. +It contains a number of bug fixes and enhancements, including additional HTTP proxy support, reliability updates, UI performance improvements, and a number of Kafka-related fixes. + +For a high-level overview of what's changed in OpenNMS 23, see link:http://docs.opennms.org/opennms/releases/23.0.1/releasenotes/releasenotes.html#releasenotes-23[What's New in OpenNMS 23]. + +The codename for 23.0.1 is _link:http://bewitched.wikia.com/wiki/Endora[Endora]_. + +===== Bug + +* Cannot use SASL Authentication for Kafka on Minions (might impact Sentinel) (Issue http://issues.opennms.org/browse/HZN-1387[HZN-1387]) +* Sink API drops messages when there is no connectivity with Kafka (Issue http://issues.opennms.org/browse/NMS-10395[NMS-10395]) +* Discovery UI should not allow selection of Minions as Foreign Source (Issue http://issues.opennms.org/browse/NMS-10400[NMS-10400]) +* Reloading of Script in telemetry collection is broken (Issue http://issues.opennms.org/browse/NMS-10403[NMS-10403]) +* Kafka Producer: Sync pushes all alarms when suppressIncrementalAlarms=false (Issue http://issues.opennms.org/browse/NMS-10423[NMS-10423]) +* Typo in BSFMonitor Documentation (Issue http://issues.opennms.org/browse/NMS-10428[NMS-10428]) +* Cannot use SASL Authentication for kafka-producer module. (Issue http://issues.opennms.org/browse/NMS-10436[NMS-10436]) +* Default Metaspace configuration is insufficient (Issue http://issues.opennms.org/browse/NMS-10437[NMS-10437]) + +===== Enhancement + +* Change eventconf for newSuspect to include location name in logmsg (Issue http://issues.opennms.org/browse/HZN-814[HZN-814]) +* Be able to use Proxy for any Monitor or Collector that uses HttpClient (Issue http://issues.opennms.org/browse/NMS-9710[NMS-9710]) +* Detect and Attempt to Restart Failed Drools Engines (Issue http://issues.opennms.org/browse/NMS-10363[NMS-10363]) +* Other classes that use Http (Issue http://issues.opennms.org/browse/NMS-10379[NMS-10379]) + [[releasenotes-changelog-23.0.0]] ==== Release 23.0.0 OpenNMS Horizon 23.0.0 is the first release of the stable 23 series. It contains a number of bug fixes and enhancements, including support for alarm correlation, running OpenNMS components in an external container, and many other improvements. + For a high-level overview of what's changed in OpenNMS 23, see link:http://docs.opennms.org/opennms/releases/23.0.0/releasenotes/releasenotes.html#releasenotes-23[What's New in OpenNMS 23]. The codename for 23.0.0 is _link:https://en.wikipedia.org/wiki/Granny_Weatherwax[Granny Weatherwax]_.