pierrejeambrun commented on PR #29106: URL: https://github.com/apache/airflow/pull/29106#issuecomment-1400735349
Hello @raphaelauv, Thanks for the PR, I am not familiar with our K8S code. https://github.com/apache/airflow/pull/28320 was not part of `2.5.1`, it is marked should make it in `2.6.0`. Looking at `https://github.com/apache/airflow/tree/2.5.1` tag, we have: ``` ALLOWED_KUBERNETES_VERSIONS = ["v1.25.3", "v1.24.7", "v1.23.13", "v1.22.15", "v1.21.14"] ``` Not sure if we should update yet ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
