-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Status of testing of Apache Airflow Helm Chart 1.10.0rc1 #32096
Comments
I am wondering if we want to include #30963 here as the PR has an associated milestone of 2.7.0 If we want to include it here, I have a question next. When I deploy the helm chart from this RC, it runs fine and example DAGs are running fine. But when I exec into pods, and enter python shell it uses Python3.7, also example DAGs with Python operator seem to use Python3.7. What should be the expected Python version here? |
Python version is connected with Airflow version. It's not "chart" property it's actually "image" property. And according to our agreed policies, default versio of Airflow supported in 2.6 is 3.7.
I think there is a one mistake in README regarding 2.6.2 image after we bumped version numbers (I will fix it in a moment) but intention was that 3.7 will remain default and released version for all 2.6* airflow/image versions. The 3.8 will become default/minimum version supported when we release 2.7.0. |
#32103 -> to remove the confusing paragraph. |
|
BTW @pankajkoti clarifying comment: The reason why the PR to remove support was included in the list was this https://github.com/apache/airflow/pull/30963/files#diff-b3ffb75587232c802c4c65d8d27f30a07f72e1819e3a695ca5758d727bde3b31L2079
And well - this was actually an overdue change. This should have been removed already when we got rid of airflow 3.6 - I just removed it while removing python 3.7, because I looked for all the 3.7 occurences. So even if "Remove Python 3.7" support was part of the PRs in the chart, the actual removal of Python 3.7 had nothing to do with the chart |
Looks good ! |
Thank you for clarifying in detail @potiuk and the quick fix. Yes, was wondering intially if the image itself needed some fix, but all clear now. |
1.10.0 is (almost) out! Thanks everyone for taking the time to test the RC! |
We are kindly requesting that contributors to Apache Airflow Helm Chart 1.10.0rc1 help test the RC.
Please let us know by commenting if the issue is addressed in the latest RC.
executor
andconfig.core.executor
match (#30693): @jedcunninghamRemove Python 3.7 support (#30963): @potiuk - not relevantLinked issues:
Linked issues:
apiVersion
andkind
order in chart templates (#31850): @dnskrThanks to all who contributed to the release (probably not a complete list!):
@potiuk @ephraimbuddy @wookiist @dzhigimont @hussein-awala @mikaeld @nirroz93 @eladkal @grjones @jedcunningham @TarunParimi @NipunaPrashan @Aakcht @dnskr
The text was updated successfully, but these errors were encountered: