From d678568acefc379c74d9b00ac637ac9fa0e0861d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Mon, 28 Apr 2025 15:28:37 +0200 Subject: [PATCH] Add a CHANGELOG entry for Independent Container Updates --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b5c028..37bfbbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,13 @@ since 0.4.1, and this project adheres to [Semantic Versioning](https://semver.or ## [Unreleased](https://github.com/freedomofpress/dangerzone/compare/v0.9.0...HEAD) -## Changed +### Added + +- Add an option to automatically upgrade container images to their latest + version ([#1006](https://github.com/freedomofpress/dangerzone/issues/1006)). + This allows for more security. Read more about this feature [in our docs](https://github.com/freedomofpress/dangerzone/blob/main/docs/independent-container-updates.md). + +### Changed - Update installation instructions (and CI checks) for Debian derivatives ([#1141](https://github.com/freedomofpress/dangerzone/pull/1141))