Skip to content

Commit 69d8c27

Browse files
authored
Merge pull request #82203 from adellape/417_osdk_migrate
OSDOCS#11818: OSDK 1.36.1 migration docs for OCP 4.17
2 parents 50203e4 + db7a852 commit 69d8c27

11 files changed

+298
-372
lines changed

_attributes/common-attributes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@ endif::[]
203203
:lvms-first: Logical Volume Manager (LVM) Storage
204204
:lvms: LVM Storage
205205
//Operator SDK version
206-
:osdk_ver: 1.31.0
206+
:osdk_ver: 1.36.1
207207
//Operator SDK version that shipped with the previous OCP 4.x release
208-
:osdk_ver_n1: 1.28.0
208+
:osdk_ver_n1: 1.31.0
209209
//Version-agnostic OLM
210210
:olm-first: Operator Lifecycle Manager (OLM)
211211
:olm: OLM

_unused_topics/osdk-updating-projects.adoc

Lines changed: 0 additions & 353 deletions
This file was deleted.

modules/osdk-hh-create-go-api.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $ operator-sdk create api \
2020
--kind MemcachedBackup \
2121
--resource \
2222
--controller \
23-
--plugins=go/v3
23+
--plugins=go/v4
2424
----
2525

2626
. When prompted, enter `y` for creating both resource and controller:

modules/osdk-multi-arch-building-images.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ The platforms that your Operator and operands mutually support determine the pla
5858
"size": 528
5959
},
6060
...
61+
]
62+
}
6163
----
6264

6365
. If the previous command does not output platform information, then the specified base image might be a single image instead of an image manifest. You can find which architectures an image supports by running the following command:

0 commit comments

Comments
 (0)