Skip to content

Commit c4c4449

Browse files
Update docs/book/src/migrations.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7d7e392 commit c4c4449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/migrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Upgrading your Kubebuilder project to the latest version ensures you benefit from new features,
44
bug fixes, and ecosystem improvements. It is recommended to keep your project aligned with ecosystem changes.
55

6-
Migration may involve updating to a newer plugin version (e.g., `go.kubebuilder.io/v3` from release 3.x `go.kubebuilder.io/v4` from release 4.x) or updating the scaffold produced by the same plugin across CLI releases (e.g., `v4.9.0` `v4.10.1`).
6+
Migration may involve updating to a newer plugin version (e.g., from `go.kubebuilder.io/v3` in release 3.x to `go.kubebuilder.io/v4` in release 4.x) or updating the scaffold produced by the same plugin across CLI releases (e.g., from `v4.9.0` to `v4.10.1`).
77

88
Kubebuilder provides multiple migration paths to suit your workflow. Choose the approach that best fits your needs.
99

0 commit comments

Comments
 (0)