From bd2ad3bb9956084572906869e7438587c725b04b Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Fri, 20 Feb 2026 12:06:34 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(changelog)=20update=20changelog=20?= =?UTF-8?q?with=20recent=20changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update changelog. --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36971922..d4bd4f34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,17 @@ and this project adheres to ## [Unreleased] +### Changed + +- 🔒️(agents) uninstall pip from the agents image +- 🔒️(summary) switch to Alpine base image +- 🔒️(backend) uninstall pip in the production image + +### Fixed + +- 🔒️(agents) upgrade OpenSSL to address CVE-2025-15467 +- 📌(agents) pin protobuf to 6.33.5 to fix CVE-2026-0994 + ## [1.7.0] - 2026-02-19 ### Added