From e66a3a98c478b38e377e96c7d4bc4e3cf41d96bc Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Wed, 16 May 2018 10:36:30 -0400 Subject: [PATCH] CHANGELOG for v2.9.2 --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 861dbe99b..f48a59ef4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +### v2.9.2 + +**IMPORTANT NOTE:** This release fixes a bug in which the deletion of namespaces did not result in the deletion of robot accounts under that namespace. While this is not a security issue (no permissions or credentials are leaked), it can appear unusual to users, so an upgrade is highly recommended. This change also includes a migration that cleans up the aforementioned robot accounts, so the migration step can take **several minutes**. Please plan accordingly. + +- Added: Support for custom query parameters on OIDC endpoints (#3050) +- Added: Configurable options for search page length and maximum number of pages (#3060) +- Added: Better messaging for when the maximum search page is reached (#3060) +- Added: Support for browser notifications (#3068) + +- Fixed: Robot accounts were not being immediately deleted under namespaces (#3071) +- Fixed: Setup under latest versions of Kubernetes (#3051) +- Fixed: Viewing of logs in repositories with many, many logs (#3082) +- Fixed: Filtering of deleting users and organizations in superuser panel (#3080) +- Fixed: Incorrect information displayed for builds triggered by deleted build triggers (#3078) +- Fixed: Robots could not be created with empty descriptions (#3073) +- Fixed: Inability to find Dockerfile in certain archives (#3072) +- Fixed: Display of empty tab in credentials dialog under certain circumstances (#3061) +- Fixed: Overflow of robot names when extremely long (#3062) +- Fixed: Respect CPU affinity when determining number of workers to run (#3064) +- Fixed: Breakage in RECATPCHA support (#3065) + ### v2.9.1 **IMPORTANT NOTE:** This release fixes the 2.9.0 migration. If you experienced an error during the 2.9.0 migration, manually rollback and then upgrade your quay instance to 2.9.1.