From 74700240ff90b9084010959b15617e71ad412b72 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Mon, 15 Jan 2024 15:00:03 +0100 Subject: [PATCH] hub: clarify which api endpoints were removed with AIM removal Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/docker-hub/release-notes.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/docker-hub/release-notes.md b/content/docker-hub/release-notes.md index ab61284277..536ee4c307 100644 --- a/content/docker-hub/release-notes.md +++ b/content/docker-hub/release-notes.md @@ -17,6 +17,15 @@ Take a look at the [Docker Public Roadmap](https://github.com/docker/roadmap/pro - The Advanced Image Management feature, along with the corresponding API endpoints, has been retired. See [docker/roadmap#534](https://github.com/docker/roadmap/issues/534). + The following API endpoints have been removed: + + ```text + /namespaces/{namespace}/repositories/{repository}/images + /namespaces/{namespace}/repositories/{repository}/images/{digest}/tags + /namespaces/{namespace}/repositories/{repository}/images-summary + /namespaces/{namespace}/delete-images + ``` + ## 2023-08-28 - Organizations with SSO enabled can assign members to roles, organizations, and teams with [SCIM role mapping](scim.md#set-up-role-mapping).