Skip to content

Commit 24f052a

Browse files
author
dlorenc
committed
Cut a 0.25.1 point release.
1 parent 9dcc3b6 commit 24f052a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

3+
# Version 0.25.1 - 3/28/2018
4+
* Update to Kubernetes 1.9.4[#2613](https://github.com/kubernetes/minikube/pull/2613e)
5+
36
# Version 0.25.0 - 1/26/2018
47
* Add freshpod addon [#2423](https://github.com/kubernetes/minikube/pull/2423)
58
* List addons in consistent sort order [#2446](https://github.com/kubernetes/minikube/pull/2446)

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