When will the Helm chart drop Airflow 1.x support (or any other older version?) #45101
-
Looked in the chart docs, couldn't find an answer so asking here - I just put up a PR (#45082) involving some settings that need to be supported two different ways in the Helm chart bc Airflow changed how those prefs are wired and the chart supports Airflow versions all the way down to 1.10.x. So I got to thinking,
Supporting backcompat for prefs isn't a huge challenge, but it does mean writing more code and tests, and requires effort to note/comment the code where it can be deleted once support is dropped for older versions. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is a very good point. We have not discussed it (@jedcunningham @ephraimbuddy @utkarsharma2 @eladkal - as you are release mangers, to your attention). But I personally it would be reasonable to make our chart follow similar approach as providers and have rolling support for 2.X.+ (maybe for Chart it would make sense to have 12 months support after 2.x.0 or 3.x.0 is released) But that is a very important topic that requires a devlist conversation. @topherinternational -> can you please move that discussion to devlist (see https://airflow.apache.org/community/) ? |
Beta Was this translation helpful? Give feedback.
This is a very good point.
We have not discussed it (@jedcunningham @ephraimbuddy @utkarsharma2 @eladkal - as you are release mangers, to your attention).
But I personally it would be reasonable to make our chart follow similar approach as providers and have rolling support for 2.X.+ (maybe for Chart it would make sense to have 12 months support after 2.x.0 or 3.x.0 is released)
But that is a very important topic that requires a devlist conversation.
@topherinternational -> can you please move that discussion to devlist (see https://airflow.apache.org/community/) ?