From ac6415f0a8ba6cf93b53dd09ee821e769558399b Mon Sep 17 00:00:00 2001 From: Mike Morris Date: Thu, 13 Aug 2020 20:03:58 -0400 Subject: [PATCH] changelog: update for 1.8.3, 1.7.7 and 1.6.8 (#8508) * Update CHANGELOG.md * changelog: update for 1.8.3, 1.7.7 and 1.6.8 Co-authored-by: Sarah Christoff --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e10a73cb6..4e5451a8dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ ## UNRELEASED +## 1.8.3 (August 12, 2020) + BUGFIXES: +* catalog: fixed a bug where nodes, services, and checks would not be restored with the correct Create/ModifyIndex when restoring from a snapshot [[GH-8485](https://github.com/hashicorp/consul/pull/8474)] +* vendor: update github.com/armon/go-metrics to v0.3.4 to mitigate a potential panic when emitting Prometheus metrics at an interval longer than the metric expiry time [[GH-8478](https://github.com/hashicorp/consul/pull/8478)] * connect: **(Consul Enterprise only)** Fixed a regression that prevented mesh gateways from routing to services in their local datacenter that reside outside of the default namespace. ## 1.8.2 (August 07, 2020) @@ -112,6 +116,13 @@ BUGFIXES: * ui: Miscellaneous amends for Safari and Firefox [[GH-7904](https://github.com/hashicorp/consul/issues/7904)] [[GH-7907](https://github.com/hashicorp/consul/pull/7907)] * ui: Ensure a value is always passed to CONSUL_SSO_ENABLED [[GH-7913](https://github.com/hashicorp/consul/pull/7913)] +## 1.7.7 (August 12, 2020) + +BUGFIXES: + +* catalog: fixed a bug where nodes, services, and checks would not be restored with the correct Create/ModifyIndex when restoring from a snapshot [[GH-8486](https://github.com/hashicorp/consul/pull/8486)] +* vendor: update github.com/armon/go-metrics to v0.3.4 to mitigate a potential panic when emitting Prometheus metrics at an interval longer than the metric expiry time [[GH-8478](https://github.com/hashicorp/consul/pull/8478)] + ## 1.7.6 (August 07, 2020) BUG FIXES: @@ -333,7 +344,7 @@ BUGFIXES: BUG FIXES: -* vendor: update github.com/armon/go-metrics to v0.3.4 [[GH-8478](https://github.com/hashicorp/consul/pull/8478)] +* vendor: update github.com/armon/go-metrics to v0.3.4 to mitigate a potential panic when emitting Prometheus metrics at an interval longer than the metric expiry time [[GH-8478](https://github.com/hashicorp/consul/pull/8478)] ## 1.6.7 (July 30, 2020)