|
1 | 1 | # Release Notes |
2 | 2 |
|
| 3 | +## Version 1.28.0 - 2022-11-04 |
| 4 | + |
| 5 | +**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. |
| 6 | +See [#15280[(https://github.com/kubernetes/minikube/issues/15280) for more details. |
| 7 | + |
| 8 | +Security: |
| 9 | +* Prevent enabling `efk` addon due to containing Log4j CVE [#15281](https://github.com/kubernetes/minikube/pull/15281) |
| 10 | + |
| 11 | +Features: |
| 12 | +* Auto select network on QEMU [#15266](https://github.com/kubernetes/minikube/pull/15266) |
| 13 | +* Implement mounting on QEMU with socket_vmnet [#15108](https://github.com/kubernetes/minikube/pull/15108) |
| 14 | +* Added cloud-spanner emulator addon [#15160](https://github.com/kubernetes/minikube/pull/15160) |
| 15 | +* Add `minikube license` command [#15158](https://github.com/kubernetes/minikube/pull/15158) |
| 16 | + |
| 17 | +Minor Improvements: |
| 18 | +* Allow port forwarding on Linux with Docker Desktop [#15126](https://github.com/kubernetes/minikube/pull/15126) |
| 19 | +* Add back service to mount VirtualBox host directory into the guest. [#14784](https://github.com/kubernetes/minikube/pull/14784) |
| 20 | +* ISO: Add FANOTIFY_ACCESS_PERMISSIONS to kernel configs [#15232](https://github.com/kubernetes/minikube/pull/15232) |
| 21 | +* When enabling addon warn if addon has no associated Github username [#15081](https://github.com/kubernetes/minikube/pull/15081) |
| 22 | + |
| 23 | +Bug Fixes: |
| 24 | +* Fix detecting preload cache of size 0 as valid [#15256](https://github.com/kubernetes/minikube/pull/15256) |
| 25 | +* Fix always writing to daemon by trimming `docker.io` from image name [#14956](https://github.com/kubernetes/minikube/pull/14956) |
| 26 | +* Fix minikube tunnel repeated printout of status [#14933](https://github.com/kubernetes/minikube/pull/14933) |
| 27 | + |
| 28 | +Version Upgrades: |
| 29 | +* Upgrade Portainer addon to 2.15.1 & HTTPS access enabled [#15172](https://github.com/kubernetes/minikube/pull/15172) |
| 30 | +* Upgrade Headlamp addon to 0.13.0 [#15186](https://github.com/kubernetes/minikube/pull/15186) |
| 31 | +* ISO: Upgrade Docker from 20.10.18 to 20.10.20 [#15159](https://github.com/kubernetes/minikube/pull/15159) |
| 32 | +* KIC: Upgrade base image from ubuntu:focal-20220826 to ubuntu:focal-20220922 [#15075](https://github.com/kubernetes/minikube/pull/15075) |
| 33 | +* KCI: Upgrade base image from ubuntu:focal-20220922 to ubuntu:focal-20221019 [#15219](https://github.com/kubernetes/minikube/pull/15219) |
| 34 | + |
| 35 | +For a more detailed changelog, including changes occurring in pre-release versions, see [CHANGELOG.md](https://github.com/kubernetes/minikube/blob/master/CHANGELOG.md). |
| 36 | + |
| 37 | +Thank you to our contributors for this release! |
| 38 | + |
| 39 | +- Chris Kannon |
| 40 | +- Francis Laniel |
| 41 | +- Jeff MAURY |
| 42 | +- Jevon Tane |
| 43 | +- Medya Ghazizadeh |
| 44 | +- Nitin Agarwal |
| 45 | +- Oldřich Jedlička |
| 46 | +- Rahil Patel |
| 47 | +- Steven Powell |
| 48 | +- Tian |
| 49 | +- Yue Yang |
| 50 | +- joaquimrocha |
| 51 | +- klaases |
| 52 | +- shixiuguo |
| 53 | + |
| 54 | +Thank you to our PR reviewers for this release! |
| 55 | + |
| 56 | +- spowelljr (25 comments) |
| 57 | +- medyagh (14 comments) |
| 58 | + |
| 59 | +Thank you to our triage members for this release! |
| 60 | + |
| 61 | +- RA489 (64 comments) |
| 62 | +- klaases (39 comments) |
| 63 | +- afbjorklund (23 comments) |
| 64 | +- spowelljr (22 comments) |
| 65 | +- medyagh (4 comments) |
| 66 | + |
3 | 67 | ## Version 1.27.1 - 2022-10-07 |
4 | 68 |
|
5 | 69 | Features (Experimental): |
|
0 commit comments