From b188cf11cc39b2de53d0b47475c934579176cb91 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Tue, 13 Feb 2018 16:44:21 -0500 Subject: [PATCH] CHANGELOG updates for v2.8.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cccdb54f..446934628 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +### v2.8.0 + +- Added: Support for Azure Blob Storage (#2902) +- Added: Ability to filter out disabled users in users list API (#2954) +- Added: Image ID in expanded tags view (#2965) +- Added: Processes auto-scale based on CPU count (#2971, 2978) +- Added: Health checks for all workers (#2977) +- Added: Health checks and auto-rotation for service keys (#2909) +- Added: Ability to back GitHub or Google login with LDAP/Keystone (#2983) +- Added: Configurable page size for Docker Registry V2 API pagination (#2993) + +- Fixed: Anonymous calls to API discovery endpoint (#2953) +- Fixed: Optimized creation of repositories +- Fixed: Optimized manifest pushing +- Fixed: LDAP password input is now password field (#2970) +- Fixed: 500 raised when sending an invalid release name for app repos (#2979) +- Fixed: Deletion of expired external app tokens (#2981) +- Fixed: Sizing of OIDC login buttons (#2990) +- Fixed: Hide build-related UI when builds are not enabled (#2991) +- Fixed: Incorrect caching of external application token expiration (#2996) +- Fixed: Warning bar should not be displayed for already expired application tokens (#3003) + ### v2.7.0 **NOTE:** This release *removes* support for the OIDC token internal authentication mechanism and replaces it with support for a new app-specific token system. All customers using the old OIDC token auth mechanism must change their configuration after updating manually in `config.yaml`.