CHANGELOG for v2.1.0
This commit is contained in:
parent
7cb2da4cea
commit
c35691a746
1 changed files with 18 additions and 0 deletions
18
CHANGELOG.md
18
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
|
||||
|
|
Reference in a new issue