From 08a7ccd175eae5ce8eafb6b08eedee396334727e Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sun, 20 Jun 2021 18:07:20 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c442d5..20a7ab3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v1.4.4 +### Added +* **[security]** Adds support for limiting the total number of pids any one container can have active at once to prevent malicious users from impacting other instances on the same node. +* Server install containers now use the limits assigned to the server, or a globally defined minimum amount of memory and CPU rather than having unlimited resources. + ## v1.4.3 This build was created to address `CVE-2021-33196` in `Go` which requires a new binary be built on the latest `go1.15` version.