Merge pull request #2557 from jakedt/twothreezero
Add the changelog for v2.3.0
This commit is contained in:
commit
b1abc98c15
1 changed files with 24 additions and 0 deletions
24
CHANGELOG.md
24
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
|
### 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.
|
**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.
|
||||||
|
|
Reference in a new issue