diff --git a/CHANGELOG.md b/CHANGELOG.md index 921d26300..ca1fde953 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,35 @@ +### v2.0.1 + +- Added: A defined timeout on all HTTP calls in notification methods +- Added: Customized Build start timeouts and better debug logs +- Added: A warning bar when the license will become invalid in a week +- Added: Collection of user metadata: name and company +- Added: New Prometheus metrics +- Added: Support for temp usernames and an interstitial to confirm username +- Added: Missing parameter on RADOS storage +- Added: Stagger worker startup +- Added: Make email addresses optional in external auth if email feature is turned off +- Added: External auth emails to entity search +- Added: Banner bar message when license has expired or is invalid + +- Fixed: Make sure to check for user before redirecting in update user +- Fixed: 500 on get label endpoint and add a test +- Fixed: KeyError in Github trigger setup +- Fixed: Change LDAP errors into debug statements to reduce log clutter +- Fixed: Bugs due to conflicting operation names in the API +- Fixed: Cannot-use-robot for private base image bug in build dialog +- Fixed: Swift exception reporting on deletion and add async chunk cleanup +- Fixed: Logs view for dates that start in zero +- Fixed: Small JS error fixes +- Fixed: A bug with accessing the su config panel without a license +- Fixed: Buildcomponent: raise heartbeat timeout to 60s +- Fixed: KeyError in config when not present in BitBucket trigger +- Fixed: Namespace lookup in V1 registry search +- Fixed: Build notification ref filtering setup in UI +- Fixed: Entity search API to not IndexError +- Fixed: Remove setup and superuser routes when SUPER_USERS is not enabled +- Fixed: TypeError in Gitlab trigger when user not found + ### v2.0.0 This release is a **required release** and must be run before attempting an upgrade to v2.0.0+.