This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 85f0cb020f Add description in docker image changelog about upgraded 
FAB (#41205)
85f0cb020f is described below

commit 85f0cb020fb42bd908042a141121b321c80a05c6
Author: Jarek Potiuk <[email protected]>
AuthorDate: Fri Aug 2 03:13:39 2024 +0200

    Add description in docker image changelog about upgraded FAB (#41205)
    
    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 b632f6b8d1..8bf3ca05ea 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                |                                                |
-+--------------+---------------------+-----------------------------------------+------------------------+------------------------------------------------+

Reply via email to