From 7c365764d6a6049fb8a8f408f81ce8ac6a4f3cf9 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 | 4 +++- 1 file changed, 3 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..364ab8040fad 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,9 @@ 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 ### Removals