Skip to content

Commit 21f7337

Browse files
authored
Merge pull request #45566 from bgilbert/butane
Update all Butane config versions to 4.11.0
2 parents d65aad4 + 07ebbf8 commit 21f7337

15 files changed

+18
-18
lines changed

modules/cluster-logging-systemd-scaling.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ See "Creating machine configs with Butane" for information about Butane.
2828
[source,yaml]
2929
----
3030
variant: openshift
31-
version: 4.10.0
31+
version: 4.11.0
3232
metadata:
3333
name: 40-worker-custom-journald
3434
labels:

modules/containers-signature-verify-enable.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ See "Creating machine configs with Butane" for information about Butane.
1919
[source,yaml]
2020
----
2121
variant: openshift
22-
version: 4.10.0
22+
version: 4.11.0
2323
metadata:
2424
name: 51-worker-rh-registry-trust
2525
labels:

modules/installation-disk-partitioning-upi-templates.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ $ ls $HOME/clusterconfig/openshift/
8686
[source,yaml]
8787
----
8888
variant: openshift
89-
version: 4.10.0
89+
version: 4.11.0
9090
metadata:
9191
labels:
9292
machineconfiguration.openshift.io/role: worker

modules/installation-disk-partitioning.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ $ ls $HOME/clusterconfig/openshift/
8888
[source,yaml]
8989
----
9090
variant: openshift
91-
version: 4.10.0
91+
version: 4.11.0
9292
metadata:
9393
labels:
9494
machineconfiguration.openshift.io/role: worker

modules/installation-special-config-butane-create.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can use Butane to produce a `MachineConfig` object so that you can configure
1919
[source,yaml]
2020
----
2121
variant: openshift
22-
version: 4.10.0
22+
version: 4.11.0
2323
metadata:
2424
name: 99-worker-custom
2525
labels:

modules/installation-special-config-chrony.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ See "Creating machine configs with Butane" for information about Butane.
3838
[source,yaml]
3939
----
4040
variant: openshift
41-
version: 4.10.0
41+
version: 4.11.0
4242
metadata:
4343
name: 99-worker-chrony <1>
4444
labels:

modules/installation-special-config-kmod.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ See "Creating machine configs with Butane" for information about Butane.
388388
[source,yaml]
389389
----
390390
variant: openshift
391-
version: 4.10.0
391+
version: 4.11.0
392392
metadata:
393393
name: 99-simple-kmod
394394
labels:

modules/installation-special-config-raid.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Butane is a command-line utility that {product-title} uses to provide convenient
2727
[source,yaml]
2828
----
2929
variant: openshift
30-
version: 4.10.0
30+
version: 4.11.0
3131
metadata:
3232
name: raid1-storage
3333
labels:
@@ -70,7 +70,7 @@ storage:
7070
[source,yaml]
7171
----
7272
variant: openshift
73-
version: 4.10.0
73+
version: 4.11.0
7474
metadata:
7575
name: raid1-alt-storage
7676
labels:

modules/installation-special-config-storage.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You can use the `threshold` attribute in your Butane configuration to define the
4848
[source,yaml]
4949
----
5050
variant: openshift
51-
version: 4.10.0
51+
version: 4.11.0
5252
metadata:
5353
name: worker-storage
5454
labels:
@@ -174,7 +174,7 @@ $ ./openshift-install create manifests --dir <installation_directory> <1>
174174
.Butane config example for a boot device
175175
----
176176
variant: openshift
177-
version: 4.10.0
177+
version: 4.11.0
178178
metadata:
179179
name: worker-storage <1>
180180
labels:

modules/installation-user-infra-machines-advanced.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ $ openshift-install create manifests --dir <installation_directory>
132132
[source,yaml]
133133
----
134134
variant: openshift
135-
version: 4.10.0
135+
version: 4.11.0
136136
metadata:
137137
labels:
138138
machineconfiguration.openshift.io/role: worker

0 commit comments

Comments
 (0)