|
1 | 1 | # Release Notes
|
2 | 2 |
|
| 3 | +## Version 1.31.2 - 2023-08-16 |
| 4 | + |
| 5 | +docker-env Regression: |
| 6 | +* Create `~/.ssh` directory if missing [#16934](https://github.com/kubernetes/minikube/pull/16934) |
| 7 | +* Fix adding guest to `~/.ssh/known_hosts` when not needed [#17030](https://github.com/kubernetes/minikube/pull/17030) |
| 8 | + |
| 9 | +Minor Improvements: |
| 10 | +* Verify containerd storage separately from docker [#16972](https://github.com/kubernetes/minikube/pull/16972) |
| 11 | + |
| 12 | +Version Upgrades: |
| 13 | +* Bump Kubernetes version default: v1.27.4 and latest: v1.28.0-rc.1 [#17011](https://github.com/kubernetes/minikube/pull/17011) [#17051](https://github.com/kubernetes/minikube/pull/17051) |
| 14 | +* Addon cloud-spanner: Update cloud-spanner-emulator/emulator image from 1.5.7 to 1.5.9 [#17017](https://github.com/kubernetes/minikube/pull/17017) [#17044](https://github.com/kubernetes/minikube/pull/17044) |
| 15 | +* Addon headlamp: Update headlamp-k8s/headlamp image from v0.18.0 to v0.19.0 [#16992](https://github.com/kubernetes/minikube/pull/16992) |
| 16 | +* Addon inspektor-gadget: Update inspektor-gadget image from v0.18.1 to v0.19.0 [#17016](https://github.com/kubernetes/minikube/pull/17016) |
| 17 | +* Addon metrics-server: Update metrics-server/metrics-server image from v0.6.3 to v0.6.4 [#16969](https://github.com/kubernetes/minikube/pull/16969) |
| 18 | +* CNI flannel: Update from v0.22.0 to v0.22.1 [#16968](https://github.com/kubernetes/minikube/pull/16968) |
| 19 | + |
| 20 | +For a more detailed changelog, see [CHANGELOG.md](https://github.com/kubernetes/minikube/blob/master/CHANGELOG.md). |
| 21 | + |
| 22 | +Thank you to our contributors for this release! |
| 23 | + |
| 24 | +- Alex Serbul |
| 25 | +- Anders F Björklund |
| 26 | +- Jeff MAURY |
| 27 | +- Medya Ghazizadeh |
| 28 | +- Michelle Thompson |
| 29 | +- Predrag Rogic |
| 30 | +- Seth Rylan Gainey |
| 31 | +- Steven Powell |
| 32 | +- aiyijing |
| 33 | +- joaquimrocha |
| 34 | +- renyanda |
| 35 | +- shixiuguo |
| 36 | +- sunyuxuan |
| 37 | +- Товарищ программист |
| 38 | + |
| 39 | +Thank you to our PR reviewers for this release! |
| 40 | + |
| 41 | +- medyagh (8 comments) |
| 42 | +- spowelljr (2 comments) |
| 43 | +- ComradeProgrammer (1 comments) |
| 44 | +- Lyllt8 (1 comments) |
| 45 | +- aiyijing (1 comments) |
| 46 | + |
| 47 | +Thank you to our triage members for this release! |
| 48 | + |
| 49 | +- afbjorklund (6 comments) |
| 50 | +- vaibhav2107 (5 comments) |
| 51 | +- kundan2707 (3 comments) |
| 52 | +- spowelljr (3 comments) |
| 53 | +- ao390 (2 comments) |
| 54 | + |
| 55 | +Check out our [contributions leaderboard](https://minikube.sigs.k8s.io/docs/contrib/leaderboard/v1.31.2/) for this release! |
| 56 | + |
3 | 57 | ## Version 1.31.1 - 2023-07-20
|
4 | 58 |
|
5 | 59 | * cni: Fix regression in auto selection [#16912](https://github.com/kubernetes/minikube/pull/16912)
|
|
0 commit comments