Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/docker-stack/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 | |
+--------------+---------------------+-----------------------------------------+------------------------+------------------------------------------------+