|
3 | 3 | ## Version 1.29.0 - 2023-01-26 |
4 | 4 |
|
5 | 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) |
| 6 | +* Bump QEMU driver priority from experimental to default [#15556](https://github.com/kubernetes/minikube/pull/15556) |
| 7 | +* Ability to set static-ip for Docker driver [#15553](https://github.com/kubernetes/minikube/pull/15553) |
| 8 | +* GCP-Auth Addon: automatically attach credentials to newly created namespaces [#15403](https://github.com/kubernetes/minikube/pull/15403) |
| 9 | +* 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) |
| 10 | + |
| 11 | +Major Improvements: |
10 | 12 | * Large improvements to cgroup detection and CNI and CRI configurations [#15463](https://github.com/kubernetes/minikube/pull/15463) |
| 13 | +* Prevent redownloading kicbase when already downloaded [#15528](https://github.com/kubernetes/minikube/pull/15528) |
| 14 | +* Warn when using an old ISO/Kicbase image [#15235](https://github.com/kubernetes/minikube/pull/15235) |
11 | 15 |
|
12 | 16 | Minor Improvements: |
13 | | -* Prevent redownloading kicbase when already downloaded [#15528](https://github.com/kubernetes/minikube/pull/15528) |
14 | 17 | * Check brew install paths for socket_vmnet [#15701](https://github.com/kubernetes/minikube/pull/15701) |
15 | 18 | * Include gcp-auth logs in 'minikube logs' output [#15666](https://github.com/kubernetes/minikube/pull/15666) |
16 | 19 | * 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 | 20 | * Add additional memory overhead for VirtualBox when `--memory=max` [#15317](https://github.com/kubernetes/minikube/pull/15317) |
19 | 21 | * Update Windows installer to create system-wide shortcut [#15405](https://github.com/kubernetes/minikube/pull/15405) |
20 | 22 | * Add `--subnet` validation [#15530](https://github.com/kubernetes/minikube/pull/15530) |
|
0 commit comments