diff options
author | Toshio Kuratomi <a.badger@gmail.com> | 2018-04-17 15:51:59 +0200 |
---|---|---|
committer | Toshio Kuratomi <a.badger@gmail.com> | 2018-04-17 15:51:59 +0200 |
commit | f5cc4acc53befe735d7207c9f5d9d6922aeef5eb (patch) | |
tree | abb621e1411be454986e555fbc6e13c687e73726 /changelogs | |
parent | Fix deprecated warnings (diff) | |
download | ansible-f5cc4acc53befe735d7207c9f5d9d6922aeef5eb.tar.xz ansible-f5cc4acc53befe735d7207c9f5d9d6922aeef5eb.zip |
Add changelog entry for grafana base64 port
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/grafana-deprecation-warnings.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/fragments/grafana-deprecation-warnings.yaml b/changelogs/fragments/grafana-deprecation-warnings.yaml new file mode 100644 index 0000000000..dd6dac0cc8 --- /dev/null +++ b/changelogs/fragments/grafana-deprecation-warnings.yaml @@ -0,0 +1,4 @@ +--- +bugfixes: +- Various grafana_* modules - Port away from the deprecated b64encodestring + function to the b64encode function instead. https://github.com/ansible/ansible/pull/38388 |