|
| 1 | +Unused webserver configuration options have been removed |
| 2 | + |
| 3 | +The following webserver options were moved into the ``api`` section: |
| 4 | + |
| 5 | +* ``[webserver] log_fetch_timeout_sec`` → ``[api] log_fetch_timeout_sec`` |
| 6 | +* ``[webserver] hide_paused_dags_by_default`` → ``[api] hide_paused_dags_by_default`` |
| 7 | +* ``[webserver] page_size`` → ``[api] page_size`` |
| 8 | +* ``[webserver] default_wrap`` → ``[api] default_wrap`` |
| 9 | +* ``[webserver] require_confirmation_dag_change`` → ``[api] require_confirmation_dag_change`` |
| 10 | +* ``[webserver] auto_refresh_interval`` → ``[api] auto_refresh_interval`` |
| 11 | + |
| 12 | +The following configuration options are now unused and have been removed: |
| 13 | + |
| 14 | +- ``[webserver] instance_name_has_markup`` |
| 15 | +- ``[webserver] warn_deployment_exposure`` |
| 16 | + |
| 17 | +* Types of change |
| 18 | + |
| 19 | + * [ ] Dag changes |
| 20 | + * [x] Config changes |
| 21 | + * [ ] API changes |
| 22 | + * [ ] CLI changes |
| 23 | + * [ ] Behaviour changes |
| 24 | + * [ ] Plugin changes |
| 25 | + * [ ] Dependency changes |
| 26 | + * [ ] Code interface changes |
| 27 | + |
| 28 | +.. List the migration rules needed for this change (see https://github.com/apache/airflow/issues/41641) |
| 29 | +
|
| 30 | +* Migration rules needed |
| 31 | + |
| 32 | + * ``airflow config lint`` |
| 33 | + |
| 34 | + * [ ] Remove configuration option ``[webserver] instance_name_has_markup`` |
| 35 | + * [ ] Remove configuration option ``[webserver] warn_deployment_exposure`` |
| 36 | + * [ ] [webserver] log_fetch_timeout_sec`` → ``[api] log_fetch_timeout_sec`` |
| 37 | + * [ ] [webserver] hide_paused_dags_by_default`` → ``[api] hide_paused_dags_by_default`` |
| 38 | + * [ ] [webserver] page_size`` → ``[api] page_size`` |
| 39 | + * [ ] [webserver] default_wrap`` → ``[api] default_wrap`` |
| 40 | + * [ ] [webserver] require_confirmation_dag_change`` → ``[api] require_confirmation_dag_change`` |
| 41 | + * [ ] [webserver] auto_refresh_interval`` → ``[api] auto_refresh_interval`` |
0 commit comments