File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Minikube Release Notes
2
2
3
+ # Version 0.25.1 - 3/28/2018
4
+ * Update to Kubernetes 1.9.4[ #2613 ] ( https://github.com/kubernetes/minikube/pull/2613e )
5
+
3
6
# Version 0.25.0 - 1/26/2018
4
7
* Add freshpod addon [ #2423 ] ( https://github.com/kubernetes/minikube/pull/2423 )
5
8
* List addons in consistent sort order [ #2446 ] ( https://github.com/kubernetes/minikube/pull/2446 )
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 ?= 25
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