|
1 | 1 | # Release Notes |
2 | 2 |
|
| 3 | +## Version 1.27.1 - 2022-10-07 |
| 4 | + |
| 5 | +Features (Experimental): |
| 6 | +* QEMU Driver: Add support for dedicated network on macOS (socket_vmnet) [#14989](https://github.com/kubernetes/minikube/pull/14989) |
| 7 | +* QEMU Driver: Add support minikube service and tunnel on macOS [#14989](https://github.com/kubernetes/minikube/pull/14989) |
| 8 | + |
| 9 | +Minor Imprevements: |
| 10 | +* Check if context is invalid during update-context command [#15032](https://github.com/kubernetes/minikube/pull/15032) |
| 11 | +* Use SSH tunnel if user specifies bindAddress [#14951](https://github.com/kubernetes/minikube/pull/14951) |
| 12 | +* Warn QEMU users if DNS issue detected [#15073](https://github.com/kubernetes/minikube/pull/15073) |
| 13 | + |
| 14 | +Bug Fixes: |
| 15 | +* Fix status command taking a long time on docker driver while paused [#15077](https://github.com/kubernetes/minikube/pull/15077) |
| 16 | +* Fix not allowing passing only an exposed port to --ports [#15085](https://github.com/kubernetes/minikube/pull/15085) |
| 17 | +* Fix `minikube dashboard` failing on macOS [#15037](https://github.com/kubernetes/minikube/pull/15037) |
| 18 | +* Fix incorrect command in powershell command tip [#15012](https://github.com/kubernetes/minikube/pull/15012) |
| 19 | + |
| 20 | +Version Upgrades: |
| 21 | +* Bump Kubernetes version default: v1.25.2 and latest: v1.25.2 [#14995](https://github.com/kubernetes/minikube/pull/14995) |
| 22 | +* Upgrade kubernetes dashboard from v2.6.0 to v2.7.0 [#15000](https://github.com/kubernetes/minikube/pull/15000) |
| 23 | + |
| 24 | +For a more detailed changelog, including changes occurring in pre-release versions, see [CHANGELOG.md](https://github.com/kubernetes/minikube/blob/master/CHANGELOG.md). |
| 25 | + |
| 26 | +Thank you to our contributors for this release! |
| 27 | + |
| 28 | +- Anthony Nandaa |
| 29 | +- Jeff MAURY |
| 30 | +- Medya Ghazizadeh |
| 31 | +- Rob Leland |
| 32 | +- Steven Powell |
| 33 | +- Yuiko Mouri |
| 34 | +- cokia |
| 35 | +- klaases |
| 36 | +- ziyi-xie |
| 37 | + |
| 38 | +Thank you to our PR reviewers for this release! |
| 39 | + |
| 40 | +- eiffel-fl (9 comments) |
| 41 | +- medyagh (6 comments) |
| 42 | +- AkihiroSuda (2 comments) |
| 43 | +- klaases (2 comments) |
| 44 | +- t-inu (1 comments) |
| 45 | + |
| 46 | +Thank you to our triage members for this release! |
| 47 | + |
| 48 | +- klaases (31 comments) |
| 49 | +- RA489 (30 comments) |
| 50 | +- afbjorklund (17 comments) |
| 51 | +- nikimanoledaki (7 comments) |
| 52 | +- medyagh (3 comments) |
| 53 | + |
| 54 | +Check out our [contributions leaderboard](https://minikube.sigs.k8s.io/docs/contrib/leaderboard/v1.27.1/) for this release! |
| 55 | + |
3 | 56 | ## Version 1.27.0 - 2022-09-15 |
4 | 57 |
|
5 | 58 | Kubernetes v1.25: |
|
0 commit comments