From 6d2fa0170a46492472c1d192b37f236c31634be9 Mon Sep 17 00:00:00 2001 From: Jeff Gehlbach Date: Tue, 7 Mar 2023 13:34:25 -0500 Subject: [PATCH 1/2] Release notes for Horizon 31.0.5 --- debian/changelog | 12 ++++++ .../modules/releasenotes/pages/changelog.adoc | 40 +++++++++++++++++++ .../minion/src/main/filtered/debian/changelog | 12 ++++++ .../src/main/filtered/debian/changelog | 12 ++++++ 4 files changed, 76 insertions(+) diff --git a/debian/changelog b/debian/changelog index 99c2cd8e8421..8e0af94c1e88 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +opennms (31.0.5-1) stable; urgency=medium + + * Minor release which fixes several bugs, incorporates several documentation + improvements, upgrades a couple of library dependencies, improves how + plugins are included in the container images, and adds one small enhancement + to the web UI. + + For details on what has changed, see: + https://docs.opennms.com/horizon/31.0.5/index.html + + -- OpenNMS Release Manager Tue, 07 Mar 2023 13:28:30 -0500 + opennms (31.0.4-1) stable; urgency=medium * Minor release which introduces one BREAKING CHANGE. It also brings a diff --git a/docs/modules/releasenotes/pages/changelog.adoc b/docs/modules/releasenotes/pages/changelog.adoc index f7b9a4273ff5..f77b30c3747b 100644 --- a/docs/modules/releasenotes/pages/changelog.adoc +++ b/docs/modules/releasenotes/pages/changelog.adoc @@ -2,6 +2,46 @@ [[release-31-changelog]] = Changelog +[[releasenotes-changelog-31.0.5]] + +==== Release 31.0.5 + +Release 31.0.5 is a bugfix release that also incorporates several documentation improvements, upgrades a couple of library dependencies, improves how plugins are included in the container images, and adds one small enhancement to the web UI. + +The codename for Horizon 31.0.5 is https://wikipedia.org/wiki/$$Macaron$$[_Macaron_]. + +===== Story + +* Upgrade ActiveMQ to 5.15 (Issue https://issues.opennms.org/browse/NMS-12089[NMS-12089]) +* Add documentation for using Scheduled Outages (Issue https://issues.opennms.org/browse/NMS-12621[NMS-12621]) + +===== Enhancement + +* Replace wiki links across all codebase (Issue https://issues.opennms.org/browse/NMS-13912[NMS-13912]) +* dependabot: mockito 3.4.6 to 4.6.1 (Issue https://issues.opennms.org/browse/NMS-14586[NMS-14586]) +* DOC: Timeseries Documentation (Issue https://issues.opennms.org/browse/NMS-14959[NMS-14959]) +* DOC: Configuration Manager API for External Requisitions is not documented (Issue https://issues.opennms.org/browse/NMS-15019[NMS-15019]) +* Update dual write docs to clarify configuration (Issue https://issues.opennms.org/browse/NMS-15425[NMS-15425]) +* Add collection package information to web UI (Issue https://issues.opennms.org/browse/NMS-15429[NMS-15429]) +* PersistRegexSelectorStrategy is not where the docs say it should be (Issue https://issues.opennms.org/browse/NMS-15461[NMS-15461]) + +===== Bug + +* Minion on Ubuntu fails to start (Issue https://issues.opennms.org/browse/NMS-15160[NMS-15160]) +* Upgrade HikariCP to 5.x (Issue https://issues.opennms.org/browse/NMS-15171[NMS-15171]) +* Docs: The "Housekeeping Tasks" page should not tell the user to always run fix-karaf-setup.sh on upgrade (Issue https://issues.opennms.org/browse/NMS-15296[NMS-15296]) +* Elevation on Feather nav bar header casts undesirable shadow (Issue https://issues.opennms.org/browse/NMS-15367[NMS-15367]) +* Docs: Update path reference for PostgreSQL config files (Issue https://issues.opennms.org/browse/NMS-15381[NMS-15381]) +* opennms-karaf-health is not last in featuresBoot -- might miss status for a few features (Issue https://issues.opennms.org/browse/NMS-15407[NMS-15407]) +* Add Jdbc graph definitions for default collection set (Issue https://issues.opennms.org/browse/NMS-15419[NMS-15419]) +* Invalid syntax due to typo in provisiond snmp graph (Issue https://issues.opennms.org/browse/NMS-15434[NMS-15434]) + +===== Task + +* Number examples in service monitor chapters (Issue https://issues.opennms.org/browse/NMS-15215[NMS-15215]) +* Document the breaking changes done as part of Limit script file locations for GpDetector and ScriptPolicy (Issue https://issues.opennms.org/browse/NMS-15288[NMS-15288]) +* Move the logic for downloading plugins into the Dockerfile (Issue https://issues.opennms.org/browse/NMS-15401[NMS-15401]) + [[releasenotes-changelog-31.0.4]] == Release 31.0.4 diff --git a/opennms-assemblies/minion/src/main/filtered/debian/changelog b/opennms-assemblies/minion/src/main/filtered/debian/changelog index b28f87f93b90..961d08611a31 100644 --- a/opennms-assemblies/minion/src/main/filtered/debian/changelog +++ b/opennms-assemblies/minion/src/main/filtered/debian/changelog @@ -1,3 +1,15 @@ +opennms-minion (31.0.5-1) stable; urgency=medium + + * Minor release which fixes several bugs, incorporates several documentation + improvements, upgrades a couple of library dependencies, improves how + plugins are included in the container images, and adds one small enhancement + to the web UI. + + For details on what has changed, see: + https://docs.opennms.com/horizon/31.0.5/index.html + + -- OpenNMS Release Manager Tue, 07 Mar 2023 13:32:55 -0500 + opennms-minion (31.0.4-1) stable; urgency=medium * Minor release which brings a handful of containerization improvements, diff --git a/opennms-assemblies/sentinel/src/main/filtered/debian/changelog b/opennms-assemblies/sentinel/src/main/filtered/debian/changelog index df02f867a25a..fef0f8524dff 100644 --- a/opennms-assemblies/sentinel/src/main/filtered/debian/changelog +++ b/opennms-assemblies/sentinel/src/main/filtered/debian/changelog @@ -1,3 +1,15 @@ +opennms-sentinel (31.0.5-1) stable; urgency=medium + + * Minor release which fixes several bugs, incorporates several documentation + improvements, upgrades a couple of library dependencies, improves how + plugins are included in the container images, and adds one small enhancement + to the web UI. + + For details on what has changed, see: + https://docs.opennms.com/horizon/31.0.5/index.html + + -- OpenNMS Release Manager Tue, 07 Mar 2023 13:33:52 -0500 + opennms-sentinel (31.0.4-1) stable; urgency=medium * Minor release which brings a handful of containerization improvements, From 0305048b73675b6b8626023a8ca1e2355143181d Mon Sep 17 00:00:00 2001 From: Jeff Gehlbach Date: Tue, 7 Mar 2023 13:43:01 -0500 Subject: [PATCH 2/2] Section level fixes to Horizon 31.0.5 release notes --- docs/modules/releasenotes/pages/changelog.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/modules/releasenotes/pages/changelog.adoc b/docs/modules/releasenotes/pages/changelog.adoc index f77b30c3747b..91ac02cbd57a 100644 --- a/docs/modules/releasenotes/pages/changelog.adoc +++ b/docs/modules/releasenotes/pages/changelog.adoc @@ -4,18 +4,18 @@ [[releasenotes-changelog-31.0.5]] -==== Release 31.0.5 +== Release 31.0.5 Release 31.0.5 is a bugfix release that also incorporates several documentation improvements, upgrades a couple of library dependencies, improves how plugins are included in the container images, and adds one small enhancement to the web UI. The codename for Horizon 31.0.5 is https://wikipedia.org/wiki/$$Macaron$$[_Macaron_]. -===== Story +=== Story * Upgrade ActiveMQ to 5.15 (Issue https://issues.opennms.org/browse/NMS-12089[NMS-12089]) * Add documentation for using Scheduled Outages (Issue https://issues.opennms.org/browse/NMS-12621[NMS-12621]) -===== Enhancement +=== Enhancement * Replace wiki links across all codebase (Issue https://issues.opennms.org/browse/NMS-13912[NMS-13912]) * dependabot: mockito 3.4.6 to 4.6.1 (Issue https://issues.opennms.org/browse/NMS-14586[NMS-14586]) @@ -25,7 +25,7 @@ The codename for Horizon 31.0.5 is https://wikipedia.org/wiki/$$Macaron$$[_Macar * Add collection package information to web UI (Issue https://issues.opennms.org/browse/NMS-15429[NMS-15429]) * PersistRegexSelectorStrategy is not where the docs say it should be (Issue https://issues.opennms.org/browse/NMS-15461[NMS-15461]) -===== Bug +=== Bug * Minion on Ubuntu fails to start (Issue https://issues.opennms.org/browse/NMS-15160[NMS-15160]) * Upgrade HikariCP to 5.x (Issue https://issues.opennms.org/browse/NMS-15171[NMS-15171]) @@ -36,7 +36,7 @@ The codename for Horizon 31.0.5 is https://wikipedia.org/wiki/$$Macaron$$[_Macar * Add Jdbc graph definitions for default collection set (Issue https://issues.opennms.org/browse/NMS-15419[NMS-15419]) * Invalid syntax due to typo in provisiond snmp graph (Issue https://issues.opennms.org/browse/NMS-15434[NMS-15434]) -===== Task +=== Task * Number examples in service monitor chapters (Issue https://issues.opennms.org/browse/NMS-15215[NMS-15215]) * Document the breaking changes done as part of Limit script file locations for GpDetector and ScriptPolicy (Issue https://issues.opennms.org/browse/NMS-15288[NMS-15288])