Skip to content

Commit

Permalink
cut 0.25.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
r2d4 committed Mar 22, 2018
1 parent d564056 commit 67a6b02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Minikube Release Notes

# Version 0.25.1 - 3/28/2018
# Version 0.25.1 - 3/22/2018

This comment has been minimized.

Copy link
@ddunkin

ddunkin Mar 30, 2018

This should be 0.25.2.

This comment has been minimized.

Copy link
@kenden

kenden Apr 4, 2018

Contributor

@r2d4 also, the code from v0.25.1 and v0.25.2 is not in master

* Update docker-machine for hyper-v fix

# Version 0.25.1 - 3/21/2018
* Update to Kubernetes 1.9.4[#2613](https://github.com/kubernetes/minikube/pull/2613e)

# Version 0.25.0 - 1/26/2018
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Bump these on release
VERSION_MAJOR ?= 0
VERSION_MINOR ?= 25
VERSION_BUILD ?= 1
VERSION_BUILD ?= 2
VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
DEB_VERSION ?= $(VERSION_MAJOR).$(VERSION_MINOR)-$(VERSION_BUILD)
INSTALL_SIZE ?= $(shell du out/minikube-windows-amd64.exe | cut -f1)
Expand Down

0 comments on commit 67a6b02

Please sign in to comment.