Merge pull request #3692 from tstromberg/v0.34.0

v0.34.0 Release Notes
pull/3693/head
Thomas Strömberg 2019-02-15 13:33:51 -08:00 committed by GitHub
commit e1f53c3ee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 84 additions and 0 deletions

View File

@ -1,5 +1,89 @@
# Minikube Release Notes
# 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)
* 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:
+ sort
+ awk '{printf "- %s\n", $0 }'
+ uniq
++ git describe --abbrev=0
+ git log v0.33.1.. --format=%aN --reverse
- Abhilash Pallerlamudi
- Alberto Alvarez
- Anders Björklund
- Anders F Björklund
- Balint Pato
- Bassam Tabbara
- Denis Denisov
- Hidekazu Nakamura
- Himanshu Pandey
- ivans3
- jay vyas
- Jeff Wu
- Kauê Doretto Grecchi
- Kubernetes Prow Robot
- Leif Ringstad
- Mark Gibbons
- Nicholas Goozeff
- Nicholas Irving
- Rob Richardson
- Roy Lenferink
- Skip Baney
- Thomas Strömberg
- todd densmore
- YAMAMOTO Takashi
- Yugo Horie
- Zhongcheng Lao
# Version 0.33.1 - 2019-01-18
* Install upstream runc into /usr/bin/docker-runc [#3545](https://github.com/kubernetes/minikube/pull/3545)