mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
22 lines
1.2 KiB
Plaintext
22 lines
1.2 KiB
Plaintext
:_mod-docs-content-type: ASSEMBLY
|
|
[id="osdk-java-updating-projects"]
|
|
= Updating projects for newer Operator SDK versions
|
|
include::_attributes/common-attributes.adoc[]
|
|
:context: osdk-java-updating-projects
|
|
|
|
toc::[]
|
|
|
|
{product-title} {product-version} supports Operator SDK {osdk_ver}. If you already have the {osdk_ver_n1} CLI installed on your workstation, you can update the CLI to {osdk_ver} by xref:../../../operators/operator_sdk/osdk-installing-cli.adoc#osdk-installing-cli[installing the latest version].
|
|
|
|
include::snippets/osdk-deprecation.adoc[]
|
|
|
|
However, to ensure your existing Operator projects maintain compatibility with Operator SDK {osdk_ver}, update steps are required for the associated breaking changes introduced since {osdk_ver_n1}. You must perform the update steps manually in any of your Operator projects that were previously created or maintained with {osdk_ver_n1}.
|
|
|
|
include::modules/osdk-updating-131-to-1361.adoc[leveloffset=+1]
|
|
|
|
[id="additional-resources_osdk-java-upgrading-projects"]
|
|
[role="_additional-resources"]
|
|
== Additional resources
|
|
|
|
* xref:../../../operators/operator_sdk/osdk-pkgman-to-bundle.adoc#osdk-pkgman-to-bundle[Migrating package manifest projects to bundle format]
|