File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Minikube Release Notes
2
2
3
+ ## Version 0.15.0 - 1/10/2017
4
+ * Update Dashboard to v1.5.1, fixes a CSRF vulnerability in the dashboard
5
+ * Updated Kube-DNS addon to v1.9
6
+ * Now supports kubenet as a network plugin
7
+ * Added --feature-gates flag to enable alpha and experimental features in kube components
8
+ * Added --keep-context flag to keep the current kubectl context when starting minikube
9
+ * Added environment variable to enable trace profiling in minikube binary
10
+ * Updated default ISO to buildroot based minikube.iso v1.0.2
11
+ * Localkube now runs as a systemd unit in the minikube VM
12
+ * Switched integration tests to use golang subtest framework
13
+
3
14
## Version 0.14.0 - 12/14/2016
4
15
* Update to k8s v1.5.1
5
16
* Update Addon-manager to v6.1
Original file line number Diff line number Diff line change 14
14
15
15
# Bump these on release
16
16
VERSION_MAJOR ?= 0
17
- VERSION_MINOR ?= 14
17
+ VERSION_MINOR ?= 15
18
18
VERSION_BUILD ?= 0
19
19
VERSION ?= v$(VERSION_MAJOR ) .$(VERSION_MINOR ) .$(VERSION_BUILD )
20
20
DEB_VERSION ?= $(VERSION_MAJOR ) .$(VERSION_MINOR ) -$(VERSION_BUILD )
You can’t perform that action at this time.
0 commit comments