Add regressions to changelog
This commit is contained in:
parent
7c52b5386f
commit
9fe5edee26
1 changed files with 6 additions and 0 deletions
|
@ -57,6 +57,8 @@
|
||||||
- Fixed: Fix configuration validator when setting up storage engine (#2176)
|
- Fixed: Fix configuration validator when setting up storage engine (#2176)
|
||||||
- Fixed: Multiline message of the day to not cover the search box (#2181)
|
- Fixed: Multiline message of the day to not cover the search box (#2181)
|
||||||
|
|
||||||
|
- Regressed: User lookup for external auth engines broken
|
||||||
|
|
||||||
### v2.0.1
|
### v2.0.1
|
||||||
|
|
||||||
- Added: A defined timeout on all HTTP calls in notification methods
|
- 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: Remove setup and superuser routes when SUPER_USERS is not enabled
|
||||||
- Fixed: TypeError in Gitlab trigger when user not found
|
- Fixed: TypeError in Gitlab trigger when user not found
|
||||||
|
|
||||||
|
- Regressed: Superuser config panel cannot save
|
||||||
|
|
||||||
### v2.0.0
|
### v2.0.0
|
||||||
|
|
||||||
This release is a **required release** and must be run before attempting an upgrade to 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: Disallow underscores at the beginning of namespaces (#1852)
|
||||||
- Fixed: Installation tool liveness checks during container restarts (#2023)
|
- Fixed: Installation tool liveness checks during container restarts (#2023)
|
||||||
|
|
||||||
|
- Regressed: Entity search broken under Postgres
|
||||||
|
|
||||||
### v1.18.0
|
### v1.18.0
|
||||||
|
|
||||||
- Added: Add message of the day (#1953)
|
- Added: Add message of the day (#1953)
|
||||||
|
|
Reference in a new issue