Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion website/content/en/docs/upgrading-sdk-version/v1.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down