Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/concepts/changes-in-v5.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@ remediation steps, lives in the
upgrade guide.
* **Removed deprecated endpoints.** Three v4-deprecated paths under
`/api/v1/policy` and `/api/v1/tag` go away.
* **Distribution formats.** v4 shipped separate API server and frontend
container images, a "bundled" container image combining both, and an
executable WAR. v5 ships container images only, and drops the bundled
image. Operators on the bundled image or the WAR must move to the
separate API server and frontend containers.
* **NVD feed mirror.** v4 exposed downloaded NVD feed files at
`/mirror/nvd/*` so other tools could use Dependency-Track as a local
NVD mirror. v5 no longer persists the feed files (it has no internal
Expand Down