We have just updated constraints and rebuilt reference images for Airflow 3.0.2 following release of common-messaging provider 1.0.3 and fab provider 2.2.1.
If you already installed 3.0.2, please pull the images or install airflow locally, with the newly updated constraints to make sure you get the latest providers included (or manually update providers) Airflow 3.0.2 released software is not changed, and you could upgrade manually to those new providers, but since those were important issues that prevented some important use cases we've decided to rebuild and re-release the images. That also included adding a `git` binary - lack of it prevented an immediate use of git bundles, you needed to extend the image. The change is documented via https://github.com/apache/airflow/pull/52128 in the docker stack documentation. Here is the exact scope of the change. * The ``fab`` provider upgraded from 2.2.0 to 2.2.1 (FAB provider user creation did not work) https://github.com/apache/airflow/issues/51854 * ``common.messaging`` provider upgraded from 1.0.2 to 1.0.3 (importing SQS message failed with circular import) https://github.com/apache/airflow/issues/51770 * git binary is added to the image (git bundle needs it) https://github.com/apache/airflow/pull/51580 J.