Update NEWS.rst for 7.0.3 94/90294/2
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 4 Jun 2020 21:05:48 +0000 (23:05 +0200)
committerStephen Kitt <skitt@redhat.com>
Fri, 5 Jun 2020 07:09:32 +0000 (07:09 +0000)
Downstream integration has uncovered a few issues with Karaf
packaging. Update NEWS for upcoming 7.0.3 release.

Change-Id: Ib3efa574c4c98f3f87a2696b141988bcfce01d08
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
docs/NEWS.rst

index 38c3741cd4c3b6401ae95ead517639e6a719f7f3..5203dc44b952d537c944830d9db1b5bda51b4336 100644 (file)
@@ -2,11 +2,29 @@
 ODL Parent release notes
 ========================
 
+Version 7.0.3
+-------------
+This is a security/bug-fix upgrade from version 7.0.2. Changes in this release
+pertain strictly to Karaf packaging and do not affect other runtimes.
+
+Bug fixes
+~~~~~~~~~
+* Felix SCR 2.1.16, as shipping before Karaf-4.2.9, contains a bug, which could
+  lead to NullPointerException being thrown when components were examined. This
+  has been rectified via upgrade to Felix SCR 2.1.20.
+  See `ODLPARENT-236 <https://jira.opendaylight.org/browse/ODLPARENT-236>`__ for details.
+* Karaf-4.2.8 changed packaged log4j2 version, rendering the configuration supplied
+  with ``ODLPARENT-231`` inconsistent. This has led to a warning being printed in the
+  Karaf console on each startup. This has now been corrected.
+* Karaf-4.2.8 is packaging pax-logging-1.11.4, which embeds a a vulnerable version
+  of log4j2 (2.3.0). This would render the upgrades delivered in version 7.0.2
+  ineffective at runtime, potentially leading to exposure. This has been corrected
+  with upgrade of pax-logging to 1.11.6, which is packaging log4j2-2.3.2.
+
 Version 7.0.2
 -------------
 This is a security/bug-fix upgrade from version 7.0.1.
 
-
 Improvements
 ~~~~~~~~~~~~
 * Infrastructure for identifying confidential log messages was added, along with