From 66b49eca2c2e8b67ea266a976a777408e27fae92 Mon Sep 17 00:00:00 2001 From: Kaiwalya Joshi Date: Thu, 16 Dec 2021 11:54:36 -0800 Subject: [PATCH] Update Changelog. --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index f4b8bc12f96..af50167b8e9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ ## Changes to v0.5x.y +## Changes to v0.57.2.patch1 + +- Bump Log4J to 2.16.0 to mitigate CVE-2021-44228 + ## Changes to v0.57.1 - [#3184](https://github.com/mesosphere/dcos-commons/pull/3184) : Fix a bug where SDK was parsing empty fields in `env` field of Task definition in service yaml as `null` instead of blank strings.