CHANGELOG updates for v2.8.0
This commit is contained in:
parent
8ba2e71fb1
commit
b188cf11cc
1 changed files with 22 additions and 0 deletions
22
CHANGELOG.md
22
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`.
|
||||
|
|
Reference in a new issue