Skip to content

Commit 70d3ab9

Browse files
committed
feat: update Kubernetes to 1.35.0
Update to the final version for v1.12.0. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 8d6a7a8)
1 parent 101814d commit 70d3ab9

File tree

8 files changed

+65
-67
lines changed

8 files changed

+65
-67
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ INTEGRATION_TEST := integration-test
100100
INTEGRATION_TEST_DEFAULT_TARGET := $(INTEGRATION_TEST)-$(OPERATING_SYSTEM)
101101
INTEGRATION_TEST_PROVISION_DEFAULT_TARGET := integration-test-provision-$(OPERATING_SYSTEM)
102102
# renovate: datasource=github-releases depName=kubernetes/kubernetes
103-
KUBECTL_VERSION ?= v1.35.0-rc.0
103+
KUBECTL_VERSION ?= v1.35.0
104104
# renovate: datasource=github-releases depName=kastenhq/kubestr
105105
KUBESTR_VERSION ?= v0.4.49
106106
# renovate: datasource=github-releases depName=helm/helm

go.mod

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ replace github.com/containerd/containerd/v2 => github.com/smira/containerd/v2 v2
2929

3030
// Kubernetes dependencies sharing the same version.
3131
require (
32-
k8s.io/api v0.35.0-rc.0
33-
k8s.io/apiextensions-apiserver v0.35.0-rc.0
34-
k8s.io/apimachinery v0.35.0-rc.0
35-
k8s.io/apiserver v0.35.0-rc.0
36-
k8s.io/client-go v0.35.0-rc.0
37-
k8s.io/component-base v0.35.0-rc.0
38-
k8s.io/cri-api v0.35.0-rc.0
39-
k8s.io/kube-scheduler v0.35.0-rc.0
40-
k8s.io/kubectl v0.35.0-rc.0
41-
k8s.io/kubelet v0.35.0-rc.0
42-
k8s.io/pod-security-admission v0.35.0-rc.0
32+
k8s.io/api v0.35.0
33+
k8s.io/apiextensions-apiserver v0.35.0
34+
k8s.io/apimachinery v0.35.0
35+
k8s.io/apiserver v0.35.0
36+
k8s.io/client-go v0.35.0
37+
k8s.io/component-base v0.35.0
38+
k8s.io/cri-api v0.35.0
39+
k8s.io/kube-scheduler v0.35.0
40+
k8s.io/kubectl v0.35.0
41+
k8s.io/kubelet v0.35.0
42+
k8s.io/pod-security-admission v0.35.0
4343
)
4444

4545
require (
@@ -359,7 +359,7 @@ require (
359359
gopkg.in/inf.v0 v0.9.1 // indirect
360360
gopkg.in/yaml.v2 v2.4.0 // indirect
361361
gopkg.in/yaml.v3 v3.0.1 // indirect
362-
k8s.io/cli-runtime v0.35.0-rc.0 // indirect
362+
k8s.io/cli-runtime v0.35.0 // indirect
363363
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
364364
kernel.org/pub/linux/libs/security/libcap/psx v1.2.77 // indirect
365365
rsc.io/qr v0.2.0 // indirect

go.sum

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,34 +1034,34 @@ gvisor.dev/gvisor v0.0.0-20230927004350-cbd86285d259 h1:TbRPT0HtzFP3Cno1zZo7yPzE
10341034
gvisor.dev/gvisor v0.0.0-20230927004350-cbd86285d259/go.mod h1:AVgIgHMwK63XvmAzWG9vLQ41YnVHN0du0tEC46fI7yY=
10351035
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
10361036
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
1037-
k8s.io/api v0.35.0-rc.0 h1:G0Cv+IZfx6hX2Bln35EstHAahcAa1levE3c5eEUWcyM=
1038-
k8s.io/api v0.35.0-rc.0/go.mod h1:cJckbW+IGrsmLCceLP4chuSYfn/XiYTWEpjfFz6IQGA=
1039-
k8s.io/apiextensions-apiserver v0.35.0-rc.0 h1:ahdRStuBUmgILun+k3PeQz9jrz1NrDyCRODu29JxXwg=
1040-
k8s.io/apiextensions-apiserver v0.35.0-rc.0/go.mod h1:uHmPKEJsv/IX7+pSunCd8W0ncLByW0k6GbVErodBxWY=
1041-
k8s.io/apimachinery v0.35.0-rc.0 h1:xkMdNZU2JDABFQn8K0vqX9NEKSzmrcGb61/PBemRWss=
1042-
k8s.io/apimachinery v0.35.0-rc.0/go.mod h1:dR9KPaf5L0t2p9jZg/wCGB4b3ma2sXZ2zdNqILs+Sak=
1043-
k8s.io/apiserver v0.35.0-rc.0 h1:iCoKUfOCmjAoaZKhPocGvPHximogwtsXfRysdSkU6lA=
1044-
k8s.io/apiserver v0.35.0-rc.0/go.mod h1:ZJGe/NdYnXR80k6+N0O4w+hAHle/XrV8rf0imOT/VrY=
1045-
k8s.io/cli-runtime v0.35.0-rc.0 h1:UoN9UmwIfW4DNx2f9zMj63rXgxzjSt5hkB1cjFCuk0k=
1046-
k8s.io/cli-runtime v0.35.0-rc.0/go.mod h1:ercJV0EMg7zHwZVsHRz4wUHcuyDYEiTYweWIQ+A2SRA=
1047-
k8s.io/client-go v0.35.0-rc.0 h1:uV6YOAOvuFaWwqTwKvaM4bYJUHGVVmdxxD2/NDFyV6Y=
1048-
k8s.io/client-go v0.35.0-rc.0/go.mod h1:CCAKys4whDEkdvhW9373vsnTNOhPyLzjpknWNmoIRcM=
1049-
k8s.io/component-base v0.35.0-rc.0 h1:qI4nntokWvl46aj53yG9q0IxQcHx8Hptuf31TlPzvnU=
1050-
k8s.io/component-base v0.35.0-rc.0/go.mod h1:MySbb5h+OIBFIfm8CH7dOhesFxwWC6aQTYYyUbtMzXs=
1051-
k8s.io/cri-api v0.35.0-rc.0 h1:g0YVTVm9xskp8N670qidIKX+vZn2gr+0HLYsxmkHD70=
1052-
k8s.io/cri-api v0.35.0-rc.0/go.mod h1:JUd9UbRisfySwZ3Q6/dpEWS1WUqCdJAnxvdwA6RM22U=
1037+
k8s.io/api v0.35.0 h1:iBAU5LTyBI9vw3L5glmat1njFK34srdLmktWwLTprlY=
1038+
k8s.io/api v0.35.0/go.mod h1:AQ0SNTzm4ZAczM03QH42c7l3bih1TbAXYo0DkF8ktnA=
1039+
k8s.io/apiextensions-apiserver v0.35.0 h1:3xHk2rTOdWXXJM+RDQZJvdx0yEOgC0FgQ1PlJatA5T4=
1040+
k8s.io/apiextensions-apiserver v0.35.0/go.mod h1:E1Ahk9SADaLQ4qtzYFkwUqusXTcaV2uw3l14aqpL2LU=
1041+
k8s.io/apimachinery v0.35.0 h1:Z2L3IHvPVv/MJ7xRxHEtk6GoJElaAqDCCU0S6ncYok8=
1042+
k8s.io/apimachinery v0.35.0/go.mod h1:jQCgFZFR1F4Ik7hvr2g84RTJSZegBc8yHgFWKn//hns=
1043+
k8s.io/apiserver v0.35.0 h1:CUGo5o+7hW9GcAEF3x3usT3fX4f9r8xmgQeCBDaOgX4=
1044+
k8s.io/apiserver v0.35.0/go.mod h1:QUy1U4+PrzbJaM3XGu2tQ7U9A4udRRo5cyxkFX0GEds=
1045+
k8s.io/cli-runtime v0.35.0 h1:PEJtYS/Zr4p20PfZSLCbY6YvaoLrfByd6THQzPworUE=
1046+
k8s.io/cli-runtime v0.35.0/go.mod h1:VBRvHzosVAoVdP3XwUQn1Oqkvaa8facnokNkD7jOTMY=
1047+
k8s.io/client-go v0.35.0 h1:IAW0ifFbfQQwQmga0UdoH0yvdqrbwMdq9vIFEhRpxBE=
1048+
k8s.io/client-go v0.35.0/go.mod h1:q2E5AAyqcbeLGPdoRB+Nxe3KYTfPce1Dnu1myQdqz9o=
1049+
k8s.io/component-base v0.35.0 h1:+yBrOhzri2S1BVqyVSvcM3PtPyx5GUxCK2tinZz1G94=
1050+
k8s.io/component-base v0.35.0/go.mod h1:85SCX4UCa6SCFt6p3IKAPej7jSnF3L8EbfSyMZayJR0=
1051+
k8s.io/cri-api v0.35.0 h1:fxLSKyJHqbyCSUsg1rW4DRpmjSEM/elZ1GXzYTSLoDQ=
1052+
k8s.io/cri-api v0.35.0/go.mod h1:Cnt29u/tYl1Se1cBRL30uSZ/oJ5TaIp4sZm1xDLvcMc=
10531053
k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=
10541054
k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
10551055
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 h1:Y3gxNAuB0OBLImH611+UDZcmKS3g6CthxToOb37KgwE=
10561056
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912/go.mod h1:kdmbQkyfwUagLfXIad1y2TdrjPFWp2Q89B3qkRwf/pQ=
1057-
k8s.io/kube-scheduler v0.35.0-rc.0 h1:KTDAIzWBNegDAPtsK63eVja5X3QjubyuNnyyU2IsO3I=
1058-
k8s.io/kube-scheduler v0.35.0-rc.0/go.mod h1:bZKWM21PSO+aWnLFCxD3h5BdAbrFBhqj9C8OPi+lJ08=
1059-
k8s.io/kubectl v0.35.0-rc.0 h1:b0pJXSq9PaQNHg3p8ZxD9BwqsglFB99hdr5QvwGWPBQ=
1060-
k8s.io/kubectl v0.35.0-rc.0/go.mod h1:OyBYmWCDW56PjCqk3c8hJNrS6aI8uEleiIb6+wxS4tw=
1061-
k8s.io/kubelet v0.35.0-rc.0 h1:e9jDhtXYjVU3tewjb2FLuXFUwLZTzwsJRFuppD/HmK0=
1062-
k8s.io/kubelet v0.35.0-rc.0/go.mod h1:8jBpMYCivQQKybxVjIxS9REJigDqrq42PRsj5ACzyMY=
1063-
k8s.io/pod-security-admission v0.35.0-rc.0 h1:21044JeaF8X/OLuUe8v8x5AhDMP/T04N55igUV8SvkA=
1064-
k8s.io/pod-security-admission v0.35.0-rc.0/go.mod h1:6IoY+xP8pQQhAJmyfYCgvf26ja7iQ7jMHKqNq2ab7NU=
1057+
k8s.io/kube-scheduler v0.35.0 h1:1uzns+SQl1ols3RXH/oxhOPd4fuicXliqWTBLbqIVRM=
1058+
k8s.io/kube-scheduler v0.35.0/go.mod h1:/56k23VdXC19Pa7Mx6uQ2YW0gsw5VJ30RgGGZUeeyD8=
1059+
k8s.io/kubectl v0.35.0 h1:cL/wJKHDe8E8+rP3G7avnymcMg6bH6JEcR5w5uo06wc=
1060+
k8s.io/kubectl v0.35.0/go.mod h1:VR5/TSkYyxZwrRwY5I5dDq6l5KXmiCb+9w8IKplk3Qo=
1061+
k8s.io/kubelet v0.35.0 h1:8cgJHCBCKLYuuQ7/Pxb/qWbJfX1LXIw7790ce9xHq7c=
1062+
k8s.io/kubelet v0.35.0/go.mod h1:ciRzAXn7C4z5iB7FhG1L2CGPPXLTVCABDlbXt/Zz8YA=
1063+
k8s.io/pod-security-admission v0.35.0 h1:tT3UHC+Q1mpFRe4IoVTu20ZAx+kqgKBZnewRnsDcyfc=
1064+
k8s.io/pod-security-admission v0.35.0/go.mod h1:S+57PAqNo6DaUYjmtINiiXlYnEdShrOVMwSc7C4oYPg=
10651065
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 h1:SjGebBtkBqHFOli+05xYbK8YF1Dzkbzn+gDM4X9T4Ck=
10661066
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
10671067
kernel.org/pub/linux/libs/security/libcap/cap v1.2.77 h1:iQtQTjFUOcTT19fI8sTCzYXsjeVs56et3D8AbKS2Uks=

hack/release.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ preface = """
1919
title = "Component Updates"
2020
description = """\
2121
Linux: 6.18.1
22-
Kubernetes: 1.35.0-rc.0
22+
Kubernetes: 1.35.0
2323
CNI Plugins: 1.9.0
2424
cryptsetup: 2.8.1
2525
LVM2: 2_03_37

hack/test/e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export TALOS_VERSION
3333
# Kubernetes
3434

3535
export KUBECONFIG="${TMP}/kubeconfig"
36-
export KUBERNETES_VERSION=${KUBERNETES_VERSION:-1.35.0-rc.0}
36+
export KUBERNETES_VERSION=${KUBERNETES_VERSION:-1.35.0}
3737

3838
export NAME_PREFIX="talos-e2e-${SHA}-${PLATFORM}"
3939
export TIMEOUT=1200

pkg/machinery/constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ const (
401401

402402
// DefaultKubernetesVersion is the default target version of the control plane.
403403
// renovate: datasource=github-releases depName=kubernetes/kubernetes
404-
DefaultKubernetesVersion = "1.35.0-rc.0"
404+
DefaultKubernetesVersion = "1.35.0"
405405

406406
// SupportedKubernetesVersions is the number of Kubernetes versions supported by Talos starting from DefaultKubernesVersion going backwards.
407407
SupportedKubernetesVersions = 6

website/content/v1.12/reference/cli.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ talosctl cluster create dev [flags]
175175
--ipxe-boot-script string iPXE boot script (URL) to use
176176
--iso-path string the ISO path to use for the initial boot
177177
--kubeprism-port int KubePrism port (set to 0 to disable) (default 7445)
178-
--kubernetes-version string desired kubernetes version to run (default "1.35.0-rc.0")
178+
--kubernetes-version string desired kubernetes version to run (default "1.35.0")
179179
--memory string(mb,gb) the limit on memory usage for each control plane/VM (default 2.0GiB)
180180
--memory-workers string(mb,gb) the limit on memory usage for each worker/VM (default 2.0GiB)
181181
--mtu int MTU of the cluster network (default 1500)
@@ -253,7 +253,7 @@ talosctl cluster create docker [flags]
253253
-h, --help help for docker
254254
--host-ip string Host IP to forward exposed ports to (default "0.0.0.0")
255255
--image string the talos image to run (default "ghcr.io/siderolabs/talos:latest")
256-
--kubernetes-version string desired kubernetes version to run (default "1.35.0-rc.0")
256+
--kubernetes-version string desired kubernetes version to run (default "1.35.0")
257257
--memory-controlplanes string(mb,gb) the limit on memory usage for each control plane/VM (default 2.0GiB)
258258
--memory-workers string(mb,gb) the limit on memory usage for each worker/VM (default 2.0GiB)
259259
--mount mount attach a mount to the container (docker --mount syntax)
@@ -308,7 +308,7 @@ talosctl cluster create qemu [flags]
308308
--disks disks list of disks to create in format "<driver1>:<size1>" (disks after the first one are added only to worker machines) (default virtio:10GiB,virtio:6GiB)
309309
-h, --help help for qemu
310310
--image-factory-url string image factory url (default "https://factory.talos.dev/")
311-
--kubernetes-version string desired kubernetes version to run (default "1.35.0-rc.0")
311+
--kubernetes-version string desired kubernetes version to run (default "1.35.0")
312312
--memory-controlplanes string(mb,gb) the limit on memory usage for each control plane/VM (default 2.0GiB)
313313
--memory-workers string(mb,gb) the limit on memory usage for each worker/VM (default 2.0GiB)
314314
--omni-api-endpoint string the Omni API endpoint (must include a scheme, a hostname and a join token, e.g. 'https://siderolink.omni.example?jointoken=foobar')
@@ -346,7 +346,7 @@ talosctl cluster create dev [flags]
346346
--bad-rtc launch VM with bad RTC state
347347
--cidr string CIDR of the cluster network (IPv4, ULA network for IPv6 is derived in automated way) (default "10.5.0.0/24")
348348
--cni-bin-path strings search path for CNI binaries (default [/home/user/.talos/cni/bin])
349-
--cni-bundle-url string URL to download CNI bundle from (default "https://github.com/siderolabs/talos/releases/download/v1.12.0-alpha.2/talosctl-cni-bundle-${ARCH}.tar.gz")
349+
--cni-bundle-url string URL to download CNI bundle from (default "https://github.com/siderolabs/talos/releases/download/v1.12.0-rc.1/talosctl-cni-bundle-${ARCH}.tar.gz")
350350
--cni-cache-dir string CNI cache directory path (default "/home/user/.talos/cni/cache")
351351
--cni-conf-dir string CNI config directory path (default "/home/user/.talos/cni/conf.d")
352352
--config-injection-method string a method to inject machine config: default is HTTP server, 'metal-iso' to mount an ISO
@@ -372,9 +372,7 @@ talosctl cluster create dev [flags]
372372
--extra-boot-kernel-args string add extra kernel args to the initial boot from vmlinuz and initramfs
373373
--extra-disks int number of extra disks to create for each worker VM
374374
--extra-disks-drivers strings driver for each extra disk (virtio, ide, ahci, scsi, nvme, megaraid)
375-
--extra-disks-serials strings serials for each extra disk
376375
--extra-disks-size int default limit on disk size in MB (each VM) (default 5120)
377-
--extra-disks-tags strings tags for each extra disk (only used by virtiofs)
378376
--extra-uefi-search-paths strings additional search paths for UEFI firmware (only applies when UEFI is enabled)
379377
-h, --help help for dev
380378
--image-cache-path string path to image cache
@@ -389,7 +387,7 @@ talosctl cluster create dev [flags]
389387
--ipxe-boot-script string iPXE boot script (URL) to use
390388
--iso-path string the ISO path to use for the initial boot
391389
--kubeprism-port int KubePrism port (set to 0 to disable) (default 7445)
392-
--kubernetes-version string desired kubernetes version to run (default "1.35.0-rc.1")
390+
--kubernetes-version string desired kubernetes version to run (default "1.35.0")
393391
--memory string(mb,gb) the limit on memory usage for each control plane/VM (default 2.0GiB)
394392
--memory-workers string(mb,gb) the limit on memory usage for each worker/VM (default 2.0GiB)
395393
--mtu int MTU of the cluster network (default 1500)
@@ -467,7 +465,7 @@ talosctl cluster create docker [flags]
467465
-h, --help help for docker
468466
--host-ip string Host IP to forward exposed ports to (default "0.0.0.0")
469467
--image string the talos image to run (default "ghcr.io/siderolabs/talos:latest")
470-
--kubernetes-version string desired kubernetes version to run (default "1.35.0-rc.1")
468+
--kubernetes-version string desired kubernetes version to run (default "1.35.0")
471469
--memory-controlplanes string(mb,gb) the limit on memory usage for each control plane/VM (default 2.0GiB)
472470
--memory-workers string(mb,gb) the limit on memory usage for each worker/VM (default 2.0GiB)
473471
--mount mount attach a mount to the container (docker --mount syntax)
@@ -522,7 +520,7 @@ talosctl cluster create qemu [flags]
522520
--disks disks list of disks to create in format "<driver1>:<size1>" (disks after the first one are added only to worker machines) (default virtio:10GiB,virtio:6GiB)
523521
-h, --help help for qemu
524522
--image-factory-url string image factory url (default "https://factory.talos.dev/")
525-
--kubernetes-version string desired kubernetes version to run (default "1.35.0-rc.1")
523+
--kubernetes-version string desired kubernetes version to run (default "1.35.0")
526524
--memory-controlplanes string(mb,gb) the limit on memory usage for each control plane/VM (default 2.0GiB)
527525
--memory-workers string(mb,gb) the limit on memory usage for each worker/VM (default 2.0GiB)
528526
--omni-api-endpoint string the Omni API endpoint (must include a scheme, a hostname and a join token, e.g. 'https://siderolink.omni.example?jointoken=foobar')
@@ -1723,7 +1721,7 @@ talosctl gen config <cluster name> <cluster endpoint> [flags]
17231721
-h, --help help for config
17241722
--install-disk string the disk to install to (default "/dev/sda")
17251723
--install-image string the image used to perform an installation (default "ghcr.io/siderolabs/installer:latest")
1726-
--kubernetes-version string desired kubernetes version to run (default "1.35.0-rc.0")
1724+
--kubernetes-version string desired kubernetes version to run (default "1.35.0")
17271725
-o, --output string destination to output generated files. when multiple output types are specified, it must be a directory. for a single output type, it must either be a file path, or "-" for stdout
17281726
-t, --output-types strings types of outputs to be generated. valid types are: ["controlplane" "worker" "talosconfig"] (default [controlplane,worker,talosconfig])
17291727
-p, --persist the desired persist value for configs (default true)
@@ -2127,7 +2125,7 @@ talosctl image cache-create [flags]
21272125
### Examples
21282126

21292127
```
2130-
talosctl images cache-create --images=ghcr.io/siderolabs/kubelet:v1.35.0-rc.0 --image-cache-path=/tmp/talos-image-cache
2128+
talosctl images cache-create --images=ghcr.io/siderolabs/kubelet:v1.35.0 --image-cache-path=/tmp/talos-image-cache
21312129
21322130
Alternatively, stdin can be piped to the command:
21332131
talosctl images default | talosctl images cache-create --image-cache-path=/tmp/talos-image-cache --images=-
@@ -3300,7 +3298,7 @@ talosctl upgrade-k8s [flags]
33003298
--scheduler-image string kube-scheduler image to use (default "registry.k8s.io/kube-scheduler")
33013299
--siderov1-keys-dir string The path to the SideroV1 auth PGP keys directory. Defaults to 'SIDEROV1_KEYS_DIR' env variable if set, otherwise '$HOME/.talos/keys'. Only valid for Contexts that use SideroV1 auth.
33023300
--talosconfig string The path to the Talos configuration file. Defaults to 'TALOSCONFIG' env variable if set, otherwise '$HOME/.talos/config' and '/var/run/secrets/talos.dev/config' in order.
3303-
--to string the Kubernetes control plane version to upgrade to (default "1.35.0-rc.0")
3301+
--to string the Kubernetes control plane version to upgrade to (default "1.35.0")
33043302
--upgrade-kubelet upgrade kubelet service (default true)
33053303
--with-docs patch all machine configs adding the documentation for each field (default true)
33063304
--with-examples patch all machine configs with the commented examples (default true)

0 commit comments

Comments
 (0)