From 19d684d3ce895f0622cbeb8512748b6060cdfa13 Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Tue, 12 Mar 2024 20:05:10 +0100 Subject: [PATCH] Update documentation about recent image changes (#38085) (cherry picked from commit 8c335dd86cdb8246fd6e9d50410c0d74e16c6655) --- docs/docker-stack/changelog.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/docker-stack/changelog.rst b/docs/docker-stack/changelog.rst index dbf7715ceb509..3f41469ea7c81 100644 --- a/docs/docker-stack/changelog.rst +++ b/docs/docker-stack/changelog.rst @@ -36,9 +36,12 @@ the Airflow team. Airflow 2.8 ~~~~~~~~~~~ + * 2.8.3 - * Remove ``gosu`` binary from our images (#37677) + * The ``gosu`` binary was removed from the image. This is a potentially breaking change for users who relied on + ``gosu`` to change the user in the container. The ``gosu`` binary was removed because it was a source of + security vulnerabilities as it was linked against older Go standard libraries. * 2.8.1 @@ -285,3 +288,7 @@ here so that users affected can find the reason for the changes. | | | * MySQL ``apt`` repository key changed. | removed after the | | | | | | key expiry fiasco | | +--------------+---------------------+-----------------------------------------+------------------------+------------------------------------------------+ +| 12 Mar 2024 | 2.8.3 | * The image was refreshed with new | Both dependencies | https://github.com/apache/airflow/pull/37748 | +| | | dependencies (pandas < 2.2 and | caused breaking | https://github.com/apache/airflow/pull/37701 | +| | | SMTP provider 1.6.1 | changes | | ++--------------+---------------------+-----------------------------------------+------------------------+------------------------------------------------+