You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/book/src/developer/providers/migrations/v1.9-to-v1.10.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,5 +21,6 @@ maintainers of providers and consumers of our Go API.
21
21
-`E2EConfig.GetVariable` is now `E2EConfig.MustGetVariable`
22
22
-`E2EConfig.GetInt64PtrVariable` is now `E2EConfig.MustGetInt64PtrVariable`
23
23
-`E2EConfig.GetInt32PtrVariable` is now `E2EConfig.MustGetInt32PtrVariable`
24
+
- Using the package `sigs.k8s.io/cluster-api/controllers/clustercache` in tests using envtest may require a change to properly shutdown a running clustercache. Otherwise teardown of envtest might time out and lead to failed tests. (xref [#11757](https://github.com/kubernetes-sigs/cluster-api/pull/11757))
0 commit comments