|
2 | 2 |
|
3 | 3 | # Version 0.34.0 - 2019-02-15
|
4 | 4 |
|
5 |
| -* none UX: Reword warnings and other strings for accuracy [#3680](https://github.com/kubernetes/minikube/pull/3680) |
6 |
| -* Add implementation of the deprecated rkt runtime [#3678](https://github.com/kubernetes/minikube/pull/3678) |
7 |
| -* Upgrade the list of images for 1.12 and 1.13 [#3675](https://github.com/kubernetes/minikube/pull/3675) |
8 |
| -* Implement 7-bit ASCII prefixes for when MINIKUBE_IN_COLOR=false [#3686](https://github.com/kubernetes/minikube/pull/3686) |
| 5 | +* Initial implementation of 'console' package for stylized & localized console output 😂 [#3638](https://github.com/kubernetes/minikube/pull/3638) |
| 6 | +* Podman 1.0.0 [#3584](https://github.com/kubernetes/minikube/pull/3584) |
| 7 | +* fix netstat -f error on linux distros [#3592](https://github.com/kubernetes/minikube/pull/3592) |
9 | 8 | * addons: Fixes multiple files behavior in files rootfs [#3501](https://github.com/kubernetes/minikube/pull/3501)
|
10 | 9 | * Make hyperkit driver more robust: detect crashing, misinstallation, other process names [#3660](https://github.com/kubernetes/minikube/pull/3660)
|
11 |
| -* Add docs to use new vmware unified driver [#3676](https://github.com/kubernetes/minikube/pull/3676) |
12 | 10 | * Include pod output in 'logs' command & display detected problems during start [#3673](https://github.com/kubernetes/minikube/pull/3673)
|
13 | 11 | * Upgrade Docker, from 18.06.1-ce to 18.06.2-ce [#3666](https://github.com/kubernetes/minikube/pull/3666)
|
14 | 12 | * Upgrade opencontainers/runc to 0a012df [#3669](https://github.com/kubernetes/minikube/pull/3669)
|
15 |
| -* Consolidate fatal error handling, remove StackDriver integration. [#3661](https://github.com/kubernetes/minikube/pull/3661) |
16 | 13 | * Clearer output when re-using VM's so that users know what they are waiting on [#3659](https://github.com/kubernetes/minikube/pull/3659)
|
17 | 14 | * Disable kubelet disk eviction by default [#3671](https://github.com/kubernetes/minikube/pull/3671)
|
18 | 15 | * Run poweroff before delete, only call uninstall if driver is None [#3665](https://github.com/kubernetes/minikube/pull/3665)
|
19 |
| -* Complete the cruntime implementation for CRI runtimes [#3657](https://github.com/kubernetes/minikube/pull/3657) |
20 | 16 | * Add DeleteCluster to bootstrapper [#3656](https://github.com/kubernetes/minikube/pull/3656)
|
21 |
| -* Initial implementation of 'console' package for stylized & localized console output 😂 [#3638](https://github.com/kubernetes/minikube/pull/3638) |
22 | 17 | * Enable CNI for alternative runtimes [#3617](https://github.com/kubernetes/minikube/pull/3617)
|
23 |
| -* fix netstat -f error on linux distros [#3592](https://github.com/kubernetes/minikube/pull/3592) |
24 | 18 | * machine: add parallels support [#953](https://github.com/kubernetes/minikube/pull/953)
|
25 | 19 | * When copying assets from .minikube/files on windows, directories get squashed during transfer. ie /etc/ssl/certs/test.pem becomes ~minikube/etcsslcerts/test.pem. This pull request ensures any window style directories are converted into unix style. [#3258](https://github.com/kubernetes/minikube/pull/3258)
|
26 |
| -* Document the default storage provider for hostPath [#3602](https://github.com/kubernetes/minikube/pull/3602) |
27 |
| -* crio: use official kube pause image from gcr [#3631](https://github.com/kubernetes/minikube/pull/3631) |
28 |
| -* Refactor and centralize container runtime code into a cruntime package [#3633](https://github.com/kubernetes/minikube/pull/3633) |
29 |
| -* Use a shallow git clone for buildroot [#3630](https://github.com/kubernetes/minikube/pull/3630) |
30 |
| -* Use minikube-bin AUR instead of minikube [#3580](https://github.com/kubernetes/minikube/pull/3580) |
31 | 20 | * Updated the default kubernetes version [#3625](https://github.com/kubernetes/minikube/pull/3625)
|
32 | 21 | * Update crictl to v1.13.0 [#3616](https://github.com/kubernetes/minikube/pull/3616)
|
33 | 22 | * Upgrade libmachine to version 0.16.1 [#3619](https://github.com/kubernetes/minikube/pull/3619)
|
34 |
| -* Add breadcrumb logs to demonstrate when minikube's volume provisioner is… [#3601](https://github.com/kubernetes/minikube/pull/3601) |
35 | 23 | * updated to fedora-29 [#3607](https://github.com/kubernetes/minikube/pull/3607)
|
36 | 24 | * fix stale hyperkit.pid making minikube start hang [#3593](https://github.com/kubernetes/minikube/pull/3593)
|
37 | 25 | * CRI: try to use "sudo podman load" instead of "docker load" [#2757](https://github.com/kubernetes/minikube/pull/2757)
|
38 |
| -* minor de-linting of cmd/config: run gofmt, goimports, pre-allocate fields slice [#3589](https://github.com/kubernetes/minikube/pull/3589) |
39 |
| -* Podman 1.0.0 [#3584](https://github.com/kubernetes/minikube/pull/3584) |
40 | 26 | * Use mac as identifier for dhcp [#3572](https://github.com/kubernetes/minikube/pull/3572)
|
41 | 27 | * Still generate docker.service unit, even if unused [#3560](https://github.com/kubernetes/minikube/pull/3560)
|
42 | 28 | * Initial commit of logviewer addon [#3391](https://github.com/kubernetes/minikube/pull/3391)
|
43 |
| -* Fix to run sudo -E minikube start --vm-driver=none [#3286](https://github.com/kubernetes/minikube/pull/3286) |
44 | 29 | * Add images and improve parsing for kubernetes 1.11 [#3262](https://github.com/kubernetes/minikube/pull/3262)
|
45 |
| -* Fix version of containerd [#3585](https://github.com/kubernetes/minikube/pull/3585) |
46 | 30 | * Stop containerd from running, if it is not desired [#3549](https://github.com/kubernetes/minikube/pull/3549)
|
47 | 31 | * Re-remove kube-dns addon [#3556](https://github.com/kubernetes/minikube/pull/3556)
|
48 | 32 | * Update docker env during minikube start if VM has already been created [#3387](https://github.com/kubernetes/minikube/pull/3387)
|
49 | 33 | * Remove redundant newline in `minikube status` [#3565](https://github.com/kubernetes/minikube/pull/3565)
|
50 | 34 | * Fix for issue #3044 - mounted timestamps incorrect with windows host [#3285](https://github.com/kubernetes/minikube/pull/3285)
|
51 |
| -* Update github.com/johanneswuerbach/nfsexports to include LICENSE file [#3573](https://github.com/kubernetes/minikube/pull/3573) |
52 | 35 |
|
53 | 36 | + echo 'Huge thank you for this release towards our contributors: '
|
54 | 37 | Huge thank you for this release towards our contributors:
|
|
0 commit comments