From dd8035509d32846cf5e6e11f7ec0a9cd3cdcbee9 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sun, 29 Oct 2023 19:01:54 +0100 Subject: [PATCH] Update NEWS for 13.0.7 Sum up the changes made in this development iteration. Change-Id: I6c5c445d6ae305b0c71f5fce78107f9e0c1a4f54 Signed-off-by: Robert Varga --- docs/NEWS.rst | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/docs/NEWS.rst b/docs/NEWS.rst index 4edfeb567..7ee79fbdc 100644 --- a/docs/NEWS.rst +++ b/docs/NEWS.rst @@ -2,6 +2,37 @@ ODL Parent release notes ======================== +Version 13.0.7 +-------------- +This is a bug-fix upgrade from version 13.0.6. + +Bug fixes +~~~~~~~~~ +The Dropwizard Metrics upgrade to 4.2.21 ends up making ``metics-graphite`` failing to load +in Karaf. This has been rectified by reverting back to 4.2.20. + +Third-party dependencies +~~~~~~~~~~~~~~~~~~~~~~~~ +* commons-io 2.13.0 → 2.15.0, release notes: + * `2.14.0 `__ + * `2.15.0 `__ + +* commons-text `1.10.0 → 1.11.0 `__ + +Plugin upgrades +~~~~~~~~~~~~~~~ +* git-commit-id-maven-plugin `6.0.0 → 7.0.0 `__ + +* maven-checkstyle-plugin `3.3.0 → 3.3.1 `__ + +* maven-clean-plugin `3.3.1 → 3.3.2 `__ + +* maven-dependency-plugin `3.6.0 → 3.6.1 `__ + +* maven-surefire-plugin `3.1.2 → 3.2.1 `__ + +* properties-maven-plugin `1.2.0 → 1.2.1 `__ + Version 13.0.6 -------------- This is a bug-fix upgrade from version 13.0.5. -- 2.36.6