Skip to content

Commit

Permalink
Merge pull request #1949 from r2d4/0.22.1-r
Browse files Browse the repository at this point in the history
Cut 0.22.1 release
  • Loading branch information
r2d4 authored Sep 11, 2017
2 parents ad8ea13 + 540596b commit 872d7fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Minikube Release Notes

# Version 0.22.1 - 9/6/2017
* Fix for chmod error on windows [1933](https://github.com/kubernetes/minikube/pull/1933)

# Version 0.22.0 - 9/6/2017
* Made secure serving the default for all components and disabled insecure serving [#1694](https://github.com/kubernetes/minikube/pull/1694)
* Increased minikube boot speed by caching docker images [#1881](https://github.com/kubernetes/minikube/pull/1881)
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 ?= 22
VERSION_BUILD ?= 0
VERSION_BUILD ?= 1
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 872d7fa

Please sign in to comment.