From 83f5914ef669aede7bea61b10d9983f1f31ac7fe 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 0000000000..ac93a704a6 --- /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 0000000000..cf49db4264 --- /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.