We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16da916 commit 15b7c60Copy full SHA for 15b7c60
website/content/en/docs/upgrading-sdk-version/v1.25.0.md
@@ -33,6 +33,7 @@ weight: 998975000
33
- docker buildx rm project-v3-builder
34
rm Dockerfile.cross
35
```
36
+
37
3. (go/v3) Bump dependencies in go.mod file
38
39
```go
@@ -47,6 +48,10 @@ weight: 998975000
47
48
sigs.k8s.io/controller-runtime v0.13.0
49
50
51
+4. (go/v3) Update `controller-tools` from `0.9.2` to `0.10.0`.
52
53
+ In the `Makefile` file, replace `CONTROLLER_TOOLS_VERSION ?= v0.9.2` with `CONTROLLER_TOOLS_VERSION ?= v0.10.0`
54
55
_See [#6047](https://github.com/operator-framework/operator-sdk/pull/6047) for more details._
56
57
## For multi-arch build support, add docker-buildx target to project Makefile
0 commit comments