Skip to content

Commit 07611db

Browse files
Merge pull request #41388 from michaelryanpeter/OSDOCS-2935-OSDK-v1160-410-version-bump
OSDOCS-2935: Bump OCP and OSDK version
2 parents e495b33 + 880eb4b commit 07611db

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

modules/osdk-common-prereqs.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ ifdef::golang[]
2626
endif::[]
2727
ifdef::ansible[]
2828
- link:https://docs.ansible.com/ansible/latest/index.html[Ansible] version v2.9.0+
29-
- link:https://ansible-runner.readthedocs.io/en/latest/install.html[Ansible Runner] version v1.1.0+
29+
- link:https://ansible-runner.readthedocs.io/en/latest/install.html[Ansible Runner] version v2.0.2+
3030
- link:https://github.com/ansible/ansible-runner-http[Ansible Runner HTTP Event Emitter plug-in] version v1.0.0+
31-
- link:https://pypi.org/project/openshift/[OpenShift Python client] version v0.11.2+
31+
- link:https://pypi.org/project/openshift/[OpenShift Python client] version v0.12.0+
3232
endif::[]
3333
- Logged into an {product-title} {product-version} cluster with `oc` with an account that has `cluster-admin` permissions
3434
- To allow the cluster pull the image, the repository where you push your image must be set as public, or you must configure an image pull secret

modules/osdk-installing-cli-linux-macos.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// * cli_reference/osdk/cli-osdk-install.adoc
44
// * operators/operator_sdk/osdk-installing-cli.adoc
55

6-
:ocp_ver: 4.9
7-
:osdk_ver: v1.10.1
6+
:ocp_ver: 4.10
7+
:osdk_ver: v1.16.0
88

99
:_content-type: PROCEDURE
1010
[id="osdk-installing-cli-linux-macos_{context}"]
@@ -14,12 +14,12 @@ You can install the OpenShift SDK CLI tool on Linux.
1414

1515
.Prerequisites
1616

17-
- link:https://golang.org/dl/[Go] v1.16+
17+
* link:https://golang.org/dl/[Go] v1.16+
1818
ifdef::openshift-origin[]
19-
- 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+
19+
* 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+
2020
endif::[]
2121
ifndef::openshift-origin[]
22-
- `docker` v17.03+, `podman` v1.9.3+, or `buildah` v1.7+
22+
* `docker` v17.03+, `podman` v1.9.3+, or `buildah` v1.7+
2323
endif::[]
2424
2525
.Procedure

modules/osdk-scorecard-config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// * operators/operator_sdk/osdk-scorecard.adoc
44

5-
:osdk_ver: v1.10.1
5+
:osdk_ver: v1.16.0
66

77
[id="osdk-scorecard-config_{context}"]
88
= Scorecard configuration

modules/osdk-scorecard-output.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// * operators/operator_sdk/osdk-scorecard.adoc
44

5-
:osdk_ver: v1.10.1
5+
:osdk_ver: v1.16.0
66

77
[id="osdk-scorecard-output_{context}"]
88
= Scorecard output

modules/osdk-scorecard-parallel.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// * operators/operator_sdk/osdk-scorecard.adoc
44

5-
:osdk_ver: v1.10.1
5+
:osdk_ver: v1.16.0
66

77
:_content-type: PROCEDURE
88
[id="osdk-scorecard-parallel_{context}"]

operators/operator_sdk/osdk-installing-cli.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
include::modules/common-attributes.adoc[]
55
:context: osdk-installing-cli
66

7-
:osdk_ver: v1.10.1
7+
:osdk_ver: v1.16.0
88

99
toc::[]
1010

0 commit comments

Comments
 (0)