diff --git a/docs/docker-stack/changelog.rst b/docs/docker-stack/changelog.rst index 2e7e4fd28c4fe..da53f50307b87 100644 --- a/docs/docker-stack/changelog.rst +++ b/docs/docker-stack/changelog.rst @@ -65,9 +65,17 @@ Airflow 2.9 ``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. + * The ``smtp`` provider is now included in the list of providers installed by default in the image. + Airflow 2.8 ~~~~~~~~~~~ +* 2.8.3 + + * 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 * Fixed a discrepancy in MySQL client libraries. In 2.8.0 if not specify ``INSTALL_MYSQL_CLIENT_TYPE`` build arg @@ -313,3 +321,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 | | ++--------------+---------------------+-----------------------------------------+------------------------+------------------------------------------------+