diff --git a/docs/guides/upgrading/.pages b/docs/guides/upgrading/.pages index f2b9a39..f699c23 100644 --- a/docs/guides/upgrading/.pages +++ b/docs/guides/upgrading/.pages @@ -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 diff --git a/docs/guides/upgrading/v0.7.0.md b/docs/guides/upgrading/v0.7.0-alpha.3.md similarity index 99% rename from docs/guides/upgrading/v0.7.0.md rename to docs/guides/upgrading/v0.7.0-alpha.3.md index a7a3c1b..0f34618 100644 --- a/docs/guides/upgrading/v0.7.0.md +++ b/docs/guides/upgrading/v0.7.0-alpha.3.md @@ -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: diff --git a/docs/guides/upgrading/v0.7.0-alpha.4.md b/docs/guides/upgrading/v0.7.0-alpha.4.md new file mode 100644 index 0000000..7b0e36a --- /dev/null +++ b/docs/guides/upgrading/v0.7.0-alpha.4.md @@ -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. +* **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.