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

o-nikolas 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 aab20fadfad Prepare providers release 2026-08-25 (#72069)
aab20fadfad is described below

commit aab20fadfad6ad9c0f219f324af53de1c98d2c1d
Author: Niko Oliveira <[email protected]>
AuthorDate: Tue Aug 25 12:28:28 2026 -0700

    Prepare providers release 2026-08-25 (#72069)
    
    * Prepare providers release 2026-08-25
    
    * Updated fab to RC2/bugfix
---
 providers/.last_release_date.txt                        |  2 +-
 providers/amazon/README.rst                             |  6 +++---
 providers/amazon/docs/changelog.rst                     | 17 +++++++++++++++++
 providers/amazon/docs/index.rst                         |  6 +++---
 providers/amazon/provider.yaml                          |  3 ++-
 providers/amazon/pyproject.toml                         |  6 +++---
 .../amazon/src/airflow/providers/amazon/__init__.py     |  2 +-
 providers/fab/docs/changelog.rst                        |  6 ++++++
 providers/fab/provider.yaml                             |  2 +-
 providers/google/docs/.latest-doc-only-change.txt       |  2 +-
 providers/microsoft/azure/README.rst                    |  6 +++---
 providers/microsoft/azure/docs/changelog.rst            | 17 +++++++++++++++++
 providers/microsoft/azure/docs/index.rst                |  6 +++---
 providers/microsoft/azure/provider.yaml                 |  3 ++-
 providers/microsoft/azure/pyproject.toml                |  6 +++---
 .../src/airflow/providers/microsoft/azure/__init__.py   |  2 +-
 16 files changed, 67 insertions(+), 25 deletions(-)

diff --git a/providers/.last_release_date.txt b/providers/.last_release_date.txt
index 458ab84209e..ddc8700cfc4 100644
--- a/providers/.last_release_date.txt
+++ b/providers/.last_release_date.txt
@@ -1 +1 @@
-2026-08-18
+2026-08-25
diff --git a/providers/amazon/README.rst b/providers/amazon/README.rst
index 1f4f75912f6..63b65076e04 100644
--- a/providers/amazon/README.rst
+++ b/providers/amazon/README.rst
@@ -23,7 +23,7 @@
 
 Package ``apache-airflow-providers-amazon``
 
-Release: ``9.35.0``
+Release: ``9.35.1``
 
 
 Amazon integration (including `Amazon Web Services (AWS) 
<https://aws.amazon.com/>`__).
@@ -36,7 +36,7 @@ This is a provider package for ``amazon`` provider. All 
classes for this provide
 are in ``airflow.providers.amazon`` python package.
 
 You can find package information and changelog for the provider
-in the `documentation 
<https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.35.0/>`_.
+in the `documentation 
<https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.35.1/>`_.
 
 Installation
 ------------
@@ -130,4 +130,4 @@ Extra                 Dependencies
 ====================  
============================================================================================================================================================
 
 The changelog for the provider package can be found in the
-`changelog 
<https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.35.0/changelog.html>`_.
+`changelog 
<https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.35.1/changelog.html>`_.
diff --git a/providers/amazon/docs/changelog.rst 
b/providers/amazon/docs/changelog.rst
index 6653f8c7c85..d7e44bbe5de 100644
--- a/providers/amazon/docs/changelog.rst
+++ b/providers/amazon/docs/changelog.rst
@@ -26,6 +26,23 @@
 Changelog
 ---------
 
+9.35.1
+......
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Use the operator's AWS settings for deferred SageMaker tasks (#71857)``
+* ``Use the configured region for deferred Neptune cluster tasks (#71646)``
+
+Misc
+~~~~
+
+* ``Use common.compat.sdk for the remaining provider timezone imports 
(#71209)``
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+
 9.35.0
 ......
 
diff --git a/providers/amazon/docs/index.rst b/providers/amazon/docs/index.rst
index dbf38fd1ae4..c0d274d5d11 100644
--- a/providers/amazon/docs/index.rst
+++ b/providers/amazon/docs/index.rst
@@ -89,7 +89,7 @@ apache-airflow-providers-amazon package
 Amazon integration (including `Amazon Web Services (AWS) 
<https://aws.amazon.com/>`__).
 
 
-Release: 9.35.0
+Release: 9.35.1
 
 Provider package
 ----------------
@@ -202,5 +202,5 @@ Downloading official packages
 You can download officially released packages and verify their checksums and 
signatures from the
 `Official Apache Download site 
<https://downloads.apache.org/airflow/providers/>`_
 
-* `The apache-airflow-providers-amazon 9.35.0 sdist package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.35.0.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.35.0.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.35.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-amazon 9.35.0 wheel package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.35.0-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.35.0-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.35.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-amazon 9.35.1 sdist package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.35.1.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.35.1.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.35.1.tar.gz.sha512>`__)
+* `The apache-airflow-providers-amazon 9.35.1 wheel package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.35.1-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.35.1-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.35.1-py3-none-any.whl.sha512>`__)
diff --git a/providers/amazon/provider.yaml b/providers/amazon/provider.yaml
index f492fbe981c..3d26682c4d5 100644
--- a/providers/amazon/provider.yaml
+++ b/providers/amazon/provider.yaml
@@ -23,12 +23,13 @@ description: |
 
 state: ready
 lifecycle: production
-source-date-epoch: 1787011200
+source-date-epoch: 1787678157
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
 # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider 
have
 # to be done in the same PR
 versions:
+  - 9.35.1
   - 9.35.0
   - 9.34.0
   - 9.33.0
diff --git a/providers/amazon/pyproject.toml b/providers/amazon/pyproject.toml
index d074aa2d0ca..761a71afcff 100644
--- a/providers/amazon/pyproject.toml
+++ b/providers/amazon/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
 
 [project]
 name = "apache-airflow-providers-amazon"
-version = "9.35.0"
+version = "9.35.1"
 description = "Provider package apache-airflow-providers-amazon for Apache 
Airflow"
 readme = "README.rst"
 license = "Apache-2.0"
@@ -217,8 +217,8 @@ apache-airflow-providers-common-sql = {workspace = true}
 apache-airflow-providers-standard = {workspace = true}
 
 [project.urls]
-"Documentation" = 
"https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.35.0";
-"Changelog" = 
"https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.35.0/changelog.html";
+"Documentation" = 
"https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.35.1";
+"Changelog" = 
"https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.35.1/changelog.html";
 "Bug Tracker" = "https://github.com/apache/airflow/issues";
 "Source Code" = "https://github.com/apache/airflow";
 "Slack Chat" = "https://s.apache.org/airflow-slack";
diff --git a/providers/amazon/src/airflow/providers/amazon/__init__.py 
b/providers/amazon/src/airflow/providers/amazon/__init__.py
index 6fd9e7997db..1bbbe7c4b1b 100644
--- a/providers/amazon/src/airflow/providers/amazon/__init__.py
+++ b/providers/amazon/src/airflow/providers/amazon/__init__.py
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
 
 __all__ = ["__version__"]
 
-__version__ = "9.35.0"
+__version__ = "9.35.1"
 
 if 
packaging.version.parse(packaging.version.parse(airflow_version).base_version) 
< packaging.version.parse(
     "2.11.0"
diff --git a/providers/fab/docs/changelog.rst b/providers/fab/docs/changelog.rst
index 8bbf26fdc4a..f9cc22aa128 100644
--- a/providers/fab/docs/changelog.rst
+++ b/providers/fab/docs/changelog.rst
@@ -27,6 +27,10 @@ Bug Fixes
 ~~~~~~~~~
 
 * ``Validate issuer and audience of Azure AD id_tokens in FAB auth manager 
(#71735)``
+* ``Support Azure national clouds in FAB Azure AD id_token validation 
(#72010)``
+* ``Fix Azure AD tenant identifier canonicalization in FAB auth manager 
(#71920)``
+* ``Fix FAB SSO guide's non-working OAuth configuration instructions (#71852)``
+* ``Make the FAB roles PATCH endpoint replace permissions, not just add them 
(#71933)``
 
 Misc
 ~~~~
@@ -44,6 +48,8 @@ Doc-only
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``[main] CI: Upgrade important CI environment (#70501)``
+   * ``[main] Upgrade important CI environment (#71590)``
+   * ``Prepare providers release 2026-08-18 (#71794)``
 
 
 3.8.0
diff --git a/providers/fab/provider.yaml b/providers/fab/provider.yaml
index 8fe95c64cd9..7ed52be0abb 100644
--- a/providers/fab/provider.yaml
+++ b/providers/fab/provider.yaml
@@ -29,7 +29,7 @@ description: |
 state: ready
 lifecycle: production
 
-source-date-epoch: 1787011200
+source-date-epoch: 1787679243
 build-system: hatchling
 
 # Note that those versions are maintained by release manager - do not update 
them manually
diff --git a/providers/google/docs/.latest-doc-only-change.txt 
b/providers/google/docs/.latest-doc-only-change.txt
index 9eec7f916c0..e23ce390cd1 100644
--- a/providers/google/docs/.latest-doc-only-change.txt
+++ b/providers/google/docs/.latest-doc-only-change.txt
@@ -1 +1 @@
-aa0716089235407f555fee06ac6363419b390bcc
+f44bb16d825edcb533b5819c152c4d6a23a0ffd9
diff --git a/providers/microsoft/azure/README.rst 
b/providers/microsoft/azure/README.rst
index 5c0b1729a97..a50fd569e7c 100644
--- a/providers/microsoft/azure/README.rst
+++ b/providers/microsoft/azure/README.rst
@@ -23,7 +23,7 @@
 
 Package ``apache-airflow-providers-microsoft-azure``
 
-Release: ``15.0.0``
+Release: ``15.0.1``
 
 
 `Microsoft Azure <https://azure.microsoft.com/>`__
@@ -36,7 +36,7 @@ This is a provider package for ``microsoft.azure`` provider. 
All classes for thi
 are in ``airflow.providers.microsoft.azure`` python package.
 
 You can find package information and changelog for the provider
-in the `documentation 
<https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/15.0.0/>`_.
+in the `documentation 
<https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/15.0.1/>`_.
 
 Installation
 ------------
@@ -127,4 +127,4 @@ Extra                 Dependencies
 ====================  ====================================================
 
 The changelog for the provider package can be found in the
-`changelog 
<https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/15.0.0/changelog.html>`_.
+`changelog 
<https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/15.0.1/changelog.html>`_.
diff --git a/providers/microsoft/azure/docs/changelog.rst 
b/providers/microsoft/azure/docs/changelog.rst
index 578d3d6b246..38404b76b59 100644
--- a/providers/microsoft/azure/docs/changelog.rst
+++ b/providers/microsoft/azure/docs/changelog.rst
@@ -27,6 +27,23 @@
 Changelog
 ---------
 
+15.0.1
+......
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Keep MSGraph path parameters across paginated pages (#71866)``
+
+Doc-only
+~~~~~~~~
+
+* ``Fix typos across contributor and provider documentation (#71884)``
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Use common.compat.sdk for the remaining provider timezone imports 
(#71209)``
+
 15.0.0
 ......
 
diff --git a/providers/microsoft/azure/docs/index.rst 
b/providers/microsoft/azure/docs/index.rst
index 2f498e0a4f9..c3134d9b294 100644
--- a/providers/microsoft/azure/docs/index.rst
+++ b/providers/microsoft/azure/docs/index.rst
@@ -84,7 +84,7 @@ apache-airflow-providers-microsoft-azure package
 `Microsoft Azure <https://azure.microsoft.com/>`__
 
 
-Release: 15.0.0
+Release: 15.0.1
 
 Provider package
 ----------------
@@ -194,5 +194,5 @@ Downloading official packages
 You can download officially released packages and verify their checksums and 
signatures from the
 `Official Apache Download site 
<https://downloads.apache.org/airflow/providers/>`_
 
-* `The apache-airflow-providers-microsoft-azure 15.0.0 sdist package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-15.0.0.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-15.0.0.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-15.0.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-microsoft-azure 15.0.0 wheel package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-15.0.0-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-15.0.0-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-15.0.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-microsoft-azure 15.0.1 sdist package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-15.0.1.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-15.0.1.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-15.0.1.tar.gz.sha512>`__)
+* `The apache-airflow-providers-microsoft-azure 15.0.1 wheel package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-15.0.1-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-15.0.1-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-15.0.1-py3-none-any.whl.sha512>`__)
diff --git a/providers/microsoft/azure/provider.yaml 
b/providers/microsoft/azure/provider.yaml
index 798ef9bda5e..3e60335d21b 100644
--- a/providers/microsoft/azure/provider.yaml
+++ b/providers/microsoft/azure/provider.yaml
@@ -21,12 +21,13 @@ description: |
   `Microsoft Azure <https://azure.microsoft.com/>`__
 state: ready
 lifecycle: production
-source-date-epoch: 1787011200
+source-date-epoch: 1787678724
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
 # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider 
have
 # to be done in the same PR
 versions:
+  - 15.0.1
   - 15.0.0
   - 14.1.0
   - 14.0.0
diff --git a/providers/microsoft/azure/pyproject.toml 
b/providers/microsoft/azure/pyproject.toml
index b9293399a68..a3a8b37dd65 100644
--- a/providers/microsoft/azure/pyproject.toml
+++ b/providers/microsoft/azure/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
 
 [project]
 name = "apache-airflow-providers-microsoft-azure"
-version = "15.0.0"
+version = "15.0.1"
 description = "Provider package apache-airflow-providers-microsoft-azure for 
Apache Airflow"
 readme = "README.rst"
 license = "Apache-2.0"
@@ -164,8 +164,8 @@ apache-airflow-providers-common-sql = {workspace = true}
 apache-airflow-providers-standard = {workspace = true}
 
 [project.urls]
-"Documentation" = 
"https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/15.0.0";
-"Changelog" = 
"https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/15.0.0/changelog.html";
+"Documentation" = 
"https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/15.0.1";
+"Changelog" = 
"https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/15.0.1/changelog.html";
 "Bug Tracker" = "https://github.com/apache/airflow/issues";
 "Source Code" = "https://github.com/apache/airflow";
 "Slack Chat" = "https://s.apache.org/airflow-slack";
diff --git 
a/providers/microsoft/azure/src/airflow/providers/microsoft/azure/__init__.py 
b/providers/microsoft/azure/src/airflow/providers/microsoft/azure/__init__.py
index f4021874c7d..979f36eeb92 100644
--- 
a/providers/microsoft/azure/src/airflow/providers/microsoft/azure/__init__.py
+++ 
b/providers/microsoft/azure/src/airflow/providers/microsoft/azure/__init__.py
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
 
 __all__ = ["__version__"]
 
-__version__ = "15.0.0"
+__version__ = "15.0.1"
 
 if 
packaging.version.parse(packaging.version.parse(airflow_version).base_version) 
< packaging.version.parse(
     "2.11.0"

Reply via email to