Skip to content

Commit fc84269

Browse files
Small adjustments
1 parent 83d1cd3 commit fc84269

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

airflow-core/src/airflow/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ def sensitive_config_values(self) -> set[tuple[str, str]]:
356356
("api", "access_logfile"): ("webserver", "access_logfile", "3.0"),
357357
("triggerer", "capacity"): ("triggerer", "default_capacity", "3.0"),
358358
("api", "expose_config"): ("webserver", "expose_config", "3.0.1"),
359-
("fab", "expose_hostname"): ("webserver", "expose_hostname", "3.0.1"),
359+
("fab", "expose_hostname"): ("webserver", "expose_hostname", "3.0.2"),
360360
}
361361

362362
# A mapping of new section -> (old section, since_version).

providers/fab/provider.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ config:
6262
expose_hostname:
6363
description: |
6464
Expose hostname in the web server
65-
version_added: 2.0.2
65+
version_added: 2.0.3
6666
type: string
6767
example: ~
6868
default: "False"

providers/fab/src/airflow/providers/fab/get_provider_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def get_provider_info():
3232
"options": {
3333
"expose_hostname": {
3434
"description": "Expose hostname in the web server\n",
35-
"version_added": "2.0.2",
35+
"version_added": "2.0.3",
3636
"type": "string",
3737
"example": None,
3838
"default": "False",

0 commit comments

Comments
 (0)