From 4157e5e77e6c5eaffae2d42e97edbbb314f812f4 Mon Sep 17 00:00:00 2001 From: Tim Ramlot <42113979+inteon@users.noreply.github.com> Date: Wed, 13 Sep 2023 17:59:37 +0200 Subject: [PATCH] add upgrade notes to the manifest.json file Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com> --- content/docs/manifest.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/docs/manifest.json b/content/docs/manifest.json index 8e926ced063..c945ef8c6bf 100644 --- a/content/docs/manifest.json +++ b/content/docs/manifest.json @@ -66,6 +66,10 @@ "title": "Migrating Deprecated API Resources", "path": "/docs/installation/upgrading/remove-deprecated-apis.md" }, + { + "title": "v1.12 to v1.13", + "path": "/docs/installation/upgrading/upgrading-1.12-1.13.md" + }, { "title": "v1.11 to v1.12", "path": "/docs/installation/upgrading/upgrading-1.11-1.12.md"