From bb726296b66dd11899e69cb69e6b362c73130084 Mon Sep 17 00:00:00 2001 From: Tom Proctor Date: Tue, 1 Dec 2020 16:08:19 +0000 Subject: [PATCH] Add changelog for #10416 (#10473) --- changelog/10416.txt | 3 +++ changelog/README.md | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 changelog/10416.txt create mode 100644 changelog/README.md diff --git a/changelog/10416.txt b/changelog/10416.txt new file mode 100644 index 000000000..ac93a704a --- /dev/null +++ b/changelog/10416.txt @@ -0,0 +1,3 @@ +```release-note:bug +secrets/database: Sanitize `private_key` field when reading database plugin config +``` diff --git a/changelog/README.md b/changelog/README.md new file mode 100644 index 000000000..cf49db426 --- /dev/null +++ b/changelog/README.md @@ -0,0 +1,3 @@ +# changelog + +This folder holds changelog updates from commit 3bc7d15 onwards. See [hashicorp/go-changelog](https://github.com/hashicorp/go-changelog) for full documentation on the supported entries.