Update changelog 2.0.1
This commit is contained in:
parent
40a9e16eed
commit
21d45cff1e
1 changed files with 32 additions and 0 deletions
32
CHANGELOG.md
32
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+.
|
||||
|
|
Reference in a new issue