[v3-2-test] Docs: Expand Helm Chart upgrade tasks in Airflow 3 migration guide (#66118)#66259
Merged
Conversation
1 task
…ion guide (#66118) * Docs: Expand Helm Chart upgrade tasks in Airflow 3 migration guide Replace the two-line Helm Chart note in the Airflow 3 migration guide with a dedicated subsection that lists the concrete action items for upgrading the official chart from Airflow 2.x to 3.x: webserver to apiServer rename with a values.yaml before/after, secret_key relocation, jwtSecretName, the standalone dagProcessor deployment, FabAuthManager default, webserver_config.py rework, minimum Kubernetes 1.30, the DB migration job, and a pointer to the chart release notes for renamed and removed keys. Signed-off-by: André Ahlert <[email protected]> * Move Helm Chart upgrade tasks to chart/docs Address review from @Miretpl: chart-specific upgrade content belongs under chart/docs, mirroring the providers/fab/docs/upgrading.rst pattern where each component owns its upgrade guide and the core migration guide links to it. Move the expanded Helm Chart upgrade checklist from airflow-core/docs/installation/upgrading_to_airflow3.rst to a new chart/docs/upgrading-to-airflow-3.rst, restore the original two-line note in the core guide, and add a pointer to the chart doc from the core guide. Register the new file in chart/docs/index.rst under Guides. Signed-off-by: André Ahlert <[email protected]> --------- (cherry picked from commit 8fc2467) Co-authored-by: André Ahlert <[email protected]> Signed-off-by: André Ahlert <[email protected]>
58d74f2 to
5f3829d
Compare
vatsrahul1001
pushed a commit
that referenced
this pull request
May 20, 2026
…ion guide (#66118) (#66259) * [v3-2-test] Docs: Expand Helm Chart upgrade tasks in Airflow 3 migration guide (#66118) * Docs: Expand Helm Chart upgrade tasks in Airflow 3 migration guide Replace the two-line Helm Chart note in the Airflow 3 migration guide with a dedicated subsection that lists the concrete action items for upgrading the official chart from Airflow 2.x to 3.x: webserver to apiServer rename with a values.yaml before/after, secret_key relocation, jwtSecretName, the standalone dagProcessor deployment, FabAuthManager default, webserver_config.py rework, minimum Kubernetes 1.30, the DB migration job, and a pointer to the chart release notes for renamed and removed keys. Signed-off-by: André Ahlert <[email protected]> * Move Helm Chart upgrade tasks to chart/docs Address review from @Miretpl: chart-specific upgrade content belongs under chart/docs, mirroring the providers/fab/docs/upgrading.rst pattern where each component owns its upgrade guide and the core migration guide links to it. Move the expanded Helm Chart upgrade checklist from airflow-core/docs/installation/upgrading_to_airflow3.rst to a new chart/docs/upgrading-to-airflow-3.rst, restore the original two-line note in the core guide, and add a pointer to the chart doc from the core guide. Register the new file in chart/docs/index.rst under Guides. Signed-off-by: André Ahlert <[email protected]> --------- (cherry picked from commit 8fc2467) Co-authored-by: André Ahlert <[email protected]> Signed-off-by: André Ahlert <[email protected]> * Upgrade uv.lock --------- Signed-off-by: André Ahlert <[email protected]> Co-authored-by: André Ahlert <[email protected]> Co-authored-by: Jens Scheffler <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace the two-line Helm Chart note in the Airflow 3 migration guide
with a dedicated subsection that lists the concrete action items for
upgrading the official chart from Airflow 2.x to 3.x: webserver to
apiServer rename with a values.yaml before/after, secret_key relocation,
jwtSecretName, the standalone dagProcessor deployment, FabAuthManager
default, webserver_config.py rework, minimum Kubernetes 1.30, the DB
migration job, and a pointer to the chart release notes for renamed and
removed keys.
Signed-off-by: André Ahlert [email protected]
Address review from @Miretpl: chart-specific upgrade content belongs
under chart/docs, mirroring the providers/fab/docs/upgrading.rst pattern
where each component owns its upgrade guide and the core migration guide
links to it.
Move the expanded Helm Chart upgrade checklist from
airflow-core/docs/installation/upgrading_to_airflow3.rst to a new
chart/docs/upgrading-to-airflow-3.rst, restore the original two-line
note in the core guide, and add a pointer to the chart doc from the
core guide. Register the new file in chart/docs/index.rst under Guides.
Signed-off-by: André Ahlert [email protected]
(cherry picked from commit 8fc2467)
Co-authored-by: André Ahlert [email protected]
Signed-off-by: André Ahlert [email protected]