From 503605e8261ed4d370790e0daaa612dfe0a1793c Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Wed, 8 Jun 2016 12:52:52 -0400 Subject: [PATCH] CHANGELOG: cut release v1.16.1 (#1528) --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d37db82f..4d5bf530f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +### v1.16.1 + +- Added: Registry JWT now uses Quay's Service Keys (#1498, #1527) +- Added: Upgrade to Ubuntu 16.04 LTS base image (#1496) +- Added: Storage Replication for Registry v2 images (#1502) +- Added: Better error messaging for build logs (#1500) +- Added: Granting of OAuth tokens for users via xAuth (#1457) +- Added: Random generation of key configuration values (#1485) +- Added: Upgrade to AngularJS v1.5 (#1473) +- Added: Swift API v3 storage support (#1472) +- Added: Clarification on various tool tip dialogs (#1468) +- Added: Various backend performance increases (#1459, #1493, #1510, #950) +- Added: New Credentials, Team, Robot Dialogs (#1421, #1455) +- Fixed: Pagination keys must be url-safe base64 encoded (#1485) +- Fixed: Sign In to work with more password managers (#1508) +- Fixed: Role deletion UI (#1491) +- Fixed: UI expansion when large HTML "pre" tags are used in markdown (#1489) +- Fixed: Usernames not properly linking with external auth providers (#1483) +- Fixed: Display of dates in action logs UI (#1486) +- Fixed: Selection bug with checkboxes in the setup process (#1458) +- Fixed: Display error with Sign In (#1466) +- Fixed: Race condition in ACI generation (#1463, #1490) +- Fixed: Incorrect calculation of the actions log archiver +- Fixed: Displaying many image tracks on the Repository tags page (#1451) +- Fixed: Handling of admin OAuth Scope (#1447) + ### v1.16.0 - Added: Unified dashboard for viewing vulnerabilities and packages (#268)