diff --git a/modules/osdk-installing-cli-linux-macos.adoc b/modules/osdk-installing-cli-linux-macos.adoc index c75a5c5fb3..d6fc08f2f6 100644 --- a/modules/osdk-installing-cli-linux-macos.adoc +++ b/modules/osdk-installing-cli-linux-macos.adoc @@ -3,8 +3,8 @@ // * cli_reference/osdk/cli-osdk-install.adoc // * operators/operator_sdk/osdk-installing-cli.adoc -:ocp_ver: 4.10 -:osdk_ver: v1.16.0 +:ocp_ver: 4.11 +:osdk_ver: v1.22.0 :_content-type: PROCEDURE [id="osdk-installing-cli-linux-macos_{context}"] @@ -14,7 +14,7 @@ You can install the OpenShift SDK CLI tool on Linux. .Prerequisites -* link:https://golang.org/dl/[Go] v1.16+ +* link:https://golang.org/dl/[Go] v1.18+ ifdef::openshift-origin[] * link:https://docs.docker.com/install/[`docker`] v17.03+, link:https://github.com/containers/libpod/blob/master/install.md[`podman`] v1.2.0+, or link:https://github.com/containers/buildah/blob/master/install.md[`buildah`] v1.7+ endif::[] @@ -24,7 +24,7 @@ endif::[] .Procedure -. Navigate to the link:https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/operator-sdk/{ocp_ver}/[OpenShift mirror site]. +. Navigate to the link:https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/operator-sdk/[OpenShift mirror site]. . From the latest {ocp_ver} directory, download the latest version of the tarball for Linux. diff --git a/operators/operator_sdk/osdk-about.adoc b/operators/operator_sdk/osdk-about.adoc index 4127c92782..83a1465395 100644 --- a/operators/operator_sdk/osdk-about.adoc +++ b/operators/operator_sdk/osdk-about.adoc @@ -28,7 +28,7 @@ Operator authors with cluster administrator access to a Kubernetes-based cluster [NOTE] ==== -{product-title} 4.9 supports Operator SDK v1.10.0 or later. +{product-title} {product-version} supports Operator SDK v1.22.0 or later. ==== [id="osdk-about-what-are-operators"] diff --git a/operators/operator_sdk/osdk-installing-cli.adoc b/operators/operator_sdk/osdk-installing-cli.adoc index 6892d6b22d..dab089654b 100644 --- a/operators/operator_sdk/osdk-installing-cli.adoc +++ b/operators/operator_sdk/osdk-installing-cli.adoc @@ -4,7 +4,7 @@ include::_attributes/common-attributes.adoc[] :context: osdk-installing-cli -:osdk_ver: v1.16.0 +:osdk_ver: v1.22.0 toc::[]