Update CHANGELOG.md

This commit is contained in:
Dane Everitt 2021-06-20 18:07:20 -07:00
parent 8336f6ff29
commit 08a7ccd175

View File

@ -1,5 +1,10 @@
# Changelog # 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 ## v1.4.3
This build was created to address `CVE-2021-33196` in `Go` which requires a new binary This build was created to address `CVE-2021-33196` in `Go` which requires a new binary
be built on the latest `go1.15` version. be built on the latest `go1.15` version.