From 74c3b696323d4f749586fc4e358b4cf8bdeb11a1 Mon Sep 17 00:00:00 2001 From: Matt Keeler Date: Mon, 1 Feb 2021 13:34:44 -0500 Subject: [PATCH] Release 1.9.3 (#9680) --- CHANGELOG.md | 21 +++++++++++++++++++++ website/data/version.js | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe8a5841c..10541ae35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ ## UNRELEASED +## 1.9.3 (February 01, 2021) + +FEATURES: + +* ui: Add additional search/filter status pills for viewing and removing current +filters in listing views [[GH-9442](https://github.com/hashicorp/consul/issues/9442)] + +IMPROVEMENTS: + +* cli: Add new `-cluster-id` and `common-name` to `consul tls ca create` to support creating a CA for Consul Connect. [[GH-9585](https://github.com/hashicorp/consul/issues/9585)] +* license: **(Enterprise only)** Temporary client license duration was increased from 30m to 6h. +* server: **(Enterprise Only)** Validate source namespaces in service-intentions config entries. [[GH-9527](https://github.com/hashicorp/consul/issues/9527)] +* server: use the presense of stored federation state data as a sign that we already activated the federation state feature flag [[GH-9519](https://github.com/hashicorp/consul/issues/9519)] + +BUG FIXES: + +* autopilot: Fixed a bug that would cause snapshot restoration to stop autopilot on the leader. [[GH-9626](https://github.com/hashicorp/consul/issues/9626)] +* server: When wan federating via mesh gateways after initial federation default to using the local mesh gateways unless the heuristic indicates a bypass is required. [[GH-9528](https://github.com/hashicorp/consul/issues/9528)] +* server: When wan federating via mesh gateways only do heuristic primary DC bypass on the leader. [[GH-9366](https://github.com/hashicorp/consul/issues/9366)] +* ui: Fixed a bug that would cause missing or duplicate service instance healthcheck listings. [[GH-9660](https://github.com/hashicorp/consul/issues/9660)] + ## 1.9.2 (January 20, 2021) FEATURES: diff --git a/website/data/version.js b/website/data/version.js index 8308fbcc7..cb322ad4a 100644 --- a/website/data/version.js +++ b/website/data/version.js @@ -1 +1 @@ -export default '1.9.2' \ No newline at end of file +export default '1.9.3' \ No newline at end of file