From a20d3fb2206d785ce73b2503ad9a51e7a1a10238 Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Fri, 23 Jan 2026 21:49:50 +0100 Subject: [PATCH] docs: add Docker image to 24.1.0 changelog --- docs/content/2026-news.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/content/2026-news.md b/docs/content/2026-news.md index 7f7b329a..318e06c4 100644 --- a/docs/content/2026-news.md +++ b/docs/content/2026-news.md @@ -5,6 +5,13 @@ ### New Features +- **Official Docker Image**: Gunicorn now publishes official Docker images to GitHub + Container Registry at `ghcr.io/benoitc/gunicorn` + ([PR #3454](https://github.com/benoitc/gunicorn/pull/3454)) + - Based on Python 3.12 slim image + - Uses recommended worker formula (2 × CPU + 1) + - Configurable via environment variables + - **PROXY Protocol v2 Support**: Extended PROXY protocol implementation to support the binary v2 format in addition to the existing text-based v1 format ([PR #3451](https://github.com/benoitc/gunicorn/pull/3451))