File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Minikube Release Notes
2
2
3
+ # Version 0.28.1 - 7/16/2018
4
+ * vboxsf Host Mounting fixed (Linux Kernel version downgraded to 4.15 from 4.16) [ #2986 ] ( https://github.com/kubernetes/minikube/pull/2986 )
5
+ * cri-tools udpated to 1.11.1 [ #2986 ] ( https://github.com/kubernetes/minikube/pull/2986 )
6
+ * Feature Gates support added to kubeadm bootstrapper [ #2951 ] ( https://github.com/kubernetes/minikube/pull/2951 )
7
+ * Kubernetes 1.11 build support added [ #2943 ] ( https://github.com/kubernetes/minikube/pull/2943 )
8
+ * GPU support for kvm2 driver added [ #2936 ] ( https://github.com/kubernetes/minikube/pull/2936 )
9
+ * nginx ingress controller updated to 0.16.2 [ #2930 ] ( https://github.com/kubernetes/minikube/pull/2930 )
10
+ * heketi and gluster dependencies added to minikube ISO [ #2925 ] ( https://github.com/kubernetes/minikube/pull/2925 )
11
+
3
12
# Version 0.28.0 - 6/12/2018
4
13
* Minikube status command fixes [ #2894 ] ( https://github.com/kubernetes/minikube/pull/2894 )
5
14
* Boot changes to support virsh console [ #2887 ] ( https://github.com/kubernetes/minikube/pull/2887 )
Original file line number Diff line number Diff line change 15
15
# Bump these on release
16
16
VERSION_MAJOR ?= 0
17
17
VERSION_MINOR ?= 28
18
- VERSION_BUILD ?= 0
18
+ VERSION_BUILD ?= 1
19
19
VERSION ?= v$(VERSION_MAJOR ) .$(VERSION_MINOR ) .$(VERSION_BUILD )
20
20
DEB_VERSION ?= $(VERSION_MAJOR ) .$(VERSION_MINOR ) -$(VERSION_BUILD )
21
21
INSTALL_SIZE ?= $(shell du out/minikube-windows-amd64.exe | cut -f1)
You can’t perform that action at this time.
0 commit comments