From e7e5e8bc1eba53012c4ee699ad766324a8556e6e Mon Sep 17 00:00:00 2001 From: Daniel Nephin Date: Mon, 3 May 2021 13:40:32 -0400 Subject: [PATCH] Add changelog --- .changelog/10161.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .changelog/10161.txt diff --git a/.changelog/10161.txt b/.changelog/10161.txt new file mode 100644 index 000000000..d4e3073be --- /dev/null +++ b/.changelog/10161.txt @@ -0,0 +1,9 @@ +```release-note:bug +memberlist: fixes a couple bugs which allowed malformed input to cause a crash in a Consul +client or server. +``` + +```release-note:bug +telemetry: fixes a bug with Prometheus metrics where Gauges and Summaries were incorrectly +being expired. +```