From 397451dc59de1f71085c29f032e608b1563a2324 Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Mon, 5 Feb 2018 15:17:15 -0800 Subject: [PATCH] Add item to DTR release notes --- ee/dtr/release-notes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ee/dtr/release-notes.md b/ee/dtr/release-notes.md index 35f398f7f2..bb3a0052cb 100644 --- a/ee/dtr/release-notes.md +++ b/ee/dtr/release-notes.md @@ -61,6 +61,9 @@ scanner: license type. * `/api/v0/imagescan/scansummary/component/{component}` get the scan summary by component. +* The API endpoint `/api/v0/repositories/{namespace}/{reponame}/manifests/{reference}` +has been deprecated. Use `/api/v0/repositories/{namespace}/{reponame}/tags/{tag}` +instead. ### Bug fixes