Skip to content

Commit 15b7c60

Browse files
authored
Add missing "controller-tools" update instructions to the v1.25.0 migration guide (operator-framework#6525) (operator-framework#6526)
Signed-off-by: Timo Walter <[email protected]>
1 parent 16da916 commit 15b7c60

File tree

1 file changed

+5
-0
lines changed
  • website/content/en/docs/upgrading-sdk-version

1 file changed

+5
-0
lines changed

website/content/en/docs/upgrading-sdk-version/v1.25.0.md

+5
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ weight: 998975000
3333
- docker buildx rm project-v3-builder
3434
rm Dockerfile.cross
3535
```
36+
3637
3. (go/v3) Bump dependencies in go.mod file
3738

3839
```go
@@ -47,6 +48,10 @@ weight: 998975000
4748
sigs.k8s.io/controller-runtime v0.13.0
4849
```
4950

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+
5055
_See [#6047](https://github.com/operator-framework/operator-sdk/pull/6047) for more details._
5156

5257
## For multi-arch build support, add docker-buildx target to project Makefile

0 commit comments

Comments
 (0)