Skip to content

Commit cf0f6ca

Browse files
committed
add changelog for 1.37.0
1 parent 5b32a4d commit cf0f6ca

File tree

1 file changed

+136
-0
lines changed

1 file changed

+136
-0
lines changed

CHANGELOG.md

Lines changed: 136 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,141 @@
11
# Release Notes
22

3+
## Version 1.37.0 - 2025-09-09
4+
5+
## Highlight
6+
Run AI workloads on Macbook's GPUS using the new `krunkit driver`. Checkout the [AI Playground tutorial/demo](https://minikube.sigs.k8s.io/docs/tutorials/ai-playground/)
7+
8+
9+
## Features
10+
* Bump Kubernetes version default: v1.34.0 and latest: v1.34.0 (#21439)
11+
* Add krunkit driver supporting GPU acceleration on macOS (#20826)
12+
* Add support to docker runtime for OCI access to NVIDIA GPUs (#20959)
13+
* add short hand -m for --memory (#20854)
14+
* Add `--disable-coredns-log` flag to suppress coredns logs (#20992)
15+
* new addon: kubetail (#20345)
16+
* drivers: Add support for Virtiofs mounts for vfkit and krunkit (#21149)
17+
18+
19+
## Improvements
20+
* Improve ingress-dns addon for ipv4 and windows v0.0.4 (#21449)
21+
* iso: Disable grub timeout speeding up vm start by 5 seconds (#20895)
22+
* improve docker service reliability, update docker systemd files (#21174)
23+
* Don't require both --mount for using --mount-string and remove default mount-string (#21250)
24+
* Update oldest supported Kubernetes versions (#21490)
25+
* license cmd: don't fail if output dir doesn't exist & download from github assets first (#21206)
26+
* remove deprecated proxy-refresh-interval v2 etcd flag (#21278)
27+
* vmnet: Support offloading for krunkit (#20831)
28+
* Don't call startKicServiceTunnel for non-kic drivers (#20863)
29+
* krunkit: Disable offloading for faster networking (#21341)
30+
31+
## Deprication
32+
* Deprecate HyperKit driver with warning (#21024)
33+
34+
## Bug fixes
35+
* fix dirty commit version (#21062)
36+
* Fix minikube image load on windows (#20529) (#20921)
37+
* Fix mount to same folder causing Input/output error (#21077)
38+
* fix: YAML file escape error problem affecting addons (#20904)
39+
* iso: Fix `minikube stop` with vfkit and krunkit drivers (#21089)
40+
* iso: Fix console for vfkit/krunkit (#20832)
41+
42+
## Addons
43+
* Addon nvidia-device-plugin: Update nvidia/k8s-device-plugin image from v0.17.2 to v0.17.3 (#21225)
44+
* Addon cloud-spanner: Update cloud-spanner-emulator/emulator image from 1.5.34 to 1.5.41 (#20976)(#21040)(#21243)(#21287)(#21359)(#21512)
45+
* Addon Headlamp: Update Headlamp image from v0.28.0 to v0.34.0 (#21238)(#21508)
46+
* Addon ingress: Update ingress-nginx/controller image from v1.12.2 to v1.13.2 (#20909)(#21232)(#21353)(#21458)
47+
* Addon inspektor-gadget: Update inspektor-gadget image from v0.40.0 to v0.44.1 (#20873)(#21038)(#21240)(#21462)(#21510)(#21358)
48+
* Addon kong: Update kong image from 3.9.0 to 3.9.1 (#20966)(#21503)
49+
* Addon kong: Update kong/kubernetes-ingress-controller image from 3.4.5 to 3.5.1 (#20908)(#20969)(#21034)(#21282)
50+
* Addon kubevirt: Update bitnami/kubectl image from 1.33.1 to 1.33.4 (#20911)(#20939)(#21235)(#21283)(#21414)
51+
* Addon metrics-server: Update metrics-server/metrics-server image from v0.7.2 to v0.8.0 (#21033)
52+
* Addon registry: Update registry image from 3.0.0 to 3.0.0 (#21242)
53+
* Addon Volcano: Update volcano images from v1.11.2 to v1.12.2 (#20868)(#21351)
54+
* Addon kubetail: update version 0.13.3 (#21244)
55+
* HA (multi-control plane): Update kube-vip from v0.9.1 to v1.0.0 (#20999)(#21228)
56+
57+
## CNI versions
58+
* CNI: Update calico from v3.30.0 to v3.30.3 (#20871)(#20971)(#21416)
59+
* CNI: Update cilium from v1.17.4 to v1.18.1 (#20968)(#21226)(#21349)
60+
* CNI: Update flannel from v0.26.7 to v0.27.0 (#20907)(#21230)(#21504)
61+
62+
## Base image versions
63+
* iso: Update to longterm kernel to 6.6.95 (#20995)
64+
* iso: Enable VirtioFS for x86_64 and aarch64 (#21147)
65+
* iso: Improve build and clean up configuration (#20991)
66+
* Kicbase/ISO: Update cni-plugins from v1.7.1 to v1.8.0 (#21517)
67+
* Kicbase/ISO: Update crun from 1.19 to 1.23.1 (#21198)(#21330)
68+
* Kicbase/ISO: Update docker from 28.0.4 to 28.4.0 (#21053)(#21248)(#21488)
69+
* Kicbase: Bump ubuntu:jammy from 20250415.1 to 20250819 (#21233)(#21413)(#21505)
70+
71+
## UI
72+
* redo "minikube profile list" to move the verbose details into a --det… (#20544)
73+
* improve config flag long description (#21515)
74+
* Refactor spinner library & hide sub steps after spinning (#21215)
75+
* do not show "create github issue" twice if kubeadm init fails (#21263)
76+
* Refactor table rendering (#20893)
77+
78+
## UI/Translations
79+
* Add Greak Translation
80+
* Add more Korean translations (#21467)(#21465)
81+
* Add more French translation (#21050)(#20862)(#20945)(#20964)(#21156)(#21372)(#21514)
82+
83+
84+
Thank you to our contributors for this release!
85+
86+
- Aaron Nall
87+
- Andres Morey
88+
- ByoungUk Lee
89+
- Chemabj
90+
- Cosmic Oppai
91+
- Divy Singhvi
92+
- gopherorg
93+
- Imran Pochi
94+
- James World
95+
- Jeff MAURY
96+
- Joaquim Rocha
97+
- Jun Sugimoto
98+
- Kartik Joshi
99+
- Kaviraj Sankameeswaran
100+
- Kay Yan
101+
- Kubernetes Prow Robot
102+
- Laxman Gupta
103+
- Lefteris T.
104+
- Medya Ghazizadeh
105+
- Nir Soffer
106+
- Predrag Rogic
107+
- Shin Jihoon
108+
- Shin_Jihoon
109+
- Steven Powell
110+
- Tian
111+
- VerlorenerReisender
112+
- Victor Ubahakwe
113+
114+
Thank you to our PR reviewers for this release!
115+
116+
- medyagh (145 comments)
117+
- nirs (102 comments)
118+
- afbjorklund (18 comments)
119+
- prezha (11 comments)
120+
- Copilot (5 comments)
121+
- bobsira (4 comments)
122+
- cfergeau (2 comments)
123+
- gabrielgbs97 (2 comments)
124+
- aronahl (1 comments)
125+
- ComradeProgrammer (1 comments)
126+
- illume (1 comments)
127+
- rata (1 comments)
128+
- wt (1 comments)
129+
130+
Thank you to our triage members for this release!
131+
132+
- afbjorklund (37 comments)
133+
- nirs (21 comments)
134+
- divysinghvi (10 comments)
135+
- LJTian (9 comments)
136+
- medyagh (8 comments)
137+
138+
3139
## Version 1.36.0 - 2025-05-22
4140

5141
Features

0 commit comments

Comments
 (0)