diff --git a/website/content/en/docs/upgrading-sdk-version/v1.3.0.md b/website/content/en/docs/upgrading-sdk-version/v1.3.0.md index e7d073c0b72..a7e44053a0a 100644 --- a/website/content/en/docs/upgrading-sdk-version/v1.3.0.md +++ b/website/content/en/docs/upgrading-sdk-version/v1.3.0.md @@ -21,7 +21,9 @@ _See [#4282](https://github.com/operator-framework/operator-sdk/pull/4282) for m ## Upgrade your Go project from "go.kubebuilder.io/v2" to "go.kubebuilder.io/v3" -The newly released go/v3 plugin has many new features and (breaking) changes incompatible with projects created by go/v2. You are not required to upgrade and your go/v2 project will continue to work with new operator-sdk versions. If you wish to upgrade, check out the upstream [migration guide](https://master.book.kubebuilder.io/migration/plugin/plugins.html). +The newly released go/v3 plugin has many new features and (breaking) changes incompatible with projects created by go/v2. +You are not required to upgrade and your go/v2 project will continue to work with new operator-sdk versions. +If you wish to upgrade, check out the upstream [migration guide](https://master.book.kubebuilder.io/migration/v2vsv3.html). Additionally, if using project version "3-alpha", you must update your `plugins` config field: