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 3d087a8e1d2 Prepare providers release 2026-08-08 (#71310)
3d087a8e1d2 is described below
commit 3d087a8e1d282648ab2491c0d8f036d8ec08cd3e
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat Aug 8 09:19:54 2026 +0800
Prepare providers release 2026-08-08 (#71310)
---
providers/.last_release_date.txt | 2 +-
providers/cncf/kubernetes/docs/changelog.rst | 1 +
providers/google/docs/changelog.rst | 4 ++++
3 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/providers/.last_release_date.txt b/providers/.last_release_date.txt
index cdf76605067..56be2e8dc64 100644
--- a/providers/.last_release_date.txt
+++ b/providers/.last_release_date.txt
@@ -1 +1 @@
-2026-08-06
+2026-08-08
diff --git a/providers/cncf/kubernetes/docs/changelog.rst
b/providers/cncf/kubernetes/docs/changelog.rst
index 7e34a53e162..6530ffdddc3 100644
--- a/providers/cncf/kubernetes/docs/changelog.rst
+++ b/providers/cncf/kubernetes/docs/changelog.rst
@@ -64,6 +64,7 @@ Doc-only
.. 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 timezone imports in providers (#70492)``
+ * ``Fix version_added for the concurrent pod creation options (#71157)``
10.20.0
.......
diff --git a/providers/google/docs/changelog.rst
b/providers/google/docs/changelog.rst
index 0677c8e40a5..701265bc1e9 100644
--- a/providers/google/docs/changelog.rst
+++ b/providers/google/docs/changelog.rst
@@ -79,6 +79,7 @@ Misc
* ``Update system test to the latest api version of google-ads (#69865)``
* ``Use common.compat.sdk for timezone imports in providers (#70492)``
* ``Drop redundant BigQueryInsertJobOperator job ID snapshot in __init__
(#70494)``
+* ``Install google-cloud-aiplatform without the 'evaluation' extra and require
its dependencies directly, so the provider installs on Python 3.14 (#71273)``
Doc-only
~~~~~~~~
@@ -96,6 +97,9 @@ Doc-only
* ``Prepare providers release 2026-07-22 (#70256)``
* ``Limit pandas to < 3 for DataFrame XComs (#70791)``
* ``Revert "Limit pandas to < 3 for DataFrame XComs (#70791)" (#71100)``
+ * ``Prepare providers release 2026-08-01 (#70932)``
+ * ``Update changelog with better wording (#71161)``
+ * ``Prepare providers release 2026-08-06 (#71219)``
22.2.2
......