From 81c62031bd0d2604b8e561a18d6f19d5f3900ac0 Mon Sep 17 00:00:00 2001 From: Matt Rickard Date: Mon, 31 Oct 2016 09:28:32 -0700 Subject: [PATCH] Cut v0.12.2 Release --- CHANGELOG.md | 5 +++++ Makefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4da9403d1b..f1633c39df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Minikube Release Notes +## Version 0.12.2 - 10/31/2016 +* Fixed dashboard command +* Added support for net.IP to the configurator +* Updated dashboard version to 1.4.2 + ## Version 0.12.1 - 10/28/2016 * Added docker-env support to the buildroot provisioner * `minikube service` command now supports multiple ports diff --git a/Makefile b/Makefile index 65ec0d0c4f..bb3043a91a 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ # Bump these on release VERSION_MAJOR ?= 0 VERSION_MINOR ?= 12 -VERSION_BUILD ?= 1 +VERSION_BUILD ?= 2 VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD) DEB_VERSION ?= $(VERSION_MAJOR).$(VERSION_MINOR)-$(VERSION_BUILD) INSTALL_SIZE ?= $(shell du out/minikube-windows-amd64.exe | cut -f1)