Skip to content

Commit 65318f4

Browse files
authored
Merge pull request #21531 from medyagh/changelog137
Add Changelog for v1.37.0
2 parents 5b32a4d + cd89b25 commit 65318f4

File tree

2 files changed

+135
-1
lines changed

2 files changed

+135
-1
lines changed

CHANGELOG.md

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

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

5139
Features

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Bump these on release - and please check ISO_VERSION for correctness.
1616
VERSION_MAJOR ?= 1
17-
VERSION_MINOR ?= 36
17+
VERSION_MINOR ?= 37
1818
VERSION_BUILD ?= 0
1919
RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
2020
VERSION ?= v$(RAW_VERSION)

0 commit comments

Comments
 (0)