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/v1alpha3-to-v1alpha4.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,10 @@
20
20
- The module is going to be tagged and versioned as part of the release.
21
21
- Folks importing the test e2e framework or the docker infrastructure provider need to import the new module.
22
22
- When imported, the test module version should always match the Cluster API one.
23
+
- Add the following line in `go.mod` to replace the cluster-api dependency in the test module (change the version to your current Cluster API version):
0 commit comments