From 164b26a9de48234631f420d5e62fa38e999b6816 Mon Sep 17 00:00:00 2001 From: Oscar Utbult Date: Sun, 26 Mar 2023 15:29:42 +0200 Subject: [PATCH] book: add missing apiversion deprecation to migration docs --- docs/book/src/developer/providers/v1.3-to-v1.4.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/book/src/developer/providers/v1.3-to-v1.4.md b/docs/book/src/developer/providers/v1.3-to-v1.4.md index 4169d6c7b458..740365e952a1 100644 --- a/docs/book/src/developer/providers/v1.3-to-v1.4.md +++ b/docs/book/src/developer/providers/v1.3-to-v1.4.md @@ -19,7 +19,11 @@ maintainers of providers and consumers of our Go API. ### Deprecation -- +- The api versions `v1alpha3` and `v1alpha4` are deprecated and will be removed. + - `v1alpha3` will be removed in v1.5 + - `v1alpha4` will be removed in v1.6 + + For more information, please see: https://release-1-4.cluster-api.sigs.k8s.io/contributing?highlight=v1alpha#removal-of-v1alpha3--v1alpha4-apiversions ### Removals