File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Minikube Release Notes
2
2
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
+
3
13
## Version 0.12.0 - 10/21/2016
4
14
* Added support for the KUBECONFIG env var during 'minikube start'
5
15
* Updated default k8s version to v1.4.3
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 ?= 12
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