Airflow 3.0.6.0 (DEP 10.0.0) Release Notes
The following notes relate specifically to the HPE Data Fabric Distribution for Apache
Airflow. You may also be interested in the Apache Airflow home page.
| Airflow Version | 3.0.6.0 |
| Release Date | October 2025 |
| HPE Version Interoperability | See Ecosystem Pack Components and OS Support. |
| Source on GitHub | https://github.com/mapr/airflow |
| GitHub Release Tag | 3.0.6.0-dep-1000 |
| Package Names | Navigate to https://package.ezmeral.hpe.com/releases/MEP/, and select your EEP(MEP) and OS to view the list of package names. |
| Documentation |
New in This Release
- Upgraded to Airflow version to 3.0.6.0.
- Bearer token support for REST API is added.
Known Issues and Limitations
- The Installer can install Airflow, but cannot set up Postgre or MySQL as the backend database for Airflow. The default Airflow database is SQLite.
- Apache PySpark has many CVEs and is removed from the default Airflow dependencies. To
use the Spark JDBC operator/hook from Apache, install PySpark as follows:
- Run
<airflow_home>/build/env/bin/activate. - Run
pip install pyspark==3.3.3. - Run
deactivate. -
NOTEThis process does not affect the HPE Ezmeral Spark provider.
- Run
- If the
repair_pip_depends.shscript fails with the following error, you must run the script again:subprocess.CalledProcessError: Command 'krb5-config --libs gssapi' returned non-zero exit status 127. [end of output] - Known Issue: Airflow failed to start on Ubuntu 22.04
Workarond: Manually install libffi7, using
apt install libffi7command.
Resolved Issues
None.