Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion docs/guides/upgrading/.pages
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
title: Upgrade guides
nav:
- index.md
- v0.7.0.md
- v0.7.0-alpha.4.md
- v0.7.0-alpha.3.md
- v0.6.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Upgrading to v0.7.0
# Upgrading to v0.7.0-alpha.3

* **Vulnerability policy REST API endpoints have been migrated from v1 to v2.**
The following v1 endpoints have been removed:
Expand Down
10 changes: 10 additions & 0 deletions docs/guides/upgrading/v0.7.0-alpha.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Upgrading to v0.7.0-alpha.4

* **Legacy workflow REST API endpoints have been removed**. All paths under `/api/v1/workflow`
are no longer available. Use `/api/v1/bom/token/{uuid}` or `/api/v1/event/token/{uuid}` to
check whether a given task, such as BOM upload processing, is still ongoing.
Comment thread
nscuro marked this conversation as resolved.
* **Advisory and CSAF REST API endpoints have been removed**. All paths under `/api/v2/advisories`
and `/api/v2/csaf` are no longer available. The functionality was removed because its implementation
could not be completed in time for the GA release.
* **Support for importing CycloneDX BOMs in Protobuf format has been removed**. JSON and XML remain
the only accepted formats.