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
19 changes: 11 additions & 8 deletions docs/docker-stack/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a small thing, but I think it's 1.2.2 instead of 1.1.2.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not small. very important. What a typo 🤦 - it also would went to CVE announcement if you did not see it - thanks for spotting it. Fix coming in #41215

+--------------+---------------------+-----------------------------------------+------------------------+------------------------------------------------+
| 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 | |
Expand All @@ -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 | |
+--------------+---------------------+-----------------------------------------+------------------------+------------------------------------------------+