diff --git a/content/docs/installation/upgrading/upgrading-1.11-1.12.md b/content/docs/installation/upgrading/upgrading-1.11-1.12.md new file mode 100644 index 0000000000..1ed3a68f72 --- /dev/null +++ b/content/docs/installation/upgrading/upgrading-1.11-1.12.md @@ -0,0 +1,10 @@ +--- +title: Upgrading from v1.11 to v1.12 +description: 'cert-manager installation: Upgrading v1.11 to v1.12' +--- + +There are no breaking changes between cert-manager 1.11 and 1.12. + +## Next Steps + +From here on you can follow the [regular upgrade process](./README.md). diff --git a/content/docs/manifest.json b/content/docs/manifest.json index 61b90ca1b4..362e0f3d4d 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.11 to v1.12", + "path": "/docs/installation/upgrading/upgrading-1.11-1.12.md" + }, { "title": "v1.10 to v1.11", "path": "/docs/installation/upgrading/upgrading-1.10-1.11.md"