From 28c7ac522e557500979114ed12375d43aa6f2da9 Mon Sep 17 00:00:00 2001 From: killianmuldoon Date: Wed, 20 Jul 2022 16:41:41 +0100 Subject: [PATCH] Add klog.Background PR to migration guide Signed-off-by: killianmuldoon --- docs/book/src/developer/providers/v1.1-to-v1.2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/src/developer/providers/v1.1-to-v1.2.md b/docs/book/src/developer/providers/v1.1-to-v1.2.md index 9e09beae2366..05675c70d6fa 100644 --- a/docs/book/src/developer/providers/v1.1-to-v1.2.md +++ b/docs/book/src/developer/providers/v1.1-to-v1.2.md @@ -183,7 +183,7 @@ NOTES: ``` - This change has been introduced in CAPI in the following PRs: [#6072](https://github.com/kubernetes-sigs/cluster-api/pull/6072), [#6190](https://github.com/kubernetes-sigs/cluster-api/pull/6190).
+ This change has been introduced in CAPI in the following PRs: [#6072](https://github.com/kubernetes-sigs/cluster-api/pull/6072), [#6190](https://github.com/kubernetes-sigs/cluster-api/pull/6190), [#6602](https://github.com/kubernetes-sigs/cluster-api/pull/6602).
**Note**: This change is not mandatory for providers, but highly recommended. - Following E2E framework functions are now checking that machines are created in the expected failure domain (if defined);