Skip to content

Commit d068b75

Browse files
Merge pull request #46993 from michaelryanpeter/osdocs-3748-osdk-1.22-project-migration
OSDOCS-3746 OSDK 1.22 project migration
2 parents 5cecc5a + 56947b0 commit d068b75

8 files changed

+488
-35
lines changed

_topic_maps/_topic_map.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1467,8 +1467,6 @@ Topics:
14671467
File: osdk-about
14681468
- Name: Installing the Operator SDK CLI
14691469
File: osdk-installing-cli
1470-
- Name: Upgrading projects for newer Operator SDK versions
1471-
File: osdk-upgrading-projects
14721470
- Name: Go-based Operators
14731471
Dir: golang
14741472
Topics:
@@ -1478,6 +1476,8 @@ Topics:
14781476
File: osdk-golang-tutorial
14791477
- Name: Project layout
14801478
File: osdk-golang-project-layout
1479+
- Name: Updating Go-based projects
1480+
File: osdk-golang-updating-projects
14811481
- Name: Ansible-based Operators
14821482
Dir: ansible
14831483
Topics:
@@ -1487,6 +1487,8 @@ Topics:
14871487
File: osdk-ansible-tutorial
14881488
- Name: Project layout
14891489
File: osdk-ansible-project-layout
1490+
- Name: Updating Ansible-based projects
1491+
File: osdk-ansible-updating-projects
14901492
- Name: Ansible support
14911493
File: osdk-ansible-support
14921494
- Name: Kubernetes Collection for Ansible
@@ -1504,10 +1506,14 @@ Topics:
15041506
File: osdk-helm-tutorial
15051507
- Name: Project layout
15061508
File: osdk-helm-project-layout
1509+
- Name: Updating Helm-based projects
1510+
File: osdk-helm-updating-projects
15071511
- Name: Helm support
15081512
File: osdk-helm-support
15091513
- Name: Hybrid Helm Operator
15101514
File: osdk-hybrid-helm
1515+
- Name: Updating Hybrid Helm-based projects
1516+
File: osdk-hybrid-helm-updating-projects
15111517
- Name: Java-based Operators
15121518
Dir: java
15131519
Topics:

modules/osdk-common-prereqs.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ endif::[]
3636
- xref:../../../operators/operator_sdk/osdk-installing-cli.adoc#osdk-installing-cli[Operator SDK CLI installed]
3737
- xref:../../../cli_reference/openshift_cli/getting-started-cli.adoc#getting-started-cli[OpenShift CLI (`oc`) v{product-version}+ installed]
3838
ifdef::golang[]
39-
- link:https://golang.org/dl/[Go] v1.16+
40-
- link:https://www.mercurial-scm.org/downloads[Mercurial] v3.9+
39+
- link:https://golang.org/dl/[Go] v1.18+
4140
endif::[]
4241
ifdef::ansible[]
4342
- link:https://docs.ansible.com/ansible/2.9/index.html[Ansible] v2.9.0
4443
- link:https://ansible-runner.readthedocs.io/en/latest/install.html[Ansible Runner] v2.0.2+
4544
- link:https://github.com/ansible/ansible-runner-http[Ansible Runner HTTP Event Emitter plug-in] v1.0.0+
46-
- link:https://pypi.org/project/openshift/[OpenShift Python client] v0.11.2+
45+
- link:https://www.python.org/downloads/[Python] 3.8.6+
46+
- link:https://pypi.org/project/openshift/[OpenShift Python client] v0.12.0+
4747
endif::[]
4848
ifdef::java[]
4949
- link:https://java.com/en/download/help/download_options.html[Java] v11+

0 commit comments

Comments
 (0)