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 e75718992c1 Prepare providers release 2026-06-08 (#68203)
e75718992c1 is described below

commit e75718992c1076a891aa3b54e9d4407aa96eeb07
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Jun 8 12:21:16 2026 +0200

    Prepare providers release 2026-06-08 (#68203)
---
 providers/.last_release_date.txt             |  2 +-
 providers/amazon/docs/changelog.rst          |  4 ++++
 providers/apache/spark/docs/changelog.rst    |  8 ++++++++
 providers/clickhousedb/README.rst            | 24 ++++++++++++++++++++++--
 providers/cncf/kubernetes/docs/changelog.rst |  1 +
 providers/edge3/docs/changelog.rst           |  6 ++++++
 6 files changed, 42 insertions(+), 3 deletions(-)

diff --git a/providers/.last_release_date.txt b/providers/.last_release_date.txt
index 5b03c1b239f..42ed8bbc475 100644
--- a/providers/.last_release_date.txt
+++ b/providers/.last_release_date.txt
@@ -1 +1 @@
-2026-06-02
+2026-06-08
diff --git a/providers/amazon/docs/changelog.rst 
b/providers/amazon/docs/changelog.rst
index 903e03aabae..21396860c78 100644
--- a/providers/amazon/docs/changelog.rst
+++ b/providers/amazon/docs/changelog.rst
@@ -37,6 +37,8 @@ Features
 * ``Propogate 'verify' and 'botocore_config' in batch triggers (#67508)``
 * ``Propogate 'verify' and 'botocore_config' in redshift cluster triggers 
(#67876)``
 * ``Add ExecuteCallback support to AWS ECS Executor (#63657)``
+* ``Add Amazon Bedrock AgentCore Runtime operators (#67984)``
+* ``Add 'DmsModifyTaskOperator' (#67524)``
 
 Bug Fixes
 ~~~~~~~~~
@@ -47,6 +49,7 @@ Bug Fixes
 * ``Fix EksPodOperator 401 with cross-account AssumeRole via aws_conn_id 
(#65335)``
 * ``Fix inconsistency in S3 transfer operators (#67378)``
 * ``Support log level parsing from container output in 'EcsRunTaskOperator' 
(#67180)``
+* ``Fix IDC domain S3 path resolution (#67987)``
 
 Misc
 ~~~~
@@ -54,6 +57,7 @@ Misc
 * ``Remove further findings from positional session check (#67712)``
 * ``Cleanup redundant RedshiftHook TODO comment for cluster snapshot creation 
(#67485)``
 * ``Add prek hook to enforce HTTPException is imported from fastapi (#67367)``
+* ``Update Notebook Operator to pull S3 project bucket from tooling env 
(#67915)``
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
diff --git a/providers/apache/spark/docs/changelog.rst 
b/providers/apache/spark/docs/changelog.rst
index 9fffbef94ad..a668ad9ca93 100644
--- a/providers/apache/spark/docs/changelog.rst
+++ b/providers/apache/spark/docs/changelog.rst
@@ -36,6 +36,14 @@ Features
 ~~~~~~~~
 
 * ``Add 'ResumableJobMixin' with 'SparkSubmitOperator' as a case study for 
surviving worker failures (standalone) (#67118)``
+* ``Track Spark job status for YARN cluster mode via RM REST API to free JVM 
(#65991)``
+* ``Use K8s API to track Spark on K8s instead of JVM based spark-submit 
(#67715)``
+* ``Enhance 'ResumableJobMixin.get_job_status' with context for better job 
status tracking (#68009)``
+
+Misc
+~~~~
+
+* ``Rename resumablemixin file to match class name (#68137)``
 
 Doc-only
 ~~~~~~~~
diff --git a/providers/clickhousedb/README.rst 
b/providers/clickhousedb/README.rst
index 312bb058d99..8a64a2279dd 100644
--- a/providers/clickhousedb/README.rst
+++ b/providers/clickhousedb/README.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
@@ -31,7 +32,7 @@ Release: ``1.0.0``
 Provider package
 ----------------
 
-This is a provider package for ``clickhouse`` provider. All classes for this 
provider package
+This is a provider package for ``clickhousedb`` provider. All classes for this 
provider package
 are in ``airflow.providers.clickhousedb`` python package.
 
 You can find package information and changelog for the provider
@@ -44,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-clickhousedb``
 
-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
 ------------
@@ -57,5 +58,24 @@ PIP package                              Version required
 ``clickhouse-connect``                   ``>=0.7.0``
 =======================================  ==================
 
+Cross provider package dependencies
+-----------------------------------
+
+Those are dependencies that might be needed in order to use all the features 
of the package.
+You need to install the specified providers in order to use them.
+
+You can install such cross-provider dependencies when installing from PyPI. 
For example:
+
+.. code-block:: bash
+
+    pip install apache-airflow-providers-clickhousedb[common.sql]
+
+
+============================================================================================================
  ==============
+Dependent package                                                              
                               Extra
+============================================================================================================
  ==============
+`apache-airflow-providers-common-sql 
<https://airflow.apache.org/docs/apache-airflow-providers-common-sql>`_  
``common.sql``
+============================================================================================================
  ==============
+
 The changelog for the provider package can be found in the
 `changelog 
<https://airflow.apache.org/docs/apache-airflow-providers-clickhousedb/1.0.0/changelog.html>`_.
diff --git a/providers/cncf/kubernetes/docs/changelog.rst 
b/providers/cncf/kubernetes/docs/changelog.rst
index c963f61e463..99efbb968a0 100644
--- a/providers/cncf/kubernetes/docs/changelog.rst
+++ b/providers/cncf/kubernetes/docs/changelog.rst
@@ -48,6 +48,7 @@ Misc
 ~~~~
 
 * ``Remove further findings from positional session check (#67712)``
+* ``Allow kubernetes and kubernetes_asyncio client 36.x in cncf.kubernetes 
(#68041)``
 
 Doc-only
 ~~~~~~~~
diff --git a/providers/edge3/docs/changelog.rst 
b/providers/edge3/docs/changelog.rst
index 27d62b0879f..785ad2dd363 100644
--- a/providers/edge3/docs/changelog.rst
+++ b/providers/edge3/docs/changelog.rst
@@ -37,11 +37,15 @@ Features
 ~~~~~~~~
 
 * ``Fix edge executor to support handling execute callback workload (#67679)``
+* ``Add 'awaiting_input' task state for Human-in-the-loop, off the triggerer 
(#68028)``
+* ``Add async connection testing via workers for security isolation (#62343)``
 
 Bug Fixes
 ~~~~~~~~~
 
 * ``Fix Edge worker fork mode reporting supervisor failures as success 
(#67887)``
+* ``Fix team name authorization bypass in edgeworker (#64556)``
+* ``Remove unnecessarily added logging in edge worker (#68019)``
 
 Misc
 ~~~~
@@ -52,6 +56,8 @@ Misc
 * ``Add prek hook to enforce HTTPException is imported from fastapi (#67367)``
 * ``Remove dead auth code from Airflow2 times in Edge (#67374)``
 * ``Add prek hook enforcing the "example" tag on example DAGs (#67354)``
+* ``Bump the edge-ui-package-updates group across 1 directory with 7 updates 
(#68087)``
+* ``Bump aiohttp regarding dependabot warning (#67978)``
 
 Doc-only
 ~~~~~~~~

Reply via email to