From 856b1adcecadecf4f130c8b2856f103f8c6ed7f9 Mon Sep 17 00:00:00 2001 From: dlorenc Date: Wed, 29 Nov 2017 14:06:18 -0800 Subject: [PATCH] Cut v0.24.0 release. --- CHANGELOG.md | 12 ++++++++++++ Makefile | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c151f7e5a..57f06946f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Minikube Release Notes +# Version 0.24.0 - 11/29/2017 +* Deprecated xhyve and kvm drivers [#2227](https://github.com/kubernetes/minikube/pull/2227) +* Added support for a "rootfs" layer in .minikube/files [#2110](https://github.com/kubernetes/minikube/pull/2110) +* Added a `cache` command to cache non-minikube images [#2203](https://github.com/kubernetes/minikube/pull/2203) +* Updated Dashboard addon to v1.8.0 [#2223](https://github.com/kubernetes/minikube/pull/2223) +* Switched the virtualbox driver to use virtio networking [#2211](https://github.com/kubernetes/minikube/pull/2211) +* Better error message in hyperkit driver [#2215](https://github.com/kubernetes/minikube/pull/2215) +* Update heapster addon to v1.5.0 [#2182](https://github.com/kubernetes/minikube/pull/2182) +* Moved the storage provisioner to run in a pod [#2137](https://github.com/kubernetes/minikube/pull/2137) +* Added support for tcp and udp services to the ingress addon [#2142](https://github.com/kubernetes/minikube/pull/2142) +* Bug fix to use the minikube context instead of the current kubectl context [#2128](https://github.com/kubernetes/minikube/pull/2128) + # Version 0.23.0 - 10/26/2017 * Upgraded to go 1.9 [#2113](https://github.com/kubernetes/minikube/pull/2113) * Localkube is no longer packaged in minikube bin-data [#2089](https://github.com/kubernetes/minikube/pull/2089) diff --git a/Makefile b/Makefile index d839e5e182..a7a73f5ebd 100755 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ # Bump these on release VERSION_MAJOR ?= 0 -VERSION_MINOR ?= 23 +VERSION_MINOR ?= 24 VERSION_BUILD ?= 0 VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD) DEB_VERSION ?= $(VERSION_MAJOR).$(VERSION_MINOR)-$(VERSION_BUILD)