diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ee2811c1..2b7681af3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +### v2.3.0 + +**IMPORTANT NOTE:** This release contains a database migration which adds a new table for calculating repository search relevance (scoring). This requires shutting down the entire cluster and running one instance to migrate the database forward. + +- Added: LDAP Team Sync support (#2387, #2527) +- Added: Improved search performance through pre-computed scores (#2441, #2531, #2533, #2539) +- Added: Ability to allow pulls even if audit logging fails (#2306) +- Added: Full error information for build errors in Superuser panel (#2505) +- Added: Better error messages passed to the Docker client (#2499) +- Added: Custom git triggers can specify separate build context directory (#2517, #2509) +- Added: Improved performance on repository list API (#2542, #2544, #2546) + +- Fixed: Handle undefined case in build message (#2501) +- Fixed: OIDC configuration in Superuser panel (#2520) +- Fixed: Ability to invite team members by email address (#2522) +- Fixed: Avatars for non-owner namespaces in GitLab (#2507, #2532) +- Fixed: Update dependencies and remove warnings (#2518, #2511, #2535, #2545, #2553) +- Fixed: Remove link to blog (#2523) +- Fixed: Better handling for unavailable frontend dependencies (#2503) +- Fixed: Top level redirect logic for missing repositories (#2540) +- Fixed: Remove extra slash from missing base image permissions error in build logs (#2548) +- Fixed: Backfill replication script when adjusting replication destinations (#2555) +- Fixed: Errors when deleting repositories without security scanning enabled (#2554) + ### v2.2.0 **IMPORTANT NOTE:** This release contains a migration which adds a new feature to the build system. This requires shutting down the entire cluster _including builders_ and running one instance to migrate the database forward. You _must_ use a v2.2.0 builder with a v2.2.0 Quay cluster.