From dd3a0747fbd52a2610b74a82c7c65bc8dfb30456 Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Fri, 2 Aug 2024 01:54:17 +0200 Subject: [PATCH] Add description in docker image changelog about upgraded FAB That also includes reverting the order of changes to "most recent first" --- docs/docker-stack/changelog.rst | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/docs/docker-stack/changelog.rst b/docs/docker-stack/changelog.rst index b632f6b8d16b8..8bf3ca05eaac7 100644 --- a/docs/docker-stack/changelog.rst +++ b/docs/docker-stack/changelog.rst @@ -302,6 +302,17 @@ here so that users affected can find the reason for the changes. +--------------+---------------------+-----------------------------------------+------------------------+------------------------------------------------+ | Date | Affected images | Potentially breaking change | Reason | Link to Pull Request / Issue | +==============+=====================+=========================================+========================+================================================+ +| 02 Aug 2024 | 2.9.3 | * The ``apache-airflow-providers-fab`` | FAB provider logout | https://github.com/apache/airflow/issues/40922 | +| | | upgraded from 1.1.1 to 1.1.2 | did not work for 2.9.3 | | ++--------------+---------------------+-----------------------------------------+------------------------+------------------------------------------------+ +| 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 | | ++--------------+---------------------+-----------------------------------------+------------------------+------------------------------------------------+ +| 16 Dec 2023 | All 2..\* | * The AIRFLOW_GID 500 was removed | MySQL repository is | https://github.com/apache/airflow/issues/36231 | +| | | * MySQL ``apt`` repository key changed. | removed after the | | +| | | | key expiry fiasco | | ++--------------+---------------------+-----------------------------------------+------------------------+------------------------------------------------+ | 17 June 2022 | 2.2.5 | * The ``Authlib`` library downgraded | Flask App Builder | https://github.com/apache/airflow/pull/24516 | | | | from 1.0.1 to 0.15.5 version | not compatible with | | | | 2.3.0-2.3.2 | | Authlib >= 1.0.0 | | @@ -310,11 +321,3 @@ here so that users affected can find the reason for the changes. | | | * MySQL ``apt`` repository key changed. | to sign their packages | | | | | | on 17 Jan 2022 | | +--------------+---------------------+-----------------------------------------+------------------------+------------------------------------------------+ -| 16 Dec 2023 | All 2..\* | * The AIRFLOW_GID 500 was removed | MySQL repository is | https://github.com/apache/airflow/issues/36231 | -| | | * 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 | | -+--------------+---------------------+-----------------------------------------+------------------------+------------------------------------------------+