potiuk opened a new pull request, #71640: URL: https://github.com/apache/airflow/pull/71640
Two commits: the cherry-pick of #71527, then the fix from #71639 on top. `K8S Lang-SDK:3.10-v1.30.13` fails on **every** `v3-3-test` run (push and PR alike — e.g. runs 31805588059, 31804230963, 31781291779), not just on the dependabot PR it was spotted on. Breeze builds the Go bundle from upstream `main`'s go-sdk, which declares supervisor schema `2026-10-30`, and deploys this branch's Airflow, whose supervisor bundle only knows `2026-06-16`. The coordinator rejects the bundle and `go_extract` fails. Note that #71588 — the plain cherry-pick of #71527 — does **not** fix this on its own: its `target == "main"` test is false on `v3-3-test`, so the upstream fetch still happens. This PR includes that cherry-pick and supersedes it. --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Opus 5) Generated-by: Claude Code (Opus 5) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- 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]
