CHANGELOG: cut v2.2.0
This commit is contained in:
parent
e158314ba0
commit
6fb95133f0
1 changed files with 21 additions and 0 deletions
21
CHANGELOG.md
21
CHANGELOG.md
|
@ -1,3 +1,24 @@
|
|||
### 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.
|
||||
|
||||
- Added: Separate build contexts from Dockerfile locations (#2398, #2410, #2438, #2449, #2480, #2481)
|
||||
- Added: Configuration and enforcement of maximum layer size (#2388)
|
||||
- Added: OIDC configuration in the Super User Panel (#2393)
|
||||
- Added: Batching of Security Scanner notifications (#2397)
|
||||
- Added: Auth Failures now display messages on the docker client (#2428, #2474)
|
||||
- Added: Redesigned Tags page to include Labels, Image ID Type, and more informative Security Scanner information (#2416)
|
||||
|
||||
- Fixed: Parsing new docker client version format (#2378)
|
||||
- Fixed: Improved repository search performance (#2392, #2440)
|
||||
- Fixed: Miscellaneous Build Trigger page issues (#2405, #2406, #2407, #2408, #2409, #2414, #2418, #2445)
|
||||
- Fixed: Remove all actionable CVEs from the docker image (#2422, #2468)
|
||||
- Fixed: Minor bugs in Repository views (#2423, #2430, #2431)
|
||||
- Fixed: Improve performance by deleting keys in redis rather than expiring (#2439)
|
||||
- Fixed: Better error messages when configuring cloud storage (#2444)
|
||||
- Fixed: Validation and installation of custom TLS certificates (#2473)
|
||||
- Fixed: Garbage Collection corner case (#2404)
|
||||
|
||||
### 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 and requires the extension to be installed. See https://coreos.com/quay-enterprise/docs/latest/postgres-additional-modules.html for more information on installing the extension.
|
||||
|
|
Reference in a new issue