Skip to content

Commit

Permalink
Narrow down the 0.34.0 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tstromberg authored Feb 15, 2019
1 parent e1f53c3 commit 5c457ff
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5c457ff

Please sign in to comment.