Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add description in docker image changelog about upgraded FAB #41205

Merged
merged 1 commit into from
Aug 2, 2024
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 | |
+--------------+---------------------+-----------------------------------------+------------------------+------------------------------------------------+