Skip to content

Commit 26b6e16

Browse files
authored
Merge pull request #768 from r2d4/v0.12.1
Cut v0.12.1 Release
2 parents d80b108 + 8f67b49 commit 26b6e16

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## Version 0.12.1 - 10/28/2016
4+
* Added docker-env support to the buildroot provisioner
5+
* `minikube service` command now supports multiple ports
6+
* Added `minikube service list` command
7+
* Added `minikube completion bash` command to generate bash completion
8+
* Add progress bars for downloading, switch to go-download
9+
* Run kube-dns as addon instead of vendored in kube2sky
10+
* Remove static UUID for xhyve driver
11+
* Add option to specify network name for KVM
12+
313
## Version 0.12.0 - 10/21/2016
414
* Added support for the KUBECONFIG env var during 'minikube start'
515
* Updated default k8s version to v1.4.3

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 ?= 12
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)