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

eladkal 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 48043afc79c forward port fab 1.5.2 to main branch (#45377)
48043afc79c is described below

commit 48043afc79c04169f006bd8291ef01b83344ee07
Author: Elad Kalif <[email protected]>
AuthorDate: Fri Jan 3 18:44:19 2025 +0100

    forward port fab 1.5.2 to main branch (#45377)
---
 docs/apache-airflow-providers-fab/commits.rst     | 12 ++++++++++++
 providers/src/airflow/providers/fab/CHANGELOG.rst |  9 +++++++++
 providers/src/airflow/providers/fab/provider.yaml |  1 +
 3 files changed, 22 insertions(+)

diff --git a/docs/apache-airflow-providers-fab/commits.rst 
b/docs/apache-airflow-providers-fab/commits.rst
index 65c53177a36..f6a88e647bf 100644
--- a/docs/apache-airflow-providers-fab/commits.rst
+++ b/docs/apache-airflow-providers-fab/commits.rst
@@ -52,6 +52,18 @@ Commit
 `c8c5756530 
<https://github.com/apache/airflow/commit/c8c5756530b95de7f53b1f4cfc296d04627c7b25>`_
  2024-11-19   ``Prepare FAB provider to set next version as major version 
(#43939)``
 
=================================================================================================
  ===========  
====================================================================================================================================
 
+1.5.2
+.....
+
+Latest change: 2024-12-24
+
+=================================================================================================
  ===========  
===========================================================================
+Commit                                                                         
                    Committed    Subject
+=================================================================================================
  ===========  
===========================================================================
+`111e82634a 
<https://github.com/apache/airflow/commit/111e82634a807885a8f9b74d191505284a4dd698>`_
  2024-12-24   ``Correctly import isabs from os.path (#45178)``
+`c95b84cfed 
<https://github.com/apache/airflow/commit/c95b84cfed7554e4fe0370600be6af3130a0d1c6>`_
  2024-12-24   ``[providers-fab/v1-5] Invalidate user session on password reset 
(#45139)``
+=================================================================================================
  ===========  
===========================================================================
+
 1.5.1
 .....
 
diff --git a/providers/src/airflow/providers/fab/CHANGELOG.rst 
b/providers/src/airflow/providers/fab/CHANGELOG.rst
index 383a7214d7e..3fbadba25b0 100644
--- a/providers/src/airflow/providers/fab/CHANGELOG.rst
+++ b/providers/src/airflow/providers/fab/CHANGELOG.rst
@@ -54,6 +54,15 @@ Breaking changes
    * ``Set up JWT token authentication in Fast APIs (#42634)``
    * ``Prepare FAB provider to set next version as major version (#43939)``
 
+1.5.2
+.....
+
+Misc
+~~~~
+
+* ``Correctly import isabs from os.path (#45178)``
+* ``Invalidate user session on password reset (#45139)``
+
 1.5.1
 .....
 
diff --git a/providers/src/airflow/providers/fab/provider.yaml 
b/providers/src/airflow/providers/fab/provider.yaml
index ffad7d12759..322e750eece 100644
--- a/providers/src/airflow/providers/fab/provider.yaml
+++ b/providers/src/airflow/providers/fab/provider.yaml
@@ -33,6 +33,7 @@ source-date-epoch: 1731570160
 # note that those versions are maintained by release manager - do not update 
them manually
 versions:
   - 2.0.0
+  - 1.5.2
   - 1.5.1
   - 1.5.0
   - 1.4.1

Reply via email to