Skip to content

Commit 179b90f

Browse files
dlorencdlorenc
dlorenc
authored andcommitted
Cut 0.28.1 release.
1 parent b05b544 commit 179b90f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

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+
312
# Version 0.28.0 - 6/12/2018
413
* Minikube status command fixes [#2894](https://github.com/kubernetes/minikube/pull/2894)
514
* Boot changes to support virsh console [#2887](https://github.com/kubernetes/minikube/pull/2887)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Bump these on release
1616
VERSION_MAJOR ?= 0
1717
VERSION_MINOR ?= 28
18-
VERSION_BUILD ?= 0
18+
VERSION_BUILD ?= 1
1919
VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
2020
DEB_VERSION ?= $(VERSION_MAJOR).$(VERSION_MINOR)-$(VERSION_BUILD)
2121
INSTALL_SIZE ?= $(shell du out/minikube-windows-amd64.exe | cut -f1)

0 commit comments

Comments
 (0)