|
1 | 1 | # Release Notes |
2 | 2 |
|
| 3 | +## Version 1.26.0-beta.0 - 2022-05-13 |
| 4 | + |
| 5 | +Featues: |
| 6 | +* Add support for the QEMU driver [#13639](https://github.com/kubernetes/minikube/pull/13639) |
| 7 | +* Add support for building aarch64 ISO [#13762](https://github.com/kubernetes/minikube/pull/13762) |
| 8 | +* Support rootless Podman driver (Usage: `minikube config set rootless true`) [#13829](https://github.com/kubernetes/minikube/pull/13829) |
| 9 | + |
| 10 | +Minor Improvements: |
| 11 | +* Add JSON output to `minikube delete` [#13979](https://github.com/kubernetes/minikube/pull/13979) |
| 12 | +* Add `--audit` flag to `minikube logs` command [#13991](https://github.com/kubernetes/minikube/pull/13991) |
| 13 | +* Add `--disable-metrics` flag [#13802](https://github.com/kubernetes/minikube/pull/13802) |
| 14 | +* Get latest valid tag for each image during caching [#14006](https://github.com/kubernetes/minikube/pull/14006) |
| 15 | +* Remove docker requirement for none driver [#13885](https://github.com/kubernetes/minikube/pull/13885) |
| 16 | +* Add 'subnet' flag for docker/podman driver [#13730](https://github.com/kubernetes/minikube/pull/13730) |
| 17 | +* Don't write logs that contain environment variables [#13877](https://github.com/kubernetes/minikube/pull/13877) |
| 18 | +* Implemented minimum and recommended Docker versions [#13842](https://github.com/kubernetes/minikube/pull/13842) |
| 19 | + |
| 20 | +Bug Fixes: |
| 21 | +* Fix "Your cgroup does not allow setting memory" [#14115](https://github.com/kubernetes/minikube/pull/14115) |
| 22 | +* Fix nvidia-gpu with kvm-driver [#13972](https://github.com/kubernetes/minikube/pull/13972) |
| 23 | +* Fix `minikube delete` for Podman v4 [#13881](https://github.com/kubernetes/minikube/pull/13881) |
| 24 | +* Fix pre command flags [#13995](https://github.com/kubernetes/minikube/pull/13995) |
| 25 | +* Fix logging when JSON output selected [#13955](https://github.com/kubernetes/minikube/pull/13955) |
| 26 | +* Fix port validation error on specifying tcp/udp or range of ports. [#13812](https://github.com/kubernetes/minikube/pull/13812) |
| 27 | +* Fix not downloading kic for offline mode [#13910](https://github.com/kubernetes/minikube/pull/13910) |
| 28 | +* Fix trying to pause multiple containers with runc [#13783](https://github.com/kubernetes/minikube/pull/13783) |
| 29 | +* Fix `minikube servce` docker/port-forward issues [#13756](https://github.com/kubernetes/minikube/pull/13756) |
| 30 | + |
| 31 | +Version Upgrades: |
| 32 | +* Upgrade Kubernetes default: v1.23.6 and latest: v1.23.6 [#14144](https://github.com/kubernetes/minikube/pull/14144) |
| 33 | +* ISO/KIC: Upgrade buildkit from 0.9.0 to 0.10.3 [#13791](https://github.com/kubernetes/minikube/pull/13791) |
| 34 | +* ISO: Upgrade Docker from 20.10.12 to 20.10.14 [#13860](https://github.com/kubernetes/minikube/pull/13860) |
| 35 | +* ISO: Upgrade crio from 1.22.1 to 1.22.3 [#13800](https://github.com/kubernetes/minikube/pull/13800) |
| 36 | +* ISO: Upgrade buildroot from 2021.02.4 to 2021.02.12 [#13814](https://github.com/kubernetes/minikube/pull/13814) |
| 37 | +* Upgrade nginx image from 1.1.1 to 1.2.0 [#14028](https://github.com/kubernetes/minikube/pull/14028) |
| 38 | +* ISO: Upgrade falco-module from 0.24.0 to 0.31.1 [#13659](https://github.com/kubernetes/minikube/pull/13659) |
| 39 | +* Upgrade kubernetes dashboard from 2.3.1 to 2.5.1 [#13741](https://github.com/kubernetes/minikube/pull/13741) |
| 40 | +* KIC: Upgrade kicbase base image from 20210401 to 20220316 [#13815](https://github.com/kubernetes/minikube/pull/13815) |
| 41 | +* ISO: Upgrade Podman from 2.2.1 to 3.4.2 [#13126](https://github.com/kubernetes/minikube/pull/13126) |
| 42 | +* ISO: Add packaging for crun [#11679](https://github.com/kubernetes/minikube/pull/11679) |
| 43 | + |
| 44 | +For a more detailed changelog, including changes occuring in pre-release versions, see [CHANGELOG.md](https://github.com/kubernetes/minikube/blob/master/CHANGELOG.md). |
| 45 | + |
| 46 | +Thank you to our contributors for this release! |
| 47 | + |
| 48 | +- Akihiro Suda |
| 49 | +- Akira Yoshiyama |
| 50 | +- Anders F Björklund |
| 51 | +- Ashwin Somasundara |
| 52 | +- Carlos Eduardo Arango Gutierrez |
| 53 | +- Daniel Petri |
| 54 | +- F1ko |
| 55 | +- Filip Nikolic |
| 56 | +- Ileriayo Adebiyi |
| 57 | +- Jeff MAURY |
| 58 | +- Jin Zhang |
| 59 | +- Medya Ghazizadeh |
| 60 | +- Nikhil2001 |
| 61 | +- Pablo Caderno |
| 62 | +- Piotr Resztak |
| 63 | +- Predrag Rogic |
| 64 | +- Sean Wei |
| 65 | +- Sharif Elgamal |
| 66 | +- Steven Powell |
| 67 | +- Tomohito YABU |
| 68 | +- Toshiaki Inukai |
| 69 | +- betaboon |
| 70 | +- ckannon |
| 71 | +- edwinwalela |
| 72 | +- klaases |
| 73 | +- naveensrinivasan |
| 74 | +- staticdev |
| 75 | +- ziyi-xie |
| 76 | + |
| 77 | +Thank you to our PR reviewers for this release! |
| 78 | + |
| 79 | +- spowelljr (55 comments) |
| 80 | +- medyagh (39 comments) |
| 81 | +- afbjorklund (14 comments) |
| 82 | +- klaases (14 comments) |
| 83 | +- jesperpedersen (9 comments) |
| 84 | +- sharifelgamal (6 comments) |
| 85 | +- atoato88 (3 comments) |
| 86 | +- jepio (3 comments) |
| 87 | +- mprimeaux (2 comments) |
| 88 | +- shu-mutou (2 comments) |
| 89 | +- t-inu (2 comments) |
| 90 | +- AkihiroSuda (1 comments) |
| 91 | + |
| 92 | +Thank you to our triage members for this release! |
| 93 | + |
| 94 | +- afbjorklund (52 comments) |
| 95 | +- klaases (39 comments) |
| 96 | +- RA489 (28 comments) |
| 97 | +- spowelljr (24 comments) |
| 98 | +- zhan9san (24 comments) |
| 99 | + |
3 | 100 | ## Version 1.25.2 - 2022-02-23 |
4 | 101 |
|
5 | 102 | Features: |
@@ -81,7 +178,7 @@ Thank you to our triage members for this release! |
81 | 178 | - klaases (13 comments) |
82 | 179 | - sharifelgamal (12 comments) |
83 | 180 |
|
84 | | -Check out our [contributions leaderboard](https://minikube.sigs.k8s.io/docs/contrib/leaderboard/v1.25.1/) for this release! |
| 181 | +Check out our [contributions leaderboard](https://minikube.sigs.k8s.io/docs/contrib/leaderboard/v1.25.2/) for this release! |
85 | 182 |
|
86 | 183 | ## Version 1.25.1 - 2022-01-20 |
87 | 184 |
|
|
0 commit comments