Skip to content

Properly switch the "2.X.Y" image to point to "newest" Python - #36779

Merged
potiuk merged 1 commit into
apache:mainfrom
potiuk:properly-fix-airflow-image-default-python
Jan 15, 2024
Merged

Properly switch the "2.X.Y" image to point to "newest" Python#36779
potiuk merged 1 commit into
apache:mainfrom
potiuk:properly-fix-airflow-image-default-python

Conversation

@potiuk

Copy link
Copy Markdown
Member

The change #36003 attempted to change which Python version is used for the "default" image ("2.8.0" and effectively "latest as well).

But it failed to do so - because of a bug. The changelog about this have been removed in #36777 and we are bringing the change back (this time properly implemented) and changelog - with aim to release it in Airflow 2.9.0.

Fixes: #36740


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

@potiukpotiuk changed the title Properly swith the "2.X.Y" image to point to "newest" PythonProperly switch the "2.X.Y" image to point to "newest" PythonJan 14, 2024
The change apache#36003 attempted to change which Python version is used
for the "default" image ("2.8.0" and effectively "latest as well).
But it failed to do so - because of a bug. The changelog about this
have been removed in apache#36777 and we are bringing the change back
(this time properly implemented) and changelog - with aim to
release it in Airflow 2.9.0.
Fixes: apache#36740

@hussein-awalahussein-awala left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@potiuk
potiukforce-pushed the properly-fix-airflow-image-default-python branch from a7273ac to f0a0d9bCompareJanuary 14, 2024 21:41
@potiukpotiuk added this to the Airflow 2.9.0 milestone Jan 14, 2024

@amoghrajeshamoghrajesh left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright, let us get this in

@potiuk
potiuk merged commit bd21dec into apache:mainJan 15, 2024
@potiuk
potiuk deleted the properly-fix-airflow-image-default-python branch January 15, 2024 07:11
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dev-toolsarea:production-imageProduction image improvements and fixeskind:documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Apache Airflow "latest" image is still Python 3.8 in Airflow 2.8.0

4 participants

@potiuk@Lee-W@hussein-awala@amoghrajesh