Skip to content

Commit 47614e9

Browse files
authored
Merge pull request #85428 from adellape/416_osdk_1-36-1
2 parents 9541b9a + 65cf70f commit 47614e9

10 files changed

+308
-383
lines changed

_attributes/common-attributes.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -207,11 +207,11 @@ endif::[]
207207
// logical volume manager storage
208208
:lvms-first: Logical Volume Manager (LVM) Storage
209209
:lvms: LVM Storage
210-
// Operator SDK version
211-
:osdk_ver: 1.31.0
212-
// Operator SDK version that shipped with the previous OCP 4.x release
213-
:osdk_ver_n1: 1.28.0
214-
// Version-agnostic OLM
210+
//Operator SDK version
211+
:osdk_ver: 1.36.1
212+
//Operator SDK version that shipped with the previous OCP 4.x release
213+
:osdk_ver_n1: 1.31.0
214+
//Version-agnostic OLM
215215
:olm-first: Operator Lifecycle Manager (OLM)
216216
:olm: OLM
217217
// Initial version of OLM that shipped with OCP 4, aka "v0"

_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)