diff --git a/CHANGELOG.md b/CHANGELOG.md index 9463a7e0a..bd5b24616 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +### v2.1.0 + +**IMPORTANT NOTE FOR POSTGRES USERS:** This release contains a migration which adds full-text searching capabilities to Quay Enterprise. In order to support this feature, the migration will attempt to create the `pg_trgm` extension in the database. This operation requires **superuser access** to run. + +If the user given to Quay Enterprise is not a superuser, please temporarily grant superuser access to the Quay Enterprise user in the database (or change the user in config) **before** upgrading. + +For more information, please see: https://www.postgresql.org/docs/9.1/static/sql-createextension.html and https://www.postgresql.org/docs/9.1/static/pgtrgm.html + +- Added: Full text search support (#2272) +- Added: OIDC support (#2300, #2348) +- Added: API for lookup of security status of a manifest (#2334) +- Added: More descriptive logs (#2358) + +- Fixed: Datetime bug in logs view (#2318) +- Fixed: Display bug in logs view (#2345) +- Fixed: Display of expiration date for licenses with multiple entries (#2354) +- Fixed: V1 search compatibility (#2344) + ### v2.0.5 - Added: Build logs viewer in superuser panel