v.24.5Improvement
Support include_from for YAML files
Supportinclude_fromfor YAML files. However, you should better useconfig.d#63106 (Eduard Karacharov).
Why it matters
This feature allows users to include and modularize YAML configuration files by referencing other files, simplifying configuration management. It improves readability and maintainability of configurations by enabling reusable components.How to use it
In your YAML configuration files, use theinclude_from directive to specify external YAML files to be included. However, it is recommended to prefer using the config.d directory for configuration modularization.