You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ antsibull-changelog release --version 0.9.0
/usr/local/lib/python3.7/site-packages/ansible/cli/doc.py:219: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
doc_data['return'] = yaml.load(doc_data['return'])
/usr/local/lib/python3.7/site-packages/ansible/cli/doc.py:219: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
doc_data['return'] = yaml.load(doc_data['return'])
/usr/local/lib/python3.7/site-packages/ansible/cli/doc.py:219: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
doc_data['return'] = yaml.load(doc_data['return'])
/usr/local/lib/python3.7/site-packages/ansible/cli/doc.py:219: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
doc_data['return'] = yaml.load(doc_data['return'])
Every time I generate a changelog for the K8s collection I'm getting a number of these warnings.
The text was updated successfully, but these errors were encountered:
That warning actually comes from ansible-doc binary (run via subprocess), not from the changelog generator. I think it has been fixed in devel, though devel outputs a "this is a dev version" warning. I guess we'll have to wait for the stable-2.10 branch for a no-warning run ;-)
Every time I generate a changelog for the K8s collection I'm getting a number of these warnings.
The text was updated successfully, but these errors were encountered: