This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-8-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 2b719fe35d8ea3a8046c67c68960371204308e79 Author: Andrey Anshin <[email protected]> AuthorDate: Mon Mar 18 22:29:05 2024 +0400 Fix docker changelogs discrepancy between 2.8.3 and 2.9.0 (#38269) (cherry picked from commit af689b3e8bbcd1bccc4f7a006d4bd640bc50bb63) --- docs/docker-stack/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docker-stack/changelog.rst b/docs/docker-stack/changelog.rst index 52db4583a9..5b90f608ba 100644 --- a/docs/docker-stack/changelog.rst +++ b/docs/docker-stack/changelog.rst @@ -43,6 +43,8 @@ Airflow 2.8 ``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. + * 2.8.1 * Fixed a discrepancy in MySQL client libraries. In 2.8.0 if not specify ``INSTALL_MYSQL_CLIENT_TYPE`` build arg
