pipe-cd / pipecd

The One CD for All {applications, platforms, operations}
https://pipecd.dev
Apache License 2.0
1.09k stars 153 forks source link

Show warning log when a deprecated config is used #5168

Open t-kikuc opened 2 months ago

t-kikuc commented 2 months ago

What would you like to be added:

Show warning log like when loading deprecated configs [WARN Deprecated] 'Slack' is deprecated. Please use 'SlackUsers'/'SlackGroups' instead. See xxx for details..

deprecated fields (any other?):

cf. log like this:

$ make run/site
env RELEASE=v0.48.4 hugo server --source=docs
WARN  DEPRECATED: Kind "taxonomyterm" used in disableKinds is deprecated, use "taxonomy" instead.
ERROR deprecated: config: languages.en.description: custom params on the language top level was deprecated in Hugo v0.112.0 and will be removed in Hugo 0.129.0. Put the value below [languages.en.params]. See https://gohugo.io/content-management/multilingual/#c

Why is this needed:

To inform users that they should migrate before removing deprecated code.