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 12906fed21f Add release notes about grpcio downgraded for Python 3.12,
2.11.1 image. (#62635)
12906fed21f is described below
commit 12906fed21fb526492838c38ad4e775bfe8d0e31
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat Feb 28 18:38:18 2026 +0100
Add release notes about grpcio downgraded for Python 3.12, 2.11.1 image.
(#62635)
---
docker-stack-docs/changelog.rst | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docker-stack-docs/changelog.rst b/docker-stack-docs/changelog.rst
index 1ab2a03d33e..89024b1c38e 100644
--- a/docker-stack-docs/changelog.rst
+++ b/docker-stack-docs/changelog.rst
@@ -383,6 +383,8 @@ here so that users affected can find the reason for the
changes.
+--------------+-------------+-----------------------------------------------------------------------------------+-------------------------------------------------------+------------------------------------------------+
| Date | Versions | Potentially breaking change
| Reason
| Link to Pull Request / Issue |
+==============+=============+===================================================================================+=======================================================+================================================+
+| 28 Feb 2026 | 2.11.1 | * The grpcio==1.78.0 is used instead of 1.78.1
in Python 3.12 images. | The 1.78.1 version was yanked - caused
major outage. | https://github.com/grpc/grpc/issues/41725. |
++--------------+-------------+-----------------------------------------------------------------------------------+-------------------------------------------------------+------------------------------------------------+
| 23 Feb 2026 | 2.11.1 | * Several dependencies upgraded with minor
versions/patchlevels | Virtualenv project pulling out
released 20.37.0 | https://github.com/pypa/virtualenv/issues/3061 |
| | | * See
https://github.com/apache/airflow/commit/4a55543 for details |
|
|
+--------------+-------------+-----------------------------------------------------------------------------------+-------------------------------------------------------+------------------------------------------------+