Skip to content

Commit 154cbfa

Browse files
authored
Merge pull request #4765 from CecileRobertMichon/provider-go-mod-test
📖 Add replace instructions to v1alpha4 provider doc
2 parents 19d791f + 10f1e48 commit 154cbfa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/book/src/developer/providers/v1alpha3-to-v1alpha4.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
- The module is going to be tagged and versioned as part of the release.
2121
- Folks importing the test e2e framework or the docker infrastructure provider need to import the new module.
2222
- 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):
24+
```
25+
replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v0.4.x
26+
```
2327
- The CAPD go module in test/infrastructure/docker has been removed.
2428

2529
## Upgrade kube-rbac-proxy to v0.8.0

0 commit comments

Comments
 (0)