Merge pull request #2310 from coreos-inc/cut-2.0.4
Cut CHANGELOG for v2.0.4
This commit is contained in:
commit
b23afd985f
1 changed files with 30 additions and 0 deletions
30
CHANGELOG.md
30
CHANGELOG.md
|
@ -1,3 +1,27 @@
|
|||
### v2.0.4
|
||||
|
||||
- Added: Expand allowed length of namespaces to be between 2 and 255 characters (#2291)
|
||||
- Added: Better messaging for namespaces (#2283)
|
||||
- Added: More customization of Message Of The Day (MOTD) (#2282)
|
||||
- Added: Configurable and default timeout for LDAP (#2247)
|
||||
- Added: Custom SSL certificate panel in superuser panel (#2271, #2274)
|
||||
- Added: User and Organization list pagination on superuser panel (#2250)
|
||||
- Added: Performance improvements for georeplication queuing (#2254)
|
||||
- Added: Automatic garbage collection in security scanner (#2257)
|
||||
- Added: RECAPTCHA support during create account flow (#2245)
|
||||
- Added: Always display full git error in build logs (#2277)
|
||||
- Added: Superuser config clarification warnings (#2279)
|
||||
- Added: Performance improvements around queues (#2276, #2286, #2287)
|
||||
- Added: Automatic retry for security scanning (#2242)
|
||||
- Added: Better error messaging on security scanner lookup failure (#2235)
|
||||
- Added: Ensure robot accounts show at top of entity autocomplete (#2243)
|
||||
|
||||
- Fixed: Exception when autocompleting users in teams (#2255)
|
||||
- Fixed: Port mapping in ACI conversion (#2251, #2273)
|
||||
- Fixed: Error messaging for attempting to join a team with invalid email (#2240)
|
||||
- Fixed: Prometheus metrics for scale (#2237)
|
||||
- Fixed: Security scanner notification pagination (#2233, #2249)
|
||||
|
||||
### v2.0.3
|
||||
|
||||
- Added: Allow extra_ca_certs to be a folder or a file (#2180)
|
||||
|
@ -33,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
|
||||
|
@ -65,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+.
|
||||
|
@ -86,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)
|
||||
|
|
Reference in a new issue