Skip to content

Commit 3a8096d

Browse files
committed
release v1.29.0
1 parent ee4d27c commit 3a8096d

File tree

2 files changed

+106
-1
lines changed

2 files changed

+106
-1
lines changed

CHANGELOG.md

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

3+
## Version 1.29.0 - 2023-01-26
4+
5+
Features:
6+
* Graduate QEMU driver from experimental to GA [#15556](https://github.com/kubernetes/minikube/pull/15556)
7+
* Implement --static-ip flag (Docker only) [#15553](https://github.com/kubernetes/minikube/pull/15553)
8+
* Implement Kicbase/ISO version validation when starting existing clusters [#15235](https://github.com/kubernetes/minikube/pull/15235)
9+
* GCP-Auth addon automatically integrates with newly created namespaces [#15403](https://github.com/kubernetes/minikube/pull/15403)
10+
* Large improvements to cgroup detection and CNI and CRI configurations [#15463](https://github.com/kubernetes/minikube/pull/15463)
11+
12+
Minor Improvements:
13+
* Prevent redownloading kicbase when already downloaded [#15528](https://github.com/kubernetes/minikube/pull/15528)
14+
* Check brew install paths for socket_vmnet [#15701](https://github.com/kubernetes/minikube/pull/15701)
15+
* Include gcp-auth logs in 'minikube logs' output [#15666](https://github.com/kubernetes/minikube/pull/15666)
16+
* Use absolute path when calling crictl version [#15642](https://github.com/kubernetes/minikube/pull/15642)
17+
* Allow forcing 1 CPU on Linux with docker and none driver [#15611](https://github.com/kubernetes/minikube/pull/15611) [#15610](https://github.com/kubernetes/minikube/pull/15610)
18+
* Add additional memory overhead for VirtualBox when `--memory=max` [#15317](https://github.com/kubernetes/minikube/pull/15317)
19+
* Update Windows installer to create system-wide shortcut [#15405](https://github.com/kubernetes/minikube/pull/15405)
20+
* Add `--subnet` validation [#15530](https://github.com/kubernetes/minikube/pull/15530)
21+
* Warn users if using VirtualBox on macOS 13+ [#15624](https://github.com/kubernetes/minikube/pull/15624)
22+
* Add groups check to SSH driver [#15513](https://github.com/kubernetes/minikube/pull/15513)
23+
* Update references to deprecated beta.kubernetes.io [#15225](https://github.com/kubernetes/minikube/pull/15225)
24+
25+
Bugs:
26+
* Fix possible race condition when enabling multiple addons [#15706](https://github.com/kubernetes/minikube/pull/15706)
27+
* Fix cpus config field not supporting max value [#15479](https://github.com/kubernetes/minikube/pull/15479)
28+
* Fix subnet checking failing if IPv6 network found [#15394](https://github.com/kubernetes/minikube/pull/15394)
29+
* Fix Docker tunnel failing if too many SSH keys [#15560](https://github.com/kubernetes/minikube/pull/15560)
30+
* Fix kubelet localStorageCapacityIsolation option [#15336](https://github.com/kubernetes/minikube/pull/15336)
31+
* Fix setting snapshotter to unimplemented fuse-overlayfs [#15272](https://github.com/kubernetes/minikube/pull/15272)
32+
* Remove progress bar for kic download with JSON output [#15482](https://github.com/kubernetes/minikube/pull/15482)
33+
34+
Version Upgrades:
35+
* Bump default Kubernetes version from 1.25.3 to 1.26.1 [#15683](https://github.com/kubernetes/minikube/pull/15683)
36+
* Addons: Update auto-pause from 0.0.2 to 0.0.3 [#15331](https://github.com/kubernetes/minikube/pull/15331)
37+
* Addons: Update cloud-spanner from 1.4.6 to 1.5.0 [#15440](https://github.com/kubernetes/minikube/pull/15440) [#15667](https://github.com/kubernetes/minikube/pull/15667) [#15707](https://github.com/kubernetes/minikube/pull/15707)
38+
* Addons: Update headlamp from 0.13.0 to 0.14.1 [#15401](https://github.com/kubernetes/minikube/pull/15401) [#15515](https://github.com/kubernetes/minikube/pull/15515)
39+
* Addons: Update ingress from 1.2.1 to 1.5.1 [#15339](https://github.com/kubernetes/minikube/pull/15339)
40+
* Addons: Update metrics-server from 0.6.1 to 0.6.2 [#15411](https://github.com/kubernetes/minikube/pull/15411)
41+
* Addons: Update kubevirt from 1.17 to 1.24.7 [#15310](https://github.com/kubernetes/minikube/pull/15310)
42+
* CNI: Update cilium from 1.9.9 to 1.12.3 [#15242](https://github.com/kubernetes/minikube/pull/15242)
43+
* Kicbase: Update buildkit from 0.10.3 to v0.11.0 [#15630](https://github.com/kubernetes/minikube/pull/15630)
44+
* Kicbase/ISO: Update containerd from 1.6.9 to 1.6.15 [#15541](https://github.com/kubernetes/minikube/pull/15541)
45+
* Kicbase/ISO: Update cri-dockerd from 0.2.2 to 0.3.0 [#15541](https://github.com/kubernetes/minikube/pull/15541)
46+
* Kicbase/ISO: Update docker from 20.10.20 to 20.10.23 [#15341](https://github.com/kubernetes/minikube/pull/15341) [#15541](https://github.com/kubernetes/minikube/pull/15541) [#15703](https://github.com/kubernetes/minikube/pull/15703)
47+
* Update KVM-docker-machine amd64 base image from Ubuntu 16.04 to 20.04 [#15628](https://github.com/kubernetes/minikube/pull/15628)
48+
49+
50+
For a more detailed changelog see [CHANGELOG.md](https://github.com/kubernetes/minikube/blob/master/CHANGELOG.md).
51+
52+
Thank you to our contributors for this release!
53+
54+
- Aarav Arora
55+
- Akihiro Suda
56+
- Anders F Björklund
57+
- Andrew Stanton
58+
- Carlos Santana
59+
- Chris Kannon
60+
- Eng Zer Jun
61+
- Felipe Labbate
62+
- Ian Stewart
63+
- Jan Hutař
64+
- Jeff MAURY
65+
- Kaylen Dart
66+
- Kush Mansingh
67+
- Ludovic Maître
68+
- Medya Ghazizadeh
69+
- Olivier Lemasle
70+
- Paco Xu
71+
- Paul S. Schweigert
72+
- Predrag Rogic
73+
- Ronnel Santiago
74+
- Sharif Elgamal
75+
- Shubh Bapna
76+
- Steven Powell
77+
- Yuiko Mouri
78+
- ckannon
79+
- imjoseangel
80+
- joaquimrocha
81+
- jongwooo
82+
- mardi2020
83+
- shixiuguo
84+
- Товарищ программист
85+
86+
Thank you to our PR reviewers for this release!
87+
88+
- spowelljr (61 comments)
89+
- medyagh (41 comments)
90+
- afbjorklund (7 comments)
91+
- atoato88 (5 comments)
92+
- t-inu (5 comments)
93+
- mqasimsarfraz (4 comments)
94+
- AkihiroSuda (2 comments)
95+
- sharifelgamal (2 comments)
96+
- profnandaa (1 comments)
97+
98+
Thank you to our triage members for this release!
99+
100+
- afbjorklund (98 comments)
101+
- spowelljr (34 comments)
102+
- medyagh (10 comments)
103+
- kant777 (6 comments)
104+
- kundan2707 (6 comments)
105+
106+
Check out our [contributions leaderboard](https://minikube.sigs.k8s.io/docs/contrib/leaderboard/v1.29.0/) for this release!
107+
3108
## Version 1.28.0 - 2022-11-04
4109

5110
**SECURITY WARNING:** Log4j CVEs were detected in an image the `efk` addon uses, if you don't use the `efk` addon no action is required. If you use the addon we recommend running `minikube addons disable efk` to terminate the vulnerable pods.

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 ?= 28
17+
VERSION_MINOR ?= 29
1818
VERSION_BUILD ?= 0
1919
RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
2020
VERSION ?= v$(RAW_VERSION)

0 commit comments

Comments
 (0)