summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2018-04-17 06:51:59 -0700
committerToshio Kuratomi <a.badger@gmail.com>2018-04-17 06:52:56 -0700
commitae79eef0b2fd8771426505c4c8c77411afb9d7f1 (patch)
tree4c3e0031b1e513a8548e273c91b2fae4b3c638de
parent24c1e2ed0a59a03f10a61a88fe4d924cfe444139 (diff)
downloadansible-ae79eef0b2fd8771426505c4c8c77411afb9d7f1.tar.gz
Add changelog entry for grafana base64 port
(cherry picked from commit f5cc4acc53befe735d7207c9f5d9d6922aeef5eb)
-rw-r--r--changelogs/fragments/grafana-deprecation-warnings.yaml4
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