diff --git a/.changelogs/1.1.8/317_container_image_non_root.yml b/.changelogs/1.1.8/317_container_image_non_root.yml new file mode 100644 index 0000000..c4d7982 --- /dev/null +++ b/.changelogs/1.1.8/317_container_image_non_root.yml @@ -0,0 +1,3 @@ +changed: + - Container image does not run as root anymore (@mikaelkrantz945). [#317] + - Container image uses venv for running ProxLB (@mikaelkrantz945). [#317] diff --git a/CHANGELOG.md b/CHANGELOG.md index e2b1b1d..e209b48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix API errors when using conntrack aware migration with older PVE versions (@gyptazy). [#318] - Add a static ProxLB prefix to the log output when used by journal handler (@gyptazy). [#329] +### Changed +- Container image does not run as root anymore (@mikaelkrantz945). [#317] +- Container image uses venv for running ProxLB (@mikaelkrantz945). [#317] + ## [1.1.7] - 2025-09-19 ### Added