From 051fc0ee0752a904042c2c0b30327c7da57db187 Mon Sep 17 00:00:00 2001 From: "R.B. Boyer" Date: Mon, 27 Apr 2020 13:17:03 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8b51f815b..eb2ea5e672 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ BUGFIXES: * namespace: **(Consul Enterprise only)** Fixed several bugs where results from multiple namespaces would be returned when only a single namespace was being queried when the token making the request had permissions to see all of them. * sdk: Fix race condition in freeport [[GH-7567](https://github.com/hashicorp/consul/issues/7567)] * server: strip local ACL tokens from RPCs during forwarding if crossing datacenters [[GH-7419](https://github.com/hashicorp/consul/issues/7419)] +* snapshot agent **(Consul Enterprise only)**: Verify integrity of snapshots locally before storing with the configured backend. * xds: Fix flapping of mesh gateway connect-service watches [[GH-7575](https://github.com/hashicorp/consul/pull/7575)] ## 1.7.2 (March 16, 2020)