CHANGELOG for v2.7.0
This commit is contained in:
parent
b17c05fbd5
commit
c72a9db1f8
1 changed files with 20 additions and 0 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -1,3 +1,23 @@
|
|||
### v2.7.0
|
||||
|
||||
**NOTE:** This release *removes* support for the OIDC token internal authentication mechanism and replaces it with support for a new app-specific token system. All customers using the old OIDC token auth mechanism must change their configuration after updating manually in `config.yaml`.
|
||||
|
||||
- Added: Support for external application tokens to be used on the Docker CLI (#2942)
|
||||
- Added: Explore tab for browsing visible repositories (#2921)
|
||||
- Added: Ability to view and copy full manifest SHAs in tags view (#2898)
|
||||
- Added: Support for robot tokens in App Registry pushes and pulls (#2899)
|
||||
|
||||
- Fixed: Failure when attempting to use Skopeo tool to access the registry (#2950)
|
||||
- Fixed: Ordering of segments in Swift to match spec (#2920)
|
||||
- Fixed: Squashed image downloading when using Postgres DB (#2930)
|
||||
- Fixed: Hide "Start Build" button if the action is not allowed (#2916)
|
||||
- Fixed: Exception when pushing certain labels with JSON-like contents (#2912)
|
||||
- Fixed: Don't add password required notification for non-database auth (#2910)
|
||||
- Fixed: Tags UI spacing on small displays (#2904)
|
||||
- Fixed: Push updated notification now shows correct tags (#2897)
|
||||
- Fixed: "Restart Container" button in superuser config panel (#2928)
|
||||
- Fixed: Various small JavaScript security fixes
|
||||
|
||||
### v2.6.2
|
||||
|
||||
- Fixed: Failure to register uploaded TLS certificates (#2946)
|
||||
|
|
Reference in a new issue