Skip to content

Commit af46f3b

Browse files
committed
Release notes for v1.0.0
1 parent 414a286 commit af46f3b

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

CHANGELOG.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,68 @@
11
# Minikube Release Notes
22

3+
## Version 1.0.0 - 2019-03-27
4+
5+
* Update default Kubernetes version to v1.14.0 [#3967](https://github.com/kubernetes/minikube/pull/3967)
6+
* Upgrade addon-manager to v9.0 for compatibility with Kubernetes v1.14 [#3984](https://github.com/kubernetes/minikube/pull/3984)
7+
* Add --image-repository flag so that users can select an alternative repository mirror [#3714](https://github.com/kubernetes/minikube/pull/3714)
8+
* Rename MINIKUBE_IN_COLOR to MINIKUBE_IN_STYLE [#3976](https://github.com/kubernetes/minikube/pull/3976)
9+
* mount: Allow names to be passed in for gid/uid [#3989](https://github.com/kubernetes/minikube/pull/3989)
10+
* mount: unmount on sigint/sigterm, add --options and --mode, improve UI [#3855](https://github.com/kubernetes/minikube/pull/3855)
11+
* --extra-config now work for kubeadm as well [#3879](https://github.com/kubernetes/minikube/pull/3879)
12+
* start: Set the default value of --cache to true [#3917](https://github.com/kubernetes/minikube/pull/3917)
13+
* Remove the swap partition from minikube.iso [#3927](https://github.com/kubernetes/minikube/pull/3927)
14+
* Add solution catalog to help users who run into known problems [#3931](https://github.com/kubernetes/minikube/pull/3931)
15+
* Automatically propagate proxy environment variables to docker env [#3834](https://github.com/kubernetes/minikube/pull/3834)
16+
* More reliable unmount w/ SIGINT, particularly on kvm2 [#3985](https://github.com/kubernetes/minikube/pull/3985)
17+
* Remove arch suffixes in image names [#3942](https://github.com/kubernetes/minikube/pull/3942)
18+
* Issue #3253, improve kubernetes-version error string [#3596](https://github.com/kubernetes/minikube/pull/3596)
19+
* Update kubeadm bootstrap logic so it does not wait for addon-manager [#3958](https://github.com/kubernetes/minikube/pull/3958)
20+
* Add explicit kvm2 flag for hidden KVM signature [#3947](https://github.com/kubernetes/minikube/pull/3947)
21+
* Remove the rkt container runtime [#3944](https://github.com/kubernetes/minikube/pull/3944)
22+
* Store the toolbox on the disk instead of rootfs [#3951](https://github.com/kubernetes/minikube/pull/3951)
23+
* fix CHANGE_MINIKUBE_NONE_USER regression from recent changes [#3875](https://github.com/kubernetes/minikube/pull/3875)
24+
* Do not wait for k8s-app pods when starting with CNI [#3896](https://github.com/kubernetes/minikube/pull/3896)
25+
* Replace server name in updateKubeConfig if --apiserver-name exists #3878 [#3897](https://github.com/kubernetes/minikube/pull/3897)
26+
* feature-gates via minikube config set [#3861](https://github.com/kubernetes/minikube/pull/3861)
27+
* Upgrade crio to v1.13.1, skip install.tools target as it isn't necessary [#3919](https://github.com/kubernetes/minikube/pull/3919)
28+
* Update Ingress-NGINX to 0.23 Release [#3877](https://github.com/kubernetes/minikube/pull/3877)
29+
* Add addon-manager, dashboard, and storage-provisioner to minikube logs [#3982](https://github.com/kubernetes/minikube/pull/3982)
30+
* logs: Add kube-proxy, dmesg, uptime, uname + newlines between log sources [#3872](https://github.com/kubernetes/minikube/pull/3872)
31+
* Skip "pull" command if using Kubernetes 1.10, which does not support it. [#3832](https://github.com/kubernetes/minikube/pull/3832)
32+
* Allow building minikube for any architecture [#3887](https://github.com/kubernetes/minikube/pull/3887)
33+
* Windows installer using installation path for x64 applications [#3895](https://github.com/kubernetes/minikube/pull/3895)
34+
* caching: Fix containerd, improve console messages, add integration tests [#3767](https://github.com/kubernetes/minikube/pull/3767)
35+
* Fix `minikube addons open heapster` [#3826](https://github.com/kubernetes/minikube/pull/3826)
36+
37+
We couldn't have gotten here without the folks who contributed to this release:
38+
39+
- Anders F Björklund
40+
- Andy Daniels
41+
- Calin Don
42+
- Cristian Măgherușan-Stanciu @magheru_san
43+
- Dmitry Budaev
44+
- Guang Ya Liu
45+
- Igor Akkerman
46+
- Joel Smith
47+
- Marco Vito Moscaritolo
48+
- Marcos Diez
49+
- Martynas Pumputis
50+
- RA489
51+
- Sharif Elgamal
52+
- Steven Davidovitz
53+
- Thomas Strömberg
54+
- Zhongcheng Lao
55+
- flyingcircle
56+
- jay vyas
57+
- morvencao
58+
- u5surf
59+
60+
We all stand on the shoulders of the giants who came before us. A special shout-out to all [813 people who have contributed to minikube](https://github.com/kubernetes/minikube/graphs/contributors), and especially our former maintainers who made minikube into what it is today:
61+
62+
- Matt Rickard
63+
- Dan Lorenc
64+
- Aaron Prindle
65+
366
## Version 0.35.0 - 2019-03-06
467

568
* Update default Kubernetes version to v1.13.4 (latest stable) [#3807](https://github.com/kubernetes/minikube/pull/3807)

0 commit comments

Comments
 (0)