From fc2db5b78b8f1aa82ffa12e137de86a11d9b4bcd Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Tue, 3 Apr 2018 12:22:21 -0400 Subject: [PATCH] CHANGELOG for v2.9.0 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 446934628..b0537b387 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +### v2.9.0 + +- Added: Automatic cleanup of expired external application tokens (#3002) +- Added: Make deletions of namespaces occur in the background (#3014) +- Added: Ability to disable build triggers (#2892) +- Added: Have repeatedly failing build triggers be automatically disabled (#2892) +- Added: Automatic caching of registry Blob data for faster pull operations (#3022) +- Added: Creation date/time, last usage date/time and other metadata for robot accounts (#3024) +- Added: Collaborators view under organizations, for viewing non-members (#3025) + +- Fixed: Make superusers APIs for users and organizations visible in the API browser (#3017) +- Fixed: Better messaging when attempting to create a team that already exists (#3006) +- Fixed: Prevent possible reflected text attacks by limiting API access (#2987) +- Fixed: Have checkable menus in UI respect filters (#3013) +- Fixed: Users being invited to a new organization must always be invited (#3029) +- Fixed: Removed all license requirements in Quay (#3031) +- Fixed: Squashed images with hard links pointing to deleted files no longer fail (#3032) +- Fixed: 500 error when trying to pull certain images via torrent (#3036) + ### v2.8.0 - Added: Support for Azure Blob Storage (#2902)