From 9fe5edee267edb5a08a5132f37a803e1d8469b43 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Wed, 25 Jan 2017 14:25:40 -0500 Subject: [PATCH] Add regressions to changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b97639016..dc5099a83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,6 +57,8 @@ - Fixed: Fix configuration validator when setting up storage engine (#2176) - Fixed: Multiline message of the day to not cover the search box (#2181) +- Regressed: User lookup for external auth engines broken + ### v2.0.1 - Added: A defined timeout on all HTTP calls in notification methods @@ -89,6 +91,8 @@ - Fixed: Remove setup and superuser routes when SUPER_USERS is not enabled - Fixed: TypeError in Gitlab trigger when user not found +- Regressed: Superuser config panel cannot save + ### v2.0.0 This release is a **required release** and must be run before attempting an upgrade to v2.0.0+. @@ -110,6 +114,8 @@ In order to upgrade to this version, your cluster must contain a valid license, - Fixed: Disallow underscores at the beginning of namespaces (#1852) - Fixed: Installation tool liveness checks during container restarts (#2023) +- Regressed: Entity search broken under Postgres + ### v1.18.0 - Added: Add message of the day (#1953)