diff --git a/providers/.last_release_date.txt b/providers/.last_release_date.txt index cdf766050679b..56be2e8dc64c2 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 7e34a53e16296..6530ffdddc38c 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 0677c8e40a59f..701265bc1e949 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 ......