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 0c023531d0c Prepare providers release 2026-04-12 (#65106)
0c023531d0c is described below

commit 0c023531d0cc0c1f25b810a715d9a87cdc157907
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun Apr 12 23:34:08 2026 +0200

    Prepare providers release 2026-04-12 (#65106)
    
    Co-authored-by: Elad Kalif <[email protected]>
    Co-authored-by: Jens Scheffler <[email protected]>
---
 providers/.last_release_date.txt           | 2 +-
 providers/amazon/docs/changelog.rst        | 6 +++++-
 providers/common/compat/docs/changelog.rst | 2 ++
 providers/openlineage/docs/changelog.rst   | 9 +++++++++
 providers/vespa/README.rst                 | 2 +-
 providers/vespa/docs/commits.rst           | 1 +
 6 files changed, 19 insertions(+), 3 deletions(-)

diff --git a/providers/.last_release_date.txt b/providers/.last_release_date.txt
index 153381a5244..5c4e706044a 100644
--- a/providers/.last_release_date.txt
+++ b/providers/.last_release_date.txt
@@ -1 +1 @@
-2026-04-07
+2026-04-08
diff --git a/providers/amazon/docs/changelog.rst 
b/providers/amazon/docs/changelog.rst
index a50dea46850..811cdbbd93b 100644
--- a/providers/amazon/docs/changelog.rst
+++ b/providers/amazon/docs/changelog.rst
@@ -41,6 +41,7 @@ Bug Fixes
 
 * ``Fix AwsBaseWaiterTrigger losing error details on deferred task failure 
(#64085)``
 * ``Fix assume_role_with_web_identity not using botocore config for STS calls 
(#64216)``
+* ``Fix GlueJobOperator verbose logs not showing in deferrable mode (#64342)``
 
 Misc
 ~~~~
@@ -53,12 +54,15 @@ Misc
 * ``Add OpenLineage parent info injection to GlueJobOperator (#64513)``
 * ``Remove obsolete boto3 extra from aiobotocore dependency (#64330)``
 * ``Replace AWS keys with placeholder text in documentation and code examples 
(#63577)``
+* ``Fix stale system test documentation links (#65071)``
+* ``add more debugging logs when emr_eks system tests fail (#64817)``
+* ``Compat sdk conf follow-up for multiple providers (#64161)``
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Revert "fix(glue): Fix GlueJobOperator verbose logs not showing in 
deferrable mode (#63086)" (#64340)``
    * ``fix(glue): Fix GlueJobOperator verbose logs not showing in deferrable 
mode (#63086)``
-   * ``Compat sdk conf follow-up for multiple providers (#64161)``
+   * ``Prepare providers release 2026-04-07 (#64864)``
 
 9.24.0
 ......
diff --git a/providers/common/compat/docs/changelog.rst 
b/providers/common/compat/docs/changelog.rst
index a329256d7c7..87741173e87 100644
--- a/providers/common/compat/docs/changelog.rst
+++ b/providers/common/compat/docs/changelog.rst
@@ -33,9 +33,11 @@ Misc
 
 * ``Add OpenLineage parent and transport info injection to 
'EmrServerlessStartJobOperator' (#64807)``
 * ``Add OpenLineage parent info injection to GlueJobOperator (#64513)``
+* ``Fix RESOURCE_ASSET compatibility with Airflow 2.x in common-compat 
(#64933)``
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
+   * ``Prepare providers release 2026-04-07 (#64864)``
 
 1.14.2
 ......
diff --git a/providers/openlineage/docs/changelog.rst 
b/providers/openlineage/docs/changelog.rst
index 0266040755b..50b98e26fda 100644
--- a/providers/openlineage/docs/changelog.rst
+++ b/providers/openlineage/docs/changelog.rst
@@ -34,9 +34,18 @@ Features
 
 * ``Add OpenLineage parent and transport info injection to 
'EmrServerlessStartJobOperator' (#64807)``
 * ``Add OpenLineage parent info injection to GlueJobOperator (#64513)``
+* ``Add dagrun partition info to OpenLineage events (#64897)``
+* ``Fix OpenLineage SQL utils emitting duplicate datasets for tables in 
multiple schemas (#64622)``
+
+Misc
+~~~~
+
+* ``Fix example dags documentation links (#65071)``
+
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
+   * ``Prepare providers release 2026-04-07 (#64864)``
 
 2.13.0
 ......
diff --git a/providers/vespa/README.rst b/providers/vespa/README.rst
index a6d57d7e6d4..953a7482211 100644
--- a/providers/vespa/README.rst
+++ b/providers/vespa/README.rst
@@ -45,7 +45,7 @@ You can install this package on top of an existing Airflow 
installation (see ``R
 for the minimum Airflow version supported) via
 ``pip install apache-airflow-providers-vespa``
 
-The package supports the following python versions: 3.10,3.11,3.12,3.13
+The package supports the following python versions: 3.10,3.11,3.12,3.13,3.14
 
 Requirements
 ------------
diff --git a/providers/vespa/docs/commits.rst b/providers/vespa/docs/commits.rst
index 7b51b8a92db..4da1794c150 100644
--- a/providers/vespa/docs/commits.rst
+++ b/providers/vespa/docs/commits.rst
@@ -1,3 +1,4 @@
+
  .. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Reply via email to