Skip to content

Commit 67d59d4

Browse files
authored
Merge pull request #984 from r2d4/0.15
Cut 0.15.0 release
2 parents 7e31345 + a12364d commit 67d59d4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

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+
314
## Version 0.14.0 - 12/14/2016
415
* Update to k8s v1.5.1
516
* Update Addon-manager to v6.1

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Bump these on release
1616
VERSION_MAJOR ?= 0
17-
VERSION_MINOR ?= 14
17+
VERSION_MINOR ?= 15
1818
VERSION_BUILD ?= 0
1919
VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
2020
DEB_VERSION ?= $(VERSION_MAJOR).$(VERSION_MINOR)-$(VERSION_BUILD)

0 commit comments

Comments
 (0)