From 7d94c52883fb854c868ec546e6fcce353e1af694 Mon Sep 17 00:00:00 2001 From: gyptazy Date: Thu, 9 Oct 2025 09:25:07 +0200 Subject: [PATCH] docs: Add missing changelog fragment for container changes Fixes: #317 --- .changelogs/1.1.8/317_container_image_non_root.yml | 3 +++ CHANGELOG.md | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 .changelogs/1.1.8/317_container_image_non_root.yml 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