parent
e1f53c3ee9
commit
5c457ff35d
23
CHANGELOG.md
23
CHANGELOG.md
|
@ -2,53 +2,36 @@
|
|||
|
||||
# Version 0.34.0 - 2019-02-15
|
||||
|
||||
* none UX: Reword warnings and other strings for accuracy [#3680](https://github.com/kubernetes/minikube/pull/3680)
|
||||
* Add implementation of the deprecated rkt runtime [#3678](https://github.com/kubernetes/minikube/pull/3678)
|
||||
* Upgrade the list of images for 1.12 and 1.13 [#3675](https://github.com/kubernetes/minikube/pull/3675)
|
||||
* Implement 7-bit ASCII prefixes for when MINIKUBE_IN_COLOR=false [#3686](https://github.com/kubernetes/minikube/pull/3686)
|
||||
* Initial implementation of 'console' package for stylized & localized console output 😂 [#3638](https://github.com/kubernetes/minikube/pull/3638)
|
||||
* Podman 1.0.0 [#3584](https://github.com/kubernetes/minikube/pull/3584)
|
||||
* fix netstat -f error on linux distros [#3592](https://github.com/kubernetes/minikube/pull/3592)
|
||||
* addons: Fixes multiple files behavior in files rootfs [#3501](https://github.com/kubernetes/minikube/pull/3501)
|
||||
* Make hyperkit driver more robust: detect crashing, misinstallation, other process names [#3660](https://github.com/kubernetes/minikube/pull/3660)
|
||||
* Add docs to use new vmware unified driver [#3676](https://github.com/kubernetes/minikube/pull/3676)
|
||||
* Include pod output in 'logs' command & display detected problems during start [#3673](https://github.com/kubernetes/minikube/pull/3673)
|
||||
* Upgrade Docker, from 18.06.1-ce to 18.06.2-ce [#3666](https://github.com/kubernetes/minikube/pull/3666)
|
||||
* Upgrade opencontainers/runc to 0a012df [#3669](https://github.com/kubernetes/minikube/pull/3669)
|
||||
* Consolidate fatal error handling, remove StackDriver integration. [#3661](https://github.com/kubernetes/minikube/pull/3661)
|
||||
* Clearer output when re-using VM's so that users know what they are waiting on [#3659](https://github.com/kubernetes/minikube/pull/3659)
|
||||
* Disable kubelet disk eviction by default [#3671](https://github.com/kubernetes/minikube/pull/3671)
|
||||
* Run poweroff before delete, only call uninstall if driver is None [#3665](https://github.com/kubernetes/minikube/pull/3665)
|
||||
* Complete the cruntime implementation for CRI runtimes [#3657](https://github.com/kubernetes/minikube/pull/3657)
|
||||
* Add DeleteCluster to bootstrapper [#3656](https://github.com/kubernetes/minikube/pull/3656)
|
||||
* Initial implementation of 'console' package for stylized & localized console output 😂 [#3638](https://github.com/kubernetes/minikube/pull/3638)
|
||||
* Enable CNI for alternative runtimes [#3617](https://github.com/kubernetes/minikube/pull/3617)
|
||||
* fix netstat -f error on linux distros [#3592](https://github.com/kubernetes/minikube/pull/3592)
|
||||
* machine: add parallels support [#953](https://github.com/kubernetes/minikube/pull/953)
|
||||
* 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)
|
||||
* Document the default storage provider for hostPath [#3602](https://github.com/kubernetes/minikube/pull/3602)
|
||||
* crio: use official kube pause image from gcr [#3631](https://github.com/kubernetes/minikube/pull/3631)
|
||||
* Refactor and centralize container runtime code into a cruntime package [#3633](https://github.com/kubernetes/minikube/pull/3633)
|
||||
* Use a shallow git clone for buildroot [#3630](https://github.com/kubernetes/minikube/pull/3630)
|
||||
* Use minikube-bin AUR instead of minikube [#3580](https://github.com/kubernetes/minikube/pull/3580)
|
||||
* Updated the default kubernetes version [#3625](https://github.com/kubernetes/minikube/pull/3625)
|
||||
* Update crictl to v1.13.0 [#3616](https://github.com/kubernetes/minikube/pull/3616)
|
||||
* Upgrade libmachine to version 0.16.1 [#3619](https://github.com/kubernetes/minikube/pull/3619)
|
||||
* Add breadcrumb logs to demonstrate when minikube's volume provisioner is… [#3601](https://github.com/kubernetes/minikube/pull/3601)
|
||||
* updated to fedora-29 [#3607](https://github.com/kubernetes/minikube/pull/3607)
|
||||
* fix stale hyperkit.pid making minikube start hang [#3593](https://github.com/kubernetes/minikube/pull/3593)
|
||||
* CRI: try to use "sudo podman load" instead of "docker load" [#2757](https://github.com/kubernetes/minikube/pull/2757)
|
||||
* minor de-linting of cmd/config: run gofmt, goimports, pre-allocate fields slice [#3589](https://github.com/kubernetes/minikube/pull/3589)
|
||||
* Podman 1.0.0 [#3584](https://github.com/kubernetes/minikube/pull/3584)
|
||||
* Use mac as identifier for dhcp [#3572](https://github.com/kubernetes/minikube/pull/3572)
|
||||
* Still generate docker.service unit, even if unused [#3560](https://github.com/kubernetes/minikube/pull/3560)
|
||||
* Initial commit of logviewer addon [#3391](https://github.com/kubernetes/minikube/pull/3391)
|
||||
* Fix to run sudo -E minikube start --vm-driver=none [#3286](https://github.com/kubernetes/minikube/pull/3286)
|
||||
* Add images and improve parsing for kubernetes 1.11 [#3262](https://github.com/kubernetes/minikube/pull/3262)
|
||||
* Fix version of containerd [#3585](https://github.com/kubernetes/minikube/pull/3585)
|
||||
* Stop containerd from running, if it is not desired [#3549](https://github.com/kubernetes/minikube/pull/3549)
|
||||
* Re-remove kube-dns addon [#3556](https://github.com/kubernetes/minikube/pull/3556)
|
||||
* Update docker env during minikube start if VM has already been created [#3387](https://github.com/kubernetes/minikube/pull/3387)
|
||||
* Remove redundant newline in `minikube status` [#3565](https://github.com/kubernetes/minikube/pull/3565)
|
||||
* Fix for issue #3044 - mounted timestamps incorrect with windows host [#3285](https://github.com/kubernetes/minikube/pull/3285)
|
||||
* Update github.com/johanneswuerbach/nfsexports to include LICENSE file [#3573](https://github.com/kubernetes/minikube/pull/3573)
|
||||
|
||||
+ echo 'Huge thank you for this release towards our contributors: '
|
||||
Huge thank you for this release towards our contributors:
|
||||
|
|
Loading…
Reference in New Issue