From c72a9db1f816e076d075f6c1c4884fd4693fddc2 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Tue, 9 Jan 2018 12:44:00 -0500 Subject: [PATCH] CHANGELOG for v2.7.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c5a899bd..7cccdb54f 100644 --- a/CHANGELOG.md +++ b/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)